Results 1 to 3 of 3

Thread: [VB6] A few questions.

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2008
    Location
    UK
    Posts
    40

    Exclamation [VB6] A few questions.

    Hey,

    I have forgotten half the stuff I knew in VB6, so I need some help, if you are willing to help please.

    How can I:
    - Say if I make an application, and I need an update feature, that doesn't download the whole program again, and just puts the new files in the old.
    Like WinXP SP2 >Update< WinXP SP3

    LAST
    - Display how long the application has been running for.

    If you know, please help me.
    Much thanks.
    -Hammad-

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [VB6] A few questions.

    On startup display the time started in one label, and in another label, display the current time, and in a third, find the difference.

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: [VB6] A few questions.

    Quote Originally Posted by -Hammad-
    How can I:
    - Say if I make an application, and I need an update feature, that doesn't download the whole program again, and just puts the new files in the old.
    Like WinXP SP2 >Update< WinXP SP3
    That would depend on what the update contained.

    If you added new controls, it might require additional dependency files which would require a new installation program.

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