Search Results

Showing results 1 to 28 of 28
Search took 0.01 seconds.
Search: Posts Made By: mjwest10
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2007
Replies: 14
Views: 150,863
Posted By mjwest10
Isn't there an API function that lets you do a more detailed timer function?
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2007
Replies: 23
Views: 207,984
Posted By mjwest10
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2007
Replies: 6
Views: 51,136
Posted By mjwest10
I agree with Comatose - this is a much better way.
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2007
Replies: 11
Views: 61,501
Posted By mjwest10
Does anyone know if you can create a non activeX dll, or if an ActiveX dll can be called like a regular dll from a c++ program?
Forum: Visual Basic 4 / 5 / 6 Mar 27th, 2007
Replies: 3
Views: 2,652
Posted By mjwest10
You may want to check out these Free VB6 Database Tutorials (http://www.vb6.us/guides/vb6-database-guide).
Forum: Graphics and Multimedia Mar 10th, 2007
Replies: 5
Views: 4,206
Posted By mjwest10
I also have created a few Microsoft Expression Web Tutorials (http://www.expression-tutorials.com/). I just started it so it only has a few tutorials right now.
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2007
Replies: 2
Views: 1,710
Posted By mjwest10
Check out this Visual Basic Database Guide (http://www.vb6.us/guides/vb6-database-guide). It will show you step by step how to write VB6 apps that interface with microsoft access.
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2007
Replies: 4
Views: 1,442
Posted By mjwest10
I am not sure what you are asking. Are you trying to make an install system using VB?
Forum: Visual Basic 4 / 5 / 6 Mar 7th, 2007
Replies: 6
Views: 2,010
Posted By mjwest10
I'm assuming you mean one the database in your VB app and do something with it. Check this out: Visual Basic Database Guide (http://www.vb6.us/guides/vb6-database-guide). That should get you started...
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2007
Replies: 3
Views: 1,309
Posted By mjwest10
Have you started this at all? Is this program supposed to be written in Visual Basic? Or just in normal Basic?
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2007
Replies: 1
Views: 18,299
Posted By mjwest10
There is a tutorial that describes exactly how to do this here: Display icon in system tray Visual Basic tutorial...
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2007
Replies: 10
Solved: Text Timer
Views: 17,598
Posted By mjwest10
This proved to be very helpful - thanks!
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2007
Replies: 5
Views: 1,275
Posted By mjwest10
Another great place to start is this VB6 Beginners Guide (http://www.vb6.us/guides/visual-basic-6-beginners-guide). It will help you learn the basics.
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2007
Replies: 6
Solved: Listbox, ADODC
Views: 3,983
Posted By mjwest10
itemnumber is the number of the item in the list you want to display. I think you want to use the text for the selected item so you would use this code:

rs3.Fields(3.Value) =...
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2007
Replies: 25
Views: 193,003
Posted By mjwest10
You might have better luck posting this in the VB.NET forum.
Forum: Visual Basic 4 / 5 / 6 Mar 3rd, 2007
Replies: 25
Views: 193,003
Posted By mjwest10
Check this out: Visual Basic Database Guide (http://www.vb6.us/guides/vb6-database-guide/). It explains in detail how to connect to different databases (including Microsoft Access, SQL, Oracle). I...
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2007
Replies: 3
Views: 3,102
Posted By mjwest10
I would also be interested in this.
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2007
Replies: 3
Views: 2,538
Posted By mjwest10
Here is a link to a VB6 Database Guide (http://www.vb6.us/guides/vb6-database-guide). It guides you through this.

-Matt
Visaul Basic 6 (VB6) Tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 2
Views: 2,340
Posted By mjwest10
Can you use sndPlaySound for the background as well? Or can you adjust the MMControl sound?

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 2
Views: 1,023
Posted By mjwest10
You will need to write it in another language such as C++

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 4
Views: 5,387
Posted By mjwest10
Thanks for the links

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 2
Views: 1,470
Posted By mjwest10
I've never heard of doing it. I don't think its possible.

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Oracle Feb 20th, 2007
Replies: 3
Views: 8,701
Posted By mjwest10
I'm not really sure how this relates to VB - I would suggest the same as Ancient Dragons - contact their support

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 1
Views: 1,264
Posted By mjwest10
Can you please explain in more detail what you want to print (for example a table from the database)

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us/)
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 8
Views: 5,262
Posted By mjwest10
Your best bet is to do some simple math equation. For example microsoft used to have their serial numbers like this 123-2345566. Than they would add up all the numbers and if they could be divided by...
Forum: Visual Basic 4 / 5 / 6 Feb 20th, 2007
Replies: 8
Views: 3,523
Posted By mjwest10
Thanks for this code

Visual Basic 6 (VB6) tutorials and source code samples (http://www.vb6.us)
Forum: Visual Basic 4 / 5 / 6 Feb 18th, 2007
Replies: 6
Views: 15,834
Posted By mjwest10
We might be able to help more if you ask a specific question - what are you wondering?

Visual Basic 6 tutorials and source code samples (http://www.vb6.us)
Forum: Visual Basic 4 / 5 / 6 Feb 16th, 2007
Replies: 5
Views: 2,156
Posted By mjwest10
I also would like to know this.

Visual Basic 6 Tutorials and Source Code Samples (http://www.vb6.us)
Showing results 1 to 28 of 28

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC