| Thread | Last Post | Replies |
|
| ATL "Object doesn't support this property or method" | 07 Aug 2005 15:15 GMT | 4 |
I recently created a DLL using ATL in VC++ 6.0, and referenced the typelib in a VB6 project. If I have an object from the library, say: Dim x as MyLib.Thingy
|
| DAO 3.6, SQL, Save/Not-Save | 07 Aug 2005 14:33 GMT | 6 |
I wrote a program for a friend who has a small business. He has XP and has experienced a problem saving new entries. I have not experienced it on my XP home version or NT 4 machines. Occasionally, after entering the client data and clicking Save, the data disappears totally and ...
|
| Minimum size of DataCombo | 07 Aug 2005 14:08 GMT | 1 |
How can I set the height of a data combo to less than 315? This is the smallest value I can set height to right now, and it's way to big and wasteful of space for displaying 8 point text. I'm using Visual Studio 6.
|
| Connection To SQL Database | 07 Aug 2005 09:52 GMT | 2 |
hey all, i want to create a client application to connect to a MySQL server on the internet so that multiple people may access the data from around the world.
|
| VB programmer needed | 07 Aug 2005 08:11 GMT | 2 |
Attention Visual Basic Programmers I am in need of someone to perform some contract work for me. Please respond to me directly through email, not this newsgroup. norse_code@hotmail.com
|
| Need help with Combo Box in a MDI app. | 06 Aug 2005 21:56 GMT | 2 |
I'm new to VB (using VB 6), and I'm trying to load a form in a child window, that was selected with a Combo Box located on the Picture Bar of a MDI form. I have the form choices added to the Combo box, the the additem as such:
|
| Why does a FileListBox not exactly show what is in the Pattern defined | 06 Aug 2005 21:14 GMT | 4 |
I've a FileListBox where I set the Pattern like MyFileListBox.Pattern = "*.tst" Therefore the MyFileListBox shows files like File1.tst
|
| Crystal Report in VB6 | 06 Aug 2005 14:28 GMT | 1 |
Just wish to know which folder of visual basic 6.0 installation disk I can find the crystal report for installation ? -- peter
|
| Pause | 06 Aug 2005 12:11 GMT | 11 |
How would you run a section of VB code, then wait for a precise time, then run the remaider of the code. Bob Beed
|
| vb hardware controlling | 06 Aug 2005 06:39 GMT | 8 |
dear newsgroups, is there a way i can control other device or external hardware (like small bulb) using visual basic program? for example, if i want to make a small bulb blink or light up by clicking a command button. and
|
| Reading files from a network drive???? Help Please! | 06 Aug 2005 04:02 GMT | 1 |
I'm writing a small program to display images in PictureBox1: Dim filePath As String Dim fileName As String ........
|
| Menu - hiding and showing selected menu items using code - VB6 | 06 Aug 2005 03:15 GMT | 2 |
Hello -- I need to learn how to name the menu objects so I can - hide or disable them - show/enable them
|
| MSComm1 readout | 05 Aug 2005 23:11 GMT | 3 |
I try hardly to read the content of a COMM1 port connected to a modem. In the second loop, the MSComm1.input is always empty, even with a Pause(1) statement, anybody sees immediately what's wrong in the code ???
|
| Image data via Winsock | 05 Aug 2005 22:49 GMT | 23 |
I have made a simple "server" to handle transactions in an Access database, ie. accept small text strings containing an sql clause or a hard-coded command and send back the result as a delimited string. It is based on the MS Winsock control and is actually working nicely even ...
|
| App Coordinates. | 05 Aug 2005 16:48 GMT | 1 |
I don't know if it's simple but I can't get it out from my MSDN. Could someone tell me how to make mouse click a specific coordinate on an Application. Not on the screen, Application. So the upper left corner of the application would be 0,0.
|