Just wanted to thank you again for the help. I got it to work properly, although using a slightly 'different' wording, i suppose. Your code was giving me some errors, so I looked for a couple of different ways of doing the same thing and this one ended up working for me. My code ended up looking like this: Dim CompSN_Reg As Microsoft.Win32.RegistryKey CompSN_Reg = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("ACQ01") CompSN_Reg = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("ACQ01", True) CompSN_Reg = Microsoft.Win32.Registry.CurrentUser.CreateSubKey("ACQ01\\CompSN") CompSN_Reg.SetValue(txt_ACQ01_Comp_SN.Text, txt_ACQ01_Comp_SN.Text)
Same idea in theory... but so fickle. Ahhh, I'm constantly reminded why I've always hated programming. :laugh: Anyways, Thanks! :)
BrazenSix
Posts
-
About User Entered Data [modified] -
About User Entered Data [modified]I'll give that a try. Thanks!
-
Is there a way to hide datagrid columnsI used this set of FAQs to help me tinker with my datagrid, so it might help you out: http://www.syncfusion.com/FAQ/WindowsForms/FAQ\_c44c.aspx
-
About User Entered Data [modified]Hey all, Newbie question here that probably has a simple solution that I can't seem to find, but I'm new to programming and am still playing around. ;) What I'm trying to do, is create a program that will allow someone to enter data into a couple textboxes. What I want to happen is, to have a button that allows the user to "save" his/her entered data in these textboxes so that when they launch the program again, these changes are displayed until they are changed again. Can anyone give me some sample code that would accomplish this? Any help or links to appropriate articles would be greatly appreciated. Thanks! Oh, forgot to mention that I'm using VB.Net 2003. -- modified at 12:33 Wednesday 26th July, 2006