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 nsbasic-ce@yahoogroups.com, "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 nsbasic-ce@yahoogroups.com, "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.
> >
>


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to nsb...@googlegroups.com.
To unsubscribe from this group, send email to 
nsb-ce+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to