- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
26 Posted Topics
Isn't there an API function that lets you do a more detailed timer function?
Check this out: [URL="http://www.vb6.us/guides/vb6-database-guide/"]Visual Basic Database Guide[/URL]. It explains in detail how to connect to different databases (including Microsoft Access, SQL, Oracle). I think it should help you get a great understanding of VB and data access.
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?
There is a tutorial that describes exactly how to do this here: [URL="http://www.vb6.us/tutorials/display-vb-program-system-tray-clock-using-apis-tutorial"]Display icon in system tray Visual Basic tutorial[/URL]. It might help in a more step by step method.
Thanks for the links [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
You may want to check out these [URL="http://www.vb6.us/guides/vb6-database-guide"]Free VB6 Database Tutorials[/URL].
I agree with Comatose - this is a much better way.
I also have created a few [URL="http://www.expression-tutorials.com/"]Microsoft Expression Web Tutorials[/URL]. I just started it so it only has a few tutorials right now.
I am not sure what you are asking. Are you trying to make an install system using VB?
Check out this [URL="http://www.vb6.us/guides/vb6-database-guide"]Visual Basic Database Guide[/URL]. It will show you step by step how to write VB6 apps that interface with microsoft access.
I'm assuming you mean one the database in your VB app and do something with it. Check this out: [URL="http://www.vb6.us/guides/vb6-database-guide"]Visual Basic Database Guide[/URL]. That should get you started in your database development.
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) = List1.List(List1.ListIndex) If you are just starting I would suggest reading this [URL="http://www.vb6.us/guides/visual-basic-6-beginners-guide"]Beginners VB6 Guide[/URL] I also …
Have you started this at all? Is this program supposed to be written in Visual Basic? Or just in normal Basic?
Another great place to start is this [URL="http://www.vb6.us/guides/visual-basic-6-beginners-guide"]VB6 Beginners Guide[/URL]. It will help you learn the basics.
I've never heard of doing it. I don't think its possible. [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
I would also be interested in this.
Here is a link to a [URL="http://www.vb6.us/guides/vb6-database-guide"]VB6 Database Guide[/URL]. It guides you through this. -Matt [URL="http://www.vb6.us/"]Visaul Basic 6 (VB6) Tutorials and source code samples[/URL]
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 7 without a remainder than it would be valid. This way they could …
I'm not really sure how this relates to VB - I would suggest the same as Ancient Dragons - contact their support [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
Can you use sndPlaySound for the background as well? Or can you adjust the MMControl sound? [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
You will need to write it in another language such as C++ [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
Can you please explain in more detail what you want to print (for example a table from the database) [URL="http://www.vb6.us/"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
Thanks for this code [URL="http://www.vb6.us"]Visual Basic 6 (VB6) tutorials and source code samples[/URL]
We might be able to help more if you ask a specific question - what are you wondering? [URL="http://www.vb6.us"]Visual Basic 6 tutorials and source code samples[/URL]
I also would like to know this. [URL="http://www.vb6.us"]Visual Basic 6 Tutorials and Source Code Samples[/URL]
The End.
mjwest10