| Thread | Last Post | Replies |
|
| Automation Error - Word/Find | 15 Sep 2003 10:46 GMT | 1 |
I have an app that uses Word for report writing. On one machine I am getting an "automation error - out of memory" whenever I use the Find mechanism to locate some text for replacement and am looking for some ideas as to what it might be.
|
| Reading Files with GET | 15 Sep 2003 04:46 GMT | 5 |
Assume I have the following code: Dim VarByte As Byte Dim VarInt As Integer Dim VarStr As String
|
| directory dialog | 15 Sep 2003 03:26 GMT | 3 |
G'day All, Is there a directory dialog? Something like the ShowOpen dialog in the common controls. I want the user to retrieve a path without having to select a file in the dialog.
|
| How do I make a form stay on top and is there a way to change the taskbar Icon color? | 15 Sep 2003 03:15 GMT | 1 |
QUESTION #1 I am working on a timer. I have the following code which works kind of OK. If Form1.WindowState = 1 Then Form1.WindowState = 0
|
| Reading a file? | 15 Sep 2003 01:17 GMT | 2 |
I cannot believe that reading in a simple text file is as complicated as the Help file seems to imply. "fso" this and "textstreams" that... Someone please tell me there is a simple way to read in a line of text from a file.
|
| Selecting Printer In Win 2000 | 14 Sep 2003 16:42 GMT | 3 |
The following code works as expected when running on a win '98 system but not at all when running on a Win 2000 system. Dim PrtName as Printer
|
| Search for file | 14 Sep 2003 01:29 GMT | 2 |
G'day all, Can someone get me started with how to search for a particular file? Say myfile.xyz on all drives. tia
|
| Update 2nd table from text | 13 Sep 2003 22:25 GMT | 1 |
I am using text boxes and combo boxes on my form. I would like to be able to update a second table from the boxes in the first. On my main form with adodc these are update to DB1 Combo1(8) = Equipment
|
| Winows API reference | 13 Sep 2003 21:48 GMT | 6 |
G'day All, Is there a reference in the MSDN for all the Windows API functions that VB can use? If so what is it under?
|
| search problem | 13 Sep 2003 20:35 GMT | 1 |
Hello, can anyone tell me what i am missing here?? I have a textbox named "txtLidcode" I have a datagrid named "data" I have a command button named "command3" The datdagrid has a datasource of an ado control named "adodc1". When the "command3" button is clicked i have
|
| Datareport with NO datasource specified | 13 Sep 2003 19:57 GMT | 1 |
Is there a way to print a report with NO datasource specified? I need to print a blank worksheet for my client. (well with some shapes and lines on it) This is the code that causes an Invalid Data Source message box to appear.
|
| the 'getpath' command | 13 Sep 2003 15:53 GMT | 3 |
I am trying to make my vb program find the path of the msn messenger application (I want this to be done automatically on which ever computer it is downloaded). The code I use is returning the wrong path: that of the vb executable
|
| Code Generators for VB | 13 Sep 2003 13:42 GMT | 4 |
I'm curios are there code generators for VB and if so can any one suggest a good one? Thanks, VAL
|
| API Confused | 13 Sep 2003 08:12 GMT | 3 |
I'm going through Dan Appleman's book on API and am getting so confused. Can anyone suggest additional resources that might help me get the fog in my brain cleared? Thanks
|
| Scrollwheel and Scrollbar | 12 Sep 2003 19:59 GMT | 4 |
I have a problem: on a form I placed a scrollbar, but when the scrollbar is active and I use the mousewheel of the mouse it does not scroll like in every other program.
|