| Thread | Last Post | Replies |
|
| Howto import dialogs from vc++ 6.0 | 09 Jul 2003 21:20 GMT | 1 |
How do you import dialogs from vc++ 6.0 to vb 6.0? Thanks
|
| how to prevent a new instance of an application if there is a running one | 09 Jul 2003 14:41 GMT | 1 |
hii all in which event i have to use App.PrevInstance and how can i end the new instance thanks
|
| self-register dll using INF file problem | 08 Jul 2003 12:19 GMT | 1 |
Hi, I am trying to self-register a dll (written in visual basic) using a downloadable cab files which contains the inf file inside. The problem is that Dll gets copied to the right folder but never registered.
|
| Bug with VB6 | 08 Jul 2003 09:30 GMT | 4 |
Hello all; I am trying to declare an array with more then 1000 entries in it something like this : Type LargeUDT
|
| VB6 and DCOM settings | 08 Jul 2003 08:19 GMT | 2 |
We are using VB6 and have a client server application which uses DCOM as the link between the client and server apps. When we install the server app. we have to manually change the server DCOM Authentication and Identity entry settings to 'Authentication Level = None' and user ...
|
| Permission denied for creating microsoft word object | 08 Jul 2003 06:01 GMT | 1 |
Here is my story. I build a dll that create microsoft word object, and it will to create a word document. and I put that dll as a COM+ application.
|
| Web browser other than Ms Inet control | 07 Jul 2003 20:19 GMT | 1 |
Is there another control than the MS WebBrowser (shdocvw.dll) that can be used in VB6 to display web pages?? thanx
|
| Dir Function | 07 Jul 2003 18:19 GMT | 3 |
I have an input box that I would expect the user to enter in this case "6467" strFileName = Dir("C:\data\" & strInput & "\?" & strInput & "??.*") The file that I am trying to retrieve has the following path statement.
|
| Acceptable VB Automation WithEvent function parameters? | 07 Jul 2003 17:05 GMT | 2 |
I'm creating a C/C++ ActiveXCOM client interface to our RPC client/server system. I was moving along successful with using an OCX, the VS IDE wizard works well and holds the hand of the newbie, but it was recommended to go ATL, the "Modern Automation Framework", especially when I ...
|
| Bug with VB6 | 07 Jul 2003 11:43 GMT | 1 |
Hello all; I am trying to declare an array with more then 1000 entries in it something like this : Type LargeUDT
|
| vb programmer needed | 07 Jul 2003 08:56 GMT | 1 |
I have a visual basic application that is about 2/3 (if not more) done. The programmer who was working on it had to leave the project. I am in need of someone to complete the project. At this point the following work needs to be done:
|
| csmsg32.ocx, csmtp32.ocx dependencies | 07 Jul 2003 07:34 GMT | 1 |
Hello, Does anyone know if csmsg32.ocx (catalyst mail message control) and csmtp32.ocx (catalyst smtp client control) are compliant with winxp home or pro edition?
|
| What is the difference between CreateObject and CtxCreateObject? | 07 Jul 2003 07:04 GMT | 1 |
|
| vc++ client can't see VB COM events | 07 Jul 2003 06:55 GMT | 1 |
I have created an ActiveX COM Server app with VB6, SP4. I have also created a client app with VB6, SP4. I tested the client and it has no problems seeing events generated by the COM Server app. I delivered the server app to my customer, who is developing a VC++ client app. His ...
|
| FileSearch causes exception when Quit (ting) Word 97 | 05 Jul 2003 14:56 GMT | 2 |
Cleaning Up after FileSearch? I transfered working code from VBA in Word 97 to VB 6.0. This uses FileSearch to collect files from a directory and sub directories. The code in VB 6.0 causes an exception when Word is Quit(ted).
|