| Thread | Last Post | Replies |
|
| Embed and automate an Excel worksheet by using MFC and Visual C++ | 30 Aug 2008 07:30 GMT | 1 |
I try to run the 'Embed and automate an Excel worksheet by using MFC' example described in the 'Microsoft Help and Support' (URL: http://support.microsoft.com/?kbid=311546), Including (as described in article) for "CApplication.h", "CWorkbook.h",
|
| Using MSHTML.IHTMLElementRender from VB | 29 Aug 2008 11:10 GMT | 10 |
I am getting a type mismatch error when attempting to use the IHTMLElementRender inteface from VB6. I noticed that this interface does not implement IDispatch, just IUnknown. Does this have something to do with it? Also, I had to create a type library with the IHTMLElementRender: ...
|
| interprocess communication | 20 Aug 2008 16:34 GMT | 5 |
I have established an interprocess communication between two standard VB6 applications using SendMessage, WM_COPYDATA, and subclassing. Incoming WM_COPYDATA messages will be catched by a subclass procedure, stored in a stack,
|
| Calling Visual Basic dll from Excel VBA code | 20 Aug 2008 16:32 GMT | 13 |
I'm having a problem using excel vba to call the following dll code which was created as a "Class Library" using Visual Basic 2008 Express Edition (note: "Class Library" was the only project choice that I saw that created a dll).
|
| Add multipe Forms to project like copy all in win explorer | 20 Aug 2008 12:46 GMT | 5 |
I have about 50 customized versions of a program that I need to upgrade by adding 40 forms and 14 modules. That is 2000 IDE Project, Add Form, find the form and double clicks and 700 Project, Add Module, find form and double clicks.
|
| Network shared DLL with common functions - HELP | 18 Aug 2008 14:17 GMT | 6 |
Hey guys... I've written a simple ActiveX DLL that hold some simple functions like, writing/reading ini files, stretching background pictures, validations to the serial number.
|
| two arrays for one doubledimensioned array | 16 Aug 2008 16:52 GMT | 1 |
im confused about realisation of following problem (VB6 compiler): There re two one - dimensioned Arrays, a_1(x1) and a_2(x2). Now i have got a third array which is doubledimensined.
|
| add mscomm in my activex? | 11 Aug 2008 21:48 GMT | 2 |
I'am a beginner in Visual Basic 6.0. Now I try to write a ActiveX control that is in charge of communication through COM1. So I decided to adopt MSComm control. I draged a button onto the usercontrol.Then I wrote some statements in
|
| How can I show PDF files in VB6. | 07 Aug 2008 16:45 GMT | 2 |
How can I show PDF files in VB6. I use Adobe the PDF.OCX but that works only with version 6 but not with the latest versions of Adobe. Has anyone an (other) solution??
|
| Hooking The Keyboard Without a Form | 07 Aug 2008 03:39 GMT | 1 |
I've written a COM add-in for Microsoft Project in VB6. I want the add-in, which is an Activex dll to be able to intercept keystrokes so that I can allow the use of function keys to activate parts of my code. I'd prefer to just associate function keys with menu or toolbar items ...
|
| COM interface for dll using VB 2008 Express Edition | 05 Aug 2008 17:23 GMT | 3 |
Can anyone provide me with a simple example of the following: 1.) Writing a COM interface for a subroutine placed inside a "Class Library" project using vb 2008 express edition. I want to call the subroutine inside the dll created during this step from excel vba code.
|
| Spurious Error 9: Subscript out of range | 05 Aug 2008 12:23 GMT | 1 |
I'm looking for some suggestions here as a section of code is misbehaving at only one site (2 machines) and works elsewhere. The code is part of a multi-threaded ActiveX EXE. The exact same EXE is installed at several sites.
|