I suggest using the newer NSBSystem control: <http://www.nsbasic.com/ce/info/technotes/TN16.htm#registry>
>Here's a starting code sample, based on the documentation here: >http://www.nsbasic.com/ce/info/BigRedToolbox/MGCEWin32.htm > >AddObject "MGCEWin32.Registry", "Registry" >LOCAL_MACHINE =2 > >Registry.Key = LOCAL_MACHINE >Registry.Path = "Ident" >Registry.Name = "Name" > >devicename = Registry.Value > >I hope that you find this helpful. > >--- In [email protected], "georgeewalters" <gwalt...@...> wrote: >> >> I found a tip which I dont know what to do with on this link. >> >> http://www.devnewsgroups.net/group/microsoft.public.dotnet.framework/ >topic64117.aspx >> >> Registry.LocalMachine.OpenSubKey("Ident").GetValue >("Name","Unknown").ToString(); >> >> Does anyone understand this and can you write a rtn for me to get this info? >> >> >> --- In [email protected], "georgeewalters" <gwalters@> wrote: >> > >> > I'm trying to write software to handle multiple PDA's collecting and >submitting data. I have writte the software in the XP computer and >written the software on the PDA using NS Basic. My problem now is how do >identify which of the more than one PDA is sitting the cradle for >syncing so I can put/get the data in/from the correct folder. Anyone >know how to do this? I've googled around a lot and have no results. No >problem with only one PDA but more that one presents this issue. >> > >> > > > > >------------------------------------ > >Yahoo! Groups Links > > > -- You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en.
