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.
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.