| Thread | Last Post | Replies |
|
| ShellExecute can't open files that WinExplorer can | 20 Sep 2006 17:27 GMT | 4 |
Our VB6 application opens documents using shellexecute and the following code: lRet = ShellExecute(GetDesktopWindow(), sOperation, sFile, sArgs, sDirectory, sShowCMD)
|
| help please! reading text re post | 20 Sep 2006 16:07 GMT | 2 |
I'm trying to read specific information from a text file. I need to get stuff like invoice date, invoice number and account number (9/18/06, 586007, 1543 respectively) i was able to use a stream reader to display the text in a textbox for viewing, but i want to pick these
|
| To write to a file at a specific position | 20 Sep 2006 14:57 GMT | 6 |
I am making a tool in VB 6.0 to convert Server Side Java script to JSP. Hence there is a need where i need to write to a file at a specific position or line, after i have read the whole file once. I have tried FileSystemObject, TextStream. They seem to give Bad File
|
| Window API - Send Input Function | 20 Sep 2006 11:54 GMT | 7 |
I am struggling to understand how the Send Input Function is used to send mouse clicks to Forms in another running application. Within VB6, I can identify the other Application's Form handle and the required Text Box handle I want to check but don't understand the construct of ...
|
| Detecting running MS Word | 20 Sep 2006 11:10 GMT | 4 |
I use standard MS Word (97) launch: dim mobjword as Word.Application . .
|
| Multiple Forms | 20 Sep 2006 05:32 GMT | 16 |
Just a quick question..... When a program has multiple forms and associated code for each form, what determines which form and code is executed first? Thanks
|
| HELP - How in VB6 to parse XML data ???????/ | 20 Sep 2006 01:30 GMT | 4 |
I posted this last week and I guess it must have been lost in the shuffle.... if anyone has advice it is greatly appreciated. ... I wrote a script in ASP to parse XML data retrieved from a remote website. Everything worked fine. Now I need to port it over to VB6
|
| How can VB6 alter the NAME of an EXISTING FIELD in ACCESS 2002??? | 20 Sep 2006 01:14 GMT | 21 |
I'm sorry if this one has been asked and answered a million times: Is it possible to have a VB6 app alter the name of an *existing* field in Access 2002 database? To be clear, I'm not talking about adding a new field to the Access database. I want to change the name of an
|
| Formula for DIB layout | 20 Sep 2006 00:58 GMT | 6 |
Is there some kind of formula for mapping specific bitmap pixels to a DIB? This would be 24-bit. What I'm thinking of is to do something like put, say, a blue border on the outside 10 pixels, all
|
| VB6 to convert textfile data | 19 Sep 2006 21:28 GMT | 7 |
I am having difficulty solving a textfile import issue. The portion of the textfile below needs to be imported by a propritary software's import feature. I have no control over the import requirements. What I need is to code a loop in VB6 that will go through the textfile, pick ...
|
| XMLHTTP30 Error | 19 Sep 2006 18:48 GMT | 1 |
I set a reference to MSXML3.dll <code> dim objHttp as new XMLHTTP30 objHttp.setRequestHeader "Content-Type", _
|
| Free VB5 Compiler? | 19 Sep 2006 18:35 GMT | 12 |
Perhaps this is a dumb question, but I was wondering if there's such a things as a free VB5 or VB6 compiler? I like using the VB5CCE as a way to prototype VBScript/ASP code, and over time some of those prototypes have turned into somethings that could be nice, little desktop ...
|
| October 2001 MSDN Disk | 19 Sep 2006 17:58 GMT | 2 |
Was wondering if anyone has for sale or download the October 2001 MSDN Disk. Thank You.
|
| Unhandled exception at 0x0fa91841 in VB6.EXE | 19 Sep 2006 16:39 GMT | 5 |
Technologies involved:- 1. Visual Basic 6.0 with SP6 2. Windows XP Professional with SP2 3. Oracle 9i
|
| populating form from database w/ code instead of data control | 19 Sep 2006 15:13 GMT | 2 |
Hello All: I am using an Access database and want to create code to mimic the actions of the data control. I created a form to link to 1 table using the data control and now would like to be able to do that through code. I confirmed
|