| Thread | Last Post | Replies |
|
| Print automation help | 20 Nov 2004 07:37 GMT | 1 |
These are threads from help I asked for a month ago. Can someone look at this and give me some additional help? Thanks Print automation
|
| Cloning a WebBrowser object | 19 Nov 2004 15:10 GMT | 4 |
I need to clone a WebBrowser object to another. Basically the idea is to have several webbrowser objects working concurrently. One of them navigates to some URL and then "passes" the received DOM tree to another one. The final goal is to have the browsers concurrently submitting
|
| Webbrowser control | 18 Nov 2004 20:37 GMT | 2 |
Is their any way to get the HTML code(view source) of the page displayed through webbrowser controls
|
| want to change the slider control backcolor | 18 Nov 2004 15:07 GMT | 1 |
i want to change the back ground color of the slider control. i have 15 slider control on the same form and i create slider control array and i want to change these all control backcolor please help me as soon as possible
|
| Object Reference Counting | 18 Nov 2004 09:58 GMT | 9 |
Is it possible to access VB's object reference-counting mechanism? I've had a tricky bit of re-working to do on an existing COM server. It supposedly instantiates a single copy of each distinct object requested from it, so that if multiple clients (or indeed multiple
|
| indexing properties | 16 Nov 2004 00:18 GMT | 1 |
I'm constructing an index server filter and I wanted to catch values of some properties I want to define. I've read something about getValues function but... How could I catch this values?
|
| help File | 15 Nov 2004 05:38 GMT | 5 |
How do i invoke help in visual basic 6 by clicking on a button instead of f1(help) key on the keyboard Thanx In Advance MJ
|
| Need Help with Word Automation from VB6 | 15 Nov 2004 02:34 GMT | 4 |
I need to add a function to an existing VB6 app to print a mailing label on a standard Avery label. I'd like to use the Word mailing labels dialog to do the work. I'm working with Word 2003 (11.6359.6360) SP1. And, I'm an absolute newbie to Word objects.
|
| problem with my toolbar | 13 Nov 2004 22:37 GMT | 1 |
few icons of my standard toolbar are disappear when i start vb. I think this problem began after install mz_tools. Somebody know how to resolve it? please Thank
|
| Who instancing an object? | 13 Nov 2004 08:55 GMT | 2 |
I've my VB6 executable (PrgCustom.exe) that instancing an activex Dll (CustomLib.dll). I wish to retrieve the executable name (PrgCustom.exe) in a method of an object present in Dll but App.Exename give me the Dll name (CustomLib.dll)
|
| VB and IStream (repost) | 12 Nov 2004 16:15 GMT | 1 |
Sorry, to repost. But I thought I'd try again in case anyone missed this the first time. Here's my situation, I am defining a COM model that will allow my companies program to
|
| Many errors with an ActiveX multithreaded EXE server | 11 Nov 2004 15:19 GMT | 5 |
I have problems with a multithreaded COM server. I use Microsoft Visual Basic 6.0 SP5. A simplified example of my problem follows: -------------------------
|
| Containers | 11 Nov 2004 10:17 GMT | 2 |
I had a previous question, now answered, about how to set an image control to be contained in a picture box - answer set the Container property to the picture box. I now have the reverse problem: suppose I am given a PictureBox. How can I
|
| test floppy protected on write mode | 11 Nov 2004 06:26 GMT | 1 |
How to test if floppy is protected Regards
|
| Load Image Control in a Picture Box | 10 Nov 2004 23:43 GMT | 2 |
How can I load a new Picture box and then load a new image control contained in it. What I want to achieve is: n=n+1
|