| Thread | Last Post | Replies |
|
| Compiled and running in XP but fails in Win2k. Error in Loading DLL. | 21 Jul 2005 19:28 GMT | 6 |
I've been dealing for two weeks with a problem and I cannot get it to work. Any help will be much appreciated. * I've made an ActiveX-Exe and Standard-Exe that instances the ActiveX-Exe server. Environment: WinXP, VB6, SP6.
|
| Outlook in VBA, with late-binding | 21 Jul 2005 12:51 GMT | 4 |
I am modifying a VBA program which currently uses the Outlook 11 Object Library msoutl.olb with early-binding. I have found that despite the Outlook 11 library being mostly compatible with the Outlook 10 library, early-binding (via Tools->References) links based on absolute path to
|
| VB6 GUI | 21 Jul 2005 10:16 GMT | 2 |
we have the problem that suddenly in the vb6 GUI the menu entry "File - create Project1.exe..." is disabled (it's the german version of vb, so I don't know the exact translation of the menu entry). So we can not create any exe. Remarkable ist that the menu enty "File - Create ...
|
| I need some help parsing text | 21 Jul 2005 10:08 GMT | 1 |
Hello people. I created a program in VB6.0 that allows you to Drag and Drop Multiple GPX and LOC files onto an app that then creates a custom google map based on the coordinates ofthe caches from geocaching.com. The program works fine except for one thing. IF the GPX or LOC file
|
| Writing Fortran Formatted Strings/Lines | 21 Jul 2005 09:17 GMT | 1 |
I was wondering if anyone has already written or knows where I can find a Visual Basic class that can handle writing strings formatted "Fortran-like." What I am looking for is a subroutine that can take format designators, in Fortran syntax or not, and an array of variables
|
| do events | 21 Jul 2005 08:09 GMT | 6 |
I sure hope you can help me with this. I have serveral computers networked. I made my own printspooler. Its simple. Any client machine has a access to a shared directory where it dumps
|
| Error C1083 | 21 Jul 2005 05:47 GMT | 2 |
My application has to import a Advic32.dll file.An error "fatal error C1083: Cannot open type library file: 'C:\Program Files\Common Files\System\Advic32.dll': Error loading type library/DLL."
|
| How do I find the Table of a field in an ADO recordset | 21 Jul 2005 02:29 GMT | 8 |
I'm working on a com control that allows the user to select fields from a recordset, apply criteria, and output a sql string. My problem stems from ambigous field names. For example, the recordset may have a field named "IssueNo" but the
|
| How to simulate the mouse events on a flash window in C++ | 20 Jul 2005 22:34 GMT | 1 |
I have a Windows application. The application contains 2 windows. One window running inside the display screen like normal window does. I give this winodw the name 'visible window'. Another window is running out of the display screen. I give this window the name 'invisible
|
| Open/Close: Missing a Close..Somewhere :) | 20 Jul 2005 18:45 GMT | 4 |
I'm using open and close a lot in my vb6 project and it looks like somewhere, i am missing a matching close... I just can't find where. Has anyone seen a utility/plugin that checks for this?
|
| Change data type in Access db | 20 Jul 2005 12:01 GMT | 2 |
I am attempting to update a vb6 application which uses an Acess database to store information. I want to change one of the fields from type "text" to type "memo" so ir can store more than 255 characters. I already know how to delete and recreate the fields but that would destroy
|
| Unload Event | 20 Jul 2005 09:15 GMT | 1 |
Where are a Forms Unload event?
|
| Trouble with Click and DblClick | 20 Jul 2005 08:56 GMT | 3 |
I'm from Denmark so I hope you understand my English. Well, I have a filebox and when I click on a picture-file, then I have a small picturebox, where I can preview the file. When I double-click on a file, then should the program load the file to a editor, but no matter how fast I ...
|
| submit form by clicking image in webbrowser, possible? | 20 Jul 2005 07:09 GMT | 4 |
I would like to click this image in the webbrowser: <input type="image" src="cnt.gif" alt="Continue" value="Continue" name="continue" id="cont"> I've tried all of these, none of them work:
|
| Visual Studio Installer | 19 Jul 2005 16:52 GMT | 5 |
I need to use the Visual Studio Installer to create a package using Crystal XI. I downloaded Visual Studio Installer from Microsoft but when I tried to do the Setup - I get a message that it cannot find "the Visual Studio Common Directory on this machine". It tells me to ...
|