| Thread | Last Post | Replies |
|
| ShellExecuteEx | 21 Jan 2007 08:25 GMT | 5 |
I'm using the ShellExecuteEx command to launch applications for ShellAndWait and ShellAndWaitIdle routines. There's a possibility the file to be executed may not exist. I would like to be able to handle the errors manual within my program and
|
| Inserting a string in Rich Text Box | 21 Jan 2007 01:47 GMT | 2 |
I want to insert the date/time into the rich text box RTF string . How should I do it ? Same as for the ordinary text box ? Anil
|
| Shell Mishandles a Filename with a space | 20 Jan 2007 22:38 GMT | 1 |
The behavior is what I expected, but I'm not sure how folks get around this. In my VB program I shell out to an executable with some command line arguments. App.Path & \blah.exe -a -b -c
|
| What Microsoft has to do with... | 20 Jan 2007 05:58 GMT | 21 |
I had used these groups a few times. This time this is not a VB question and a request to the watch-squad here: please dont send me away saying this is not the right group to ask this question. I am intrigued by the prefix 'microsoft' in these groups' names. I
|
| Visual Basic has encounterd a problem and needs to close......... | 20 Jan 2007 01:09 GMT | 2 |
Sometimes I have the following error when running my code: "Visual Basic has encountered a problem and needs to close. We are sorry for the inconvenience." There are not any other messages, nor the visual basic stops at the
|
| What Microsoft has to do with... | 19 Jan 2007 23:00 GMT | 19 |
I had used these groups a few times. This time this is not a VB question and a request to the watch-squad here: please dont send me away saying this is not the right group to ask this question. I am intrigued by the prefix 'microsoft' in these groups' names. I
|
| Update Values in Grid | 19 Jan 2007 20:39 GMT | 2 |
Hi: In the MSFlexGrid control if grdEditAssign.TextMatrix(i, 4)='All' then grdEditAssign.TextMatrix(i, 5) will be automatically 'All' and grdEditAssign.TextMatrix(i, 6) will be fill with Grey Color and blank. How to i do that where i have to write the code needs help. I am using
|
| Problem with Populating WMI | 19 Jan 2007 19:21 GMT | 1 |
Just a beginning coder and having some problems writing Instances to WMI: I'm able to create the data class structure in WMI, but when I go to query the mapped drives to write them to my static WMI Class
|
| searching entire computer | 19 Jan 2007 17:59 GMT | 2 |
How can I search an entire computer for particular file types? Once teh particular file types are found, I want to be able to have the full path saved. Pretty much the same as when you click on teh Search button iin Windows and
|
| dateadd problem | 19 Jan 2007 17:56 GMT | 6 |
I have a problem with DateAdd and Zulu time. I create a report in my program and I want to give the report a creation time in Zulu time. So I created a TimeDifference in hours.
|
| read file > 2 GB | 19 Jan 2007 17:09 GMT | 6 |
I need to read a binary file > 2GB. (17GB in this case) So I'm trying to use the setfilepointer API, which accepts 64 bit integers. I could write a function to take my large offset and split it into
|
| vb6 cloning a component on another form | 19 Jan 2007 16:23 GMT | 5 |
I'm running out of controls on my main form (form1). So I've devised a plan to store the controls in another form(form2), and have it's contents loaded on the main form when required, then release it from memory afterwards. The main form has frame1, which I plan to copy the ...
|
| Upload files via FTP and Inet1 | 19 Jan 2007 15:18 GMT | 1 |
I have VB6 (I know it's old, but I like it) I am trying to write a program that will take all the files iin a particular directory and upload them to a specific ftp site. I am using teh line of "Inet1.Execute , "put " & File1.FileName"
|
| problem with xml component(s) | 19 Jan 2007 13:22 GMT | 2 |
I have a component that runs fine on a server, but from my local machine will not run. All it does is open an xml file. The line below that is commented out is the original that runs fine and the uncommented line is one I tried by setting a reference to my own local
|
| Help on external process invokation in VC++ | 19 Jan 2007 11:51 GMT | 1 |
I have an existing VB program that invokes an external VC++ program using Shell command. The VC++ program uses ParseCommandLine() and ProcessShellCommand() MFC APIs to execute the request from VB. Now I need to go the other way, i.e. have a VC++ program to invoke an external
|