Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BrazenSix

@BrazenSix
About
Posts
4
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • About User Entered Data [modified]
    B BrazenSix

    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! :)

    Visual Basic question csharp help

  • About User Entered Data [modified]
    B BrazenSix

    I'll give that a try. Thanks!

    Visual Basic question csharp help

  • Is there a way to hide datagrid columns
    B BrazenSix

    I 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

    Visual Basic csharp question

  • About User Entered Data [modified]
    B BrazenSix

    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

    Visual Basic question csharp help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups