|
-
Jan 18th, 2008, 05:57 PM
#1
Thread Starter
Member
[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-
-
Jan 19th, 2008, 03:40 AM
#2
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.
-
Jan 19th, 2008, 03:50 AM
#3
Re: [VB6] A few questions.
 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|