| Thread | Last Post | Replies |
|
| Consuming ActiveX events on a Web Page | 27 Apr 2006 23:20 GMT | 2 |
I have developed an ActiveX component in VB.Net framework 1.1 It works fine when contained within a vb form, but I cannot get IE to capture the events it raises. Below is the relevent web page source. The spnTest object works fine on the web page, and my TimerControl is working ...
|
| Word 2003 automation problems with VB6. | 27 Apr 2006 04:14 GMT | 1 |
I have a problem with automation with Word 2003. If declare my word app/documents using "WithEvents", when word is closed I get a "Word has encountered a problem would you like me to recover?" dialog. My application continues and processes all the events saving my documents ...
|
| How To Set Value of Dailog Using Windows API | 27 Apr 2006 01:54 GMT | 8 |
I writing an application which automates another application. It works well; except, a dialog box appears that must be responded to by the end user. To work around the issue, I'd like to use the Windows API to fill in a textbox and "click" the command button without user ...
|
| task manger | 26 Apr 2006 15:05 GMT | 1 |
I'm new user at VB6 i need to Hide My project at run time from task manger Application
|
| How to send string with special characters to others winsock control | 26 Apr 2006 14:37 GMT | 2 |
I want to send a string to another winsock control, the string contains for example chr(13), chr(3) etc. So if I send it normally "winsock.senddata String", then it won't work. How do I solve it? Regards,
|
| Several interfaces from typelib not showing up in Object Browser | 25 Apr 2006 22:16 GMT | 3 |
I have a very peculiar issue with VB6. I have a typelib created in VC++ by #include(ing) of multiple idl files (which properly strip their own library tags with #ifdef statements). Now everything seems to work properly, except the contents of one of the libraries seem to show ...
|
| Get OCX Path ? | 25 Apr 2006 17:20 GMT | 2 |
I'd like to find the path of a OCX or DLL, either by using the GetObject, or by using the References. For example, I use the MSCOMCTL.OCX, and I'd like to retrieve several informations about it : path, version, and so on.
|
| COM in vb.net 2005 | 24 Apr 2006 00:43 GMT | 2 |
I created a few plugins in vb6 (activex dll) for an OCR application. Now I am trying to re-write one simple plugin in vb.net 2005. In vb6 I created a new ActiveX DLL, added a reference to a dll from the OCR application, added some, and entered some config info into the ini file of ...
|
| beginning programmer | 19 Apr 2006 23:53 GMT | 6 |
i just downloaded the visual basic express 2005 every vb tutorial i found is for older versions and some parts are not compatable can any one direct me to a good website to learn this program i just started so the simpler the better
|
| beginning programmer | 19 Apr 2006 19:35 GMT | 1 |
i just downloaded the visual basic express 2005 every vb tutorial i found is for older versions and some parts are not compatable can any one direct me to a good website to learn this program i just started so the simpler the better
|
| WHY can't I add reference to a COM class library! | 19 Apr 2006 19:13 GMT | 1 |
I have created a COM class library in VS2005 useing VB.Net. Everything seem to be OK with the creation. I created a new VB Win project, and wanted to use the component (a function, not a control). When I try to include this COM library into my project, I get the error that reads
|
| CreateObject doesn't work | 19 Apr 2006 15:00 GMT | 4 |
I've discovered that calling CreateObject() from VB5 on a WinXP (sp2) machine stopped working for some reason. It was working, then stopped. No one knows what changed. I can instantiate objects using Early binding, but the CreateObject function doesn't work,
|
| Creating a globally accessible dictionary using GMU | 18 Apr 2006 11:26 GMT | 3 |
I have a simple problem (for illustration): I want one or more processes to that put Strings in a dictionary and others that use the returned key to get it back. I am using Global Multi Use private mystore as new collection
|
| performance problem calling com component from VB | 18 Apr 2006 10:33 GMT | 2 |
Hi, I got a problem, when i call a com Component from VB6. I've written a standard-exe in VB6, calling my self written COM Component. This happens after pressing a button in a dialog. The code running in my com component
|
| Late bound ActiveX control creation on Windows Server 2003 | 12 Apr 2006 16:49 GMT | 5 |
I have a strange? problem that I am getting using VB6 sp6 and Windows Server 2003. I am unable to create a late bound instance of a user control in once instance of VB6
|