Results 1 to 5 of 5

Thread: [RESOLVED] TextBox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Resolved [RESOLVED] TextBox

    Hi

    I'm creating a dialog box where the user enters information into text boxes and presses ok

    i need the information still to be in the text box if the dialog should be called again.

    at the moment, the information the user enters is clearing on pressing ok.

    i have text boxes in other dialogs which keep the info the user enters -- and i can't see any coding/ property differences -

    Can someone help? it seems to simple but i can't find the solution! :S

    many thakns

  2. #2
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: TextBox

    Don't unload the form, just hide it to keep the text box content.



  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Re: TextBox

    Thanks for the reply...and apologies for my lack of knowledge...what does that mean for my code? :S

  4. #4
    PowerPoster
    Join Date
    Sep 2006
    Location
    Egypt
    Posts
    2,579

    Re: TextBox

    On the OK button click event use Me.Hide instead of Me.Close



  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Re: TextBox

    Thank you! You have no idea how much stress that was causing!

    Thanks

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width