| Thread | Last Post | Replies |
|
| user-defined type not defined | 13 Oct 2005 20:16 GMT | 6 |
I get the above message when trying to run my program. I checked the error in MSDN and it said to add DAO350.DLL to the References. I did this and I still get the error. Does anyone know what else I need to do? Thanks.
|
| Fill a FlexGrid control | 13 Oct 2005 19:39 GMT | 19 |
Can I fill a flexgrid control written in VB6 from an Access Table?
|
| Searching for text in Text boxes | 13 Oct 2005 17:47 GMT | 4 |
Newbie question I want to be able to search a text box for text from my program in the way similar to Find (Ctrl+F) does is there any code or a control that can do this ?
|
| excel versions in Vb 6 | 13 Oct 2005 17:06 GMT | 12 |
I have an application that has run fine on my clients system for a number of months. The app reads a text file and builds an excel spreadsheet from the information. He is using Office 2000. We made some minor changes to the app and after I recompiled it on my system (MS office ...
|
| Convert hex string to a byte | 13 Oct 2005 16:20 GMT | 8 |
I'm trying to convert a two digit hex string like the following "80", "FF", and "0F" The byte for the hex string "80" will be 10000000 The byte for the hex string "FF" will be 11111111
|
| Query Datareport | 13 Oct 2005 15:11 GMT | 3 |
I am using datareport in my vb project. I want to give query from the vb form and retrive the results in datareport. Any please send the solution.
|
| Picture Box problem | 13 Oct 2005 14:18 GMT | 1 |
I have two picture boxes, one overlaying the other. The problem is, the textbox on the bottom picture box overlays the text box of the picture box on top. I'm sure it must be a property problem but I 'm fairly new to VB and I can't see it. Does anyone have any ideas?
|
| Picture Box Question | 13 Oct 2005 14:04 GMT | 12 |
I have bunch of pictures that I load and all are different sizes. Is there a way to resize the picture box to the size of the picture? Thanks
|
| Invalid help file (.chm) | 13 Oct 2005 13:43 GMT | 1 |
When I key on Help, I get an error message saying that the help file (.chm) , is invalid. Can you tell me what means that , or waht can I do ?
|
| Scheduling Control | 13 Oct 2005 09:52 GMT | 4 |
Has anyone had any experience with Scheduling/Appointment controls. They provide an Outlook style interface. I need to use one in a project and wonder if anyone can recommend any. Thanks Harry
|
| populating combobox | 13 Oct 2005 09:51 GMT | 13 |
Hi to populate a combobox with one of the field from the database we have to run a while loop which will add items in combobox like this While Not rst.EOF = True combo1.AddItem rst.Fields("name")
|
| Activex EXE help | 13 Oct 2005 09:25 GMT | 6 |
I am calling the Active EXE from my standard exe project. Below is the code (First method). Now the load menu function will load my MDI form based on the parameters. Once I close the mdi form my focus should go to my calling standard exe. I
|
| Compile, Save, Exit, ReStart, big trouble | 13 Oct 2005 09:20 GMT | 7 |
I have an App that works in the IDE. I compile with no errors. I start to exit the IDE and IDE asks to save. I do. I restart and get a bunch of errors.
|
| Command Button Sequence | 13 Oct 2005 09:15 GMT | 12 |
Using VB.6, When a command button is clicked, the focus can be set to a text box or a label. Is it possible to create code that requires a series of command buttons to be clicked in order to set the focus to a text box or label? Example: Click Command Button 1 then Command ...
|
| RESET does what? | 13 Oct 2005 09:01 GMT | 8 |
OK, I read the help docs and it says that RESET closes all files and flushes the buffers. Probably for OPEN only??? Does that include filesystemobject? How aout API open and copy?
|