Results 1 to 4 of 4

Thread: Form

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    6

    Form

    Hi,

    I am new to VB can anyone tell me how to save a form at runtime from another form.

    I am calling a form in another form and changing some lables and I want to save the form. Can any one tell me.

  2. #2
    PowerPoster
    Join Date
    Aug 2001
    Location
    new jersey
    Posts
    2,904
    I don't know what you mean "save a form". Forms hold controls and it sounds like what you want to do is save the properties of the contols on a form, is that correct? If it is, then you'll have to save the properties in a file and load that file next time your app runs & use the contents of the file to set the properties of the controls on the form that you are keeping track of. Does that make sense to you?

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2002
    Posts
    6
    Thanks alot. I thought of it but was thinking any other alternative.

    Thanks.

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    I think phinds is probably talking about a .InI file.

    Another alternative would be to save them to the registry.

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