| Thread | Last Post | Replies |
|
| How to run the CMD from VB6 | 20 Mar 2006 14:44 GMT | 5 |
I have a program that needs to pass some strings to the CMD to run another program (GhostScript) to do some file conversions (convert *.ps files to *.pdf files). How would I get the following to be passed to the CMD. set PATH=%PATH%;C:\Program Files\Ghost Script\gs8.50\bin;C ...
|
| Best ways for reading and editing text files | 20 Mar 2006 14:39 GMT | 4 |
I have some Apache log files ranging in size of 500KB that I need to delete specific lines from and then save it as another file with a different name. Before I embark on this, I'd like to get some thoughts on how to
|
| DLL library not opening! | 20 Mar 2006 14:38 GMT | 10 |
I am calling a C++ .dll library that I wrote from my VB6 program, using the following command: Declare Function MyFunction Lib "MyDLL.dll" () As Integer It works just fine when I run the compiled .exe program, BUT it gives me an
|
| Run-time error 523 | 20 Mar 2006 09:07 GMT | 3 |
I use VB6, SP6 on winXP pro, SP2. I recently recompiled an old database program, and redistributed it, works fine on all customers machines from win98se to XP. Yeah, I got one customer with a problem. Installs well, but when he goes to
|
| wordstar | 20 Mar 2006 08:14 GMT | 2 |
I want to know how many help labels are numbered in wordstar. I want to know the name of help labels.
|
| Error Message | 20 Mar 2006 04:28 GMT | 2 |
Whenever I try to run a program that I have coded (Console and Win32 types), i get the following error message: The application failed to initialize properly (0xc0000005) I have double checked the entire source code, and my PC meets and exceeds
|
| Method Add on INodes failed, error -2147417848 | 19 Mar 2006 20:48 GMT | 1 |
Have a VBA userform with 2 treeviews. The treeview is part of MSComCtl.ocx SP6. This is with Excel 2003 and Windows XP Pro. I post this in the VB group as I find there aren't many people in the Excel
|
| VB Newbie | 19 Mar 2006 19:09 GMT | 3 |
I have a classroom project and we have to convert a software from VB to Java. (JSP). How feasible is this? Shayaan
|
| Question about Strings to Numbers | 19 Mar 2006 19:05 GMT | 2 |
I have text fields which contain data that is formatted as $10,240.99 $10.00 $0.25
|
| VB6 keeps asking for VisualStudio 2005 DVD | 19 Mar 2006 18:04 GMT | 3 |
I recently installed the 90 day trial copy of Visual Studio .NET DVD. Liking what I saw, I ordered the real deal (upgrade). I found I did not have to install it but the upgrade allowed me to use the Product Key to activate the trial copy.
|
| Help | 19 Mar 2006 17:39 GMT | 1 |
For Each c As Char In "p123" Send(c) Thread.Sleep(100) Next c
|
| Refresh DropDownList - Select Orginal Option ! | 19 Mar 2006 15:50 GMT | 2 |
I have a drop down list on my VB form, from where I am entering the data in Excel sheet. In the form a I have drop down list where the user has to select an option and clickon "submit" to enter the data in Excel.
|
| Sending Email with VB | 19 Mar 2006 15:19 GMT | 4 |
How do i send an email within a VB 6 application. It doesn't have to be 100% reliable ...if it only works with Outlook or Outlook Express...that's fine. Thanks
|
| object does not source automation error | 19 Mar 2006 14:44 GMT | 1 |
i'm trying to get my image object (clsBitmap) to respond to events, such as mouseover events, mouseclick events etc I declared my image object : dim WithEvents cbImg as clsBitmap
|
| DAO Control Find Method | 18 Mar 2006 21:58 GMT | 2 |
I have a recordset bound to a DAO control on a form. I have enabled my user to enter in text to perform a search on the data, including searching on names in the data. My problem is when the person's name has an apostrophe in it (e.g. O' Callahan). The find fails as it states it ...
|