| Thread | Last Post | Replies |
|
| Using One Instance | 30 Jul 2009 18:05 GMT | 1 |
How do I get VB6 to use an already opened instance of Excel instead of it opening a new one; and, if an instance is not open, to open one? TIA, Trent Argante
|
| Using 2 dimensional SAFEARRAYS with COM | 15 Jul 2009 05:36 GMT | 1 |
In my COM class I want a funciton that has an array of single dimensional arrays. For example a SAEEARRAY of arrays. Yet I can't figure out how to declare it as a function parameter. If it were strings it would be simple: HRESULT somefunction( [in,out] SAFEARRAY (BSTR) * ...
|
| can I read unicode using vb 6 on ms word | 13 Jul 2009 20:38 GMT | 1 |
Dear all Experts I am a beginner of using vb6 I can write code can read some fonts but unicode i can not
|
| VB6.0 - ieframe.dll | 05 Jul 2009 23:09 GMT | 1 |
I installed MS Office 2007 on my computer which has VB6.0. After installing Office 2007, I cannot start my app in VB6.0 Development Enviroment. I get the following: "C:\Windows\system32\ieframe.dll\1"
|
| Run-time error '449': Argument not optional | 01 Jul 2009 19:11 GMT | 1 |
I have a VB6 application that is running against an ActiveX written in C++. I've added a function to the ActiveX that I think is properly exposed to the outside world but there seems to be some problem with the COM linking. The function does not take any arguments and the code ...
|