Forum: Visual Basic 4 / 5 / 6 Feb 14th, 2009 |
| Replies: 2 Views: 713 Essentially what you want to do is create an array of images and hide them off the form to start.
Now on load or on push of a button simply run a rand() function and call to array image[x]
... |
Forum: Visual Basic 4 / 5 / 6 Mar 24th, 2008 |
| Replies: 2 Views: 1,272 Store the database on:
\\yourserver\yoursahrename
Now make the adjustments in VB6 program to call the correct path.
Apply the correct permissions for your users to allow access to the db.
... |
Forum: Visual Basic 4 / 5 / 6 Feb 19th, 2008 |
| Replies: 11 Views: 1,481 Make sure that you define these variables integer based.
it might be doing a text comparison because of data type.
Store the variables into a temp var that is defined as integer and then run... |
Forum: Visual Basic 4 / 5 / 6 Jun 17th, 2005 |
| Replies: 9 Views: 21,755 I rest my case.... :cheesy: |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2005 |
| Replies: 9 Views: 21,755 Why not just do this in sql? |
Forum: Visual Basic 4 / 5 / 6 Jun 13th, 2005 |
| Replies: 9 Views: 21,755 Ok First off:
http://www.microsoft.com/downloads/details.aspx?FamilyID=6C050FE3-C795-4B7D-B037-185D0506396C&displaylang=en
Second..
Add these librarys in your project
Microsoft Activex Data... |