VB6->Miscellaneous
 
  5 result(s) found, page 1 of 1
Pages: 1 
Zip code download 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)
Rank: 00000
Votes:0
Downloads:1790

Zip code download 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)
Rank: 11110
Votes:1
Downloads:1563

Zip code download 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)
Rank: 00000
Votes:0
Downloads:1826

Zip code download 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)
Rank: 11100
Votes:1
Downloads:1555

Zip code download 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)
Rank: 11111
Votes:1
Downloads:1609
New Members
 
Jobs