|
Checking Previous Instance of VB6 Application
|
There are times when you want to run only one copy of an application, to check whether the same VB6 application is already running or not use App.PrevInstance function (returns true if another instance is already running). To learn how this code works? Make a .exe file of this project & try to run it 2 times!
|
|
Submitted on: 08-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1790
|
|
|
Generating Unique Random Numbers
|
This is a simple code that generates unique random numbers. i.e avoid duplication of random numbers
|
|
Submitted on: 19-Feb-08 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:1
Downloads:1563
|
|
|
Ole Drag and Drop
|
There are basically two types of dragging in vb6 (Simple & OLE). If you simply want to drag & drop within the appliction you can
use DragMode property & DragDrop Event of the control (like PictureBox). To enable dragging across the application you should use OLEDragMode property & OLEDragDrop Event (as in this application)
|
|
Submitted on: 08-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:0
Downloads:1826
|
|
|
Sending keys to active application
|
The code is an example of using SendKeys function to send keys to active application
|
|
Submitted on: 08-Nov-07 |
By: Junaid Shabbir |
Comments(0) |
|
Votes:1
Downloads:1555
|
|
|
Using flash movies/animations(swf)
|
Playing Flash Animations in vb6 is Easy. To play flash movies you need a control (Shockwave Flash).
|
|
Submitted on: 08-Nov-07 |
By: Junaid Shabbir |
Comments(1) |
|
Votes:1
Downloads:1609
|
|
|