Forum: Visual Basic 4 / 5 / 6 Nov 27th, 2007 |
| Replies: 1 Views: 1,099 Hi,
Try using Command().
In form load use
Dim v_strCmdArg as String
v_strCmdArg = Command() |
Forum: Visual Basic 4 / 5 / 6 Nov 6th, 2007 |
| Replies: 11 Views: 4,378 Hi,
You need make your application's installable using Package & Deployment or InstallShield. Run the Setup of your application on another PC, it will work |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2007 |
| Replies: 23 Views: 14,081 Hi,
You can use DateDiff function in which you can get difference in seconds multiply these seconds with 1000, you will get milliseconds.
Hope this is what you want.
Regards,
Shrinivas |