CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: krypto6969

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,448

    How to pause the unload of my form

    Hi,

    I'm new at this so bear with me..

    I have the code below that moves my files, then at the end of my move I want to display a lable that shows sucess...I have that and it works...
  2. Re: Form load event - can't see my labels or my image on my form

    Thanks guys...

    I added the code like this and it worked! Thasnk again..


    Private Sub Form_Load()
    '
    Form1.Refresh
    Form1.Show
    Form1.AutoRedraw = True
  3. Re: Form load event - can't see my labels or my image on my form

    FWIW-

    I'm pretty sure it has to do with FILESYSTEMOBJECT...

    but I'm new to VB.

    If I comment out FSO, then form loads with the image and label.
  4. Form load event - can't see my labels or my image on my form

    HI,

    I have this code when it runs it opens a blank form (no image or labels) until after my code is done.

    I want the form to show and label to say "Running" then label changes when completed....
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured