| Thread | Last Post | Replies |
|
| How to create new toolbar for Outlook Email-Inspector | 14 Oct 2005 03:52 GMT | 1 |
Following code is creating a new toolbar for Outlook Explorer at startup. How do I have to change this code to create this tooldbar on the Email-Inspector when Outlook is starting? Set myExplorer = Application.ActiveExplorer
|
| How can one find and highlight specific text in an IE window using Automation? | 12 Oct 2005 23:26 GMT | 2 |
I have no problem using IE automation from VBA to load web pages, verify that pages are loaded (or available via Back/Forward), and I can get at the Document object, but how in the heck does one do a Search for specific text on a page, and then highlight it? Does anyone have
|
| Launching a web browser from VB6, open new browser, not existing | 12 Oct 2005 16:06 GMT | 1 |
I'm currently using ShellExecute to open a report created by my vb6 app. It seems to open an existing browser thereby stomping on my end users work. Is there a way to easily open a new browser window? Note, that I don't know for sure exactly which browser they are going to be ...
|
| Force Word on top of other apps | 11 Oct 2005 18:31 GMT | 2 |
I've written a little VB6 app that automates Word. Each time I run a command in my VB app I want Word to assume focus, i.e. be on top of all other open applications. I haven't found a reliable method of doing this. Does anyone have any
|
| An ActiveX control on this page might be unsafe to interact with o | 09 Oct 2005 07:41 GMT | 2 |
I've developed some ActiveX components and controls which I'm using in my site. I used internet component technology to deploy those components and those components are digitally signed. When I'm trying to access those components I'm getting the message:
|
| CLR and COM Interop | 07 Oct 2005 15:03 GMT | 1 |
When I create an dll in vb.net and I register the dll for COM Interop, is it then possible to use that dll on a machine where de CLR is NOT installed? Thanks, Hendrik Jan
|
| Registry Key | 06 Oct 2005 07:54 GMT | 2 |
We are trying to get the registry key below on both the client machine and the server machine. Is there a VB function to get this or is there any code someone could help me with to get this information. HKEY_LOCAL_MACHINE\Software\Microsoft\DataAccess\FullInstallVer
|
| Reference multiple versions of VB6 DLL | 05 Oct 2005 15:46 GMT | 4 |
We are using third party software written in VB6. We also use same dlls in custom applications. In the last version release software company solved some bugs but introduces new once, which affect our custom applications. My question is can I reference old version of those dlls
|
| PRINTING | 05 Oct 2005 08:31 GMT | 1 |
I wonder if any one can help with a Firmware update on an Oneil 2t Printer? I want to develop a VB app to update the firmware through the IRDA port and not the serial port via a cable. Has any one done anything like this at all, if so can you help please?
|
| Consume a Java web service from VB6 | 04 Oct 2005 19:30 GMT | 2 |
Hi, Can we call a Java web service from VB6? Can anyone provide the infomation or sample code? Thanks in advance! J G
|
| Passing a Form to a COM-dll | 04 Oct 2005 15:09 GMT | 7 |
is there a way to bypass the "private object-modules can't be used as public params or return values of public object-modules"-warning when you try to pass a VB.Form or another VB.Control type from a Standard-VB-Exe as a COM-Client into a public method of
|
| File format no longer supported | 04 Oct 2005 00:59 GMT | 2 |
My computer just rebooted while I was working. Now when I try to open my main project which uses an OCX that I also created (PRShared.ocx), I get an error "File format no longer supported". I get that error when I:
|
| winsocket | 03 Oct 2005 14:28 GMT | 2 |
i want to implement an http request using winsock control from vb 6 programme many thanks
|
| how to make vb6 networked? | 03 Oct 2005 13:56 GMT | 1 |
As same as subject, anyone here know how to make vb6 networked?
|
| Convert formatted date | 03 Oct 2005 13:19 GMT | 4 |
Is there a VB function or API which will convert a formatted date string back to a date? For example if you have a Date variable dSomeDate=21/01/2002 and if you convert this to a string using Format eg Format(dSomeDate,"dddd dd-mmm-yyyy") you get a string sVal="Wednesday
|