| Thread | Last Post | Replies |
|
| Getting Shell() to work | 29 Apr 2004 08:16 GMT | 4 |
Hi, I am having a problem with getting Shell() to work in vb6. I want to click on a button and then run an .exe file that converts a unix.txt file into a dos.txt file This is the cod Private Sub Command1_Click( Dim strDoIt As Strin
|
| Report criteria | 27 Apr 2004 00:27 GMT | 2 |
I have the following line of code for a criteria statement when opening a form currentAppt = ("AppointmentID= " & Me.AppointmentID) & Me.LSNeeded > The report opens without regard to the above criteria statement. How can I open the report only when there is a match on ...
|
| Colored text | 25 Apr 2004 00:51 GMT | 2 |
I was wondering if anyone had any idea of how to use a control like text box to display text in different colors instead of one uniform color. I'd like to have certain words be blue, lets say, and the rest be black.
|
| How to change Tab Width to the standard one (4) for already written code? | 24 Apr 2004 01:59 GMT | 14 |
Some programmers like to change the Tab Width and their code is difficult to further support by the other programmers (with have standard 4 characters tab). So, how to change the Tab Width to the standard one (4) for already written code What simple decisions can someone suggest? ...
|
| who could give me a "vb keyword list"? | 23 Apr 2004 16:42 GMT | 3 |
Such as "if... then" or other VB keyword and each keyword's description, I think this is a way to learn VB's syntax, anybody could give me such a list file? thanks:)
|
| Freezing cells in Excel | 23 Apr 2004 13:50 GMT | 6 |
I have a question that I can't find the answer to concerning freezing cells in Excel from my VB6 app. My app exports a sizable chunk of data to an Excel spreadsheet, (Excel 2003 and 2002).
|
| Word Object Syntax In Visual Basic | 21 Apr 2004 09:07 GMT | 4 |
I have to confess I get all my Word VB Syntax from the Word Macro Generator. The following routine writes a word document. It runs once ok and then when repeated halts on the second instruction under 'Table formating. The Error Message is Run Type Error 42 The remote server does ...
|
| hmmm | 20 Apr 2004 14:41 GMT | 5 |
|
| how to make seperate processes? | 20 Apr 2004 06:36 GMT | 2 |
i am working with an application in vb6 that uses an ActiveX control (drag drop). the activex control listens for telephony events. i make multiple instances (objects) of the form for different modems that are there in my system. the form created last listens for the events only ...
|
| Running an executable from Command Button code | 19 Apr 2004 18:21 GMT | 1 |
I have a compiled C file that I would like to execute when a user presses a Command Button from within a MS document. Anyone know the VB syntax?
|
| How to find out is a control in an array of controls? | 19 Apr 2004 17:28 GMT | 3 |
Reading its Index property leads to the error 'The control is not an array' when the control is not an array How to correctly check without turning to the Index prop The IsArray function does not help. Thanks in advance.
|
| Pipe delimit export table via VBA in Access | 18 Apr 2004 01:27 GMT | 1 |
I am trying to write some custom code for a client to export a table into a text file that is pipe delimited. He does not ant to manually use the wizard and so I am trying to by-pass this. I have the transfertext method of the DoCmd but the help file is not at all clear on what ...
|
| SizeOf function | 17 Apr 2004 16:34 GMT | 3 |
Is there any function in VB like "SizeOf()" in C/C++ ? Best Kevin Tang ( kevintang@ieee.org )
|
| data range | 14 Apr 2004 15:21 GMT | 1 |
I don't know if I am in the right news group, so I will apologise now if I am I am using excel and I want to filter down data automatically i can do this in excel if i write approx 6000 formulas (few to many)
|
| When Windows comes out of the Hibernate State | 13 Apr 2004 05:49 GMT | 1 |
We are working in VB6 with Windows 2000. We wish to launch an application when a PC comes out of the hibernate state, something equivalent to Run and RunOnce type of registry keys that gets triggered when Windows is restarted.
|