playing with register

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i've found a way to set up SSID from other forums, but the problem is i have to change the register value at Pocket PC to use it..
so, my question : is there any way to join these register in c# code ..?
i'm kind beginner too at c# programming so please guide me..


thanks
 
rey17 said:
i've found a way to set up SSID from other forums, but the problem is
i have to change the register value at Pocket PC to use it..
so, my question : is there any way to join these register in c# code ..?
i'm kind beginner too at c# programming so please guide me..

Do you mean a register, or the registry? If it's the latter, you can
use the library from http://www.opennetcf.org to get at the PocketPC
registry.
 
Thx Jon for the quick response..yeah, i mean registry..
I'll take a look then..
just one question if you don't mind, do guys at opennetcf.org have successfully setting ssid programmatically?

have a nice day
 
rey17 said:
Thx Jon for the quick response..yeah, i mean registry..
I'll take a look then..
just one question if you don't mind, do guys at opennetcf.org have
successfully setting ssid programmatically?

I really don't know, I'm afraid.
 
Hi,

I think you will get better answers posting in
microsoft.public.framework.compactframework

There is also a regedit equivalent for the PPC but I don't remember the
exact name now :(
do a search in google for it, if the register of the ppc has the same
structure for that part than the one from a desktop you could do the same.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

rey17 said:
Thx Jon for the quick response..yeah, i mean registry..
I'll take a look then..
just one question if you don't mind, do guys at opennetcf.org have
successfully setting ssid programmatically?
 
Hi Ignacio,

i have searched a while ago and found few registry editor, and that's why i try to find out whether we could do something with registry ppc directly from the code.

thanks for the suggestion.

have a nice day,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top