| Thread | Last Post | Replies |
|
| How do you send Pictures from ActiveX Control to ActiveX EXE | 09 May 2005 21:36 GMT | 1 |
I'm trying to send a picture from a picturebox or stdPicture in an ActiveX Control over to an ActiveX EXE program in VB 6. I can get integers, strings, byte arrays over (via a class from the EXE) but when I try passing a picture, I get "method X failed in Y" . The closest I've ...
|
| Trouble Populating Graph Object Via VBA | 09 May 2005 03:24 GMT | 1 |
(Posted to microsoft.public.office.developer.vba before I found this more-appropriate-sounding NG). ------------------------------------------------------------------------- I'm in MS Access VBA, populating an MS Graph 11 object on an Access form.
|
| Semi-transparency | 05 May 2005 22:55 GMT | 12 |
I have seen some freebie applications which have semi-transparent forms even as they are dragged over the desktop. Looking on Google, the nearest I could see is a form which grabs the desktop beneath it and darkens it a bit. Of course when you move the form, the grabbed image moves ...
|
| Load Picture from Memory | 05 May 2005 19:36 GMT | 8 |
Suppose I have read a picture file (say "Mypic.jpg") into a byte array. How can I load this into a ListImage in an ImageList? I can load directly from the file system using LoadPicture(".../Mypic.jpg") but I can't find the equivalent from an array.
|
| COM Addin dll and HKEY_LOCAL_MACHINE | 04 May 2005 20:42 GMT | 3 |
Our project has a COM Add-in dll that adds buttons onto the Outlook toolbar (in-house added functionality). Wherever the DLL is installed, we want all users to have access to it. When you perform a 'make' in Visual Studio, it seems to always build the
|
| Secondary interfaces, custom enumerators etc | 04 May 2005 18:32 GMT | 3 |
I have a secondary interface declared in a dll. That dll is referenced by another project which contains a usercontrol which contains a grid. I basically want to implement a custom enumerator so that I can achieve a For each ... Next on the usercontrol and return a reference to ...
|
| component services performance counters | 03 May 2005 14:33 GMT | 1 |
I am trying to programmatically get the performance counters that I can see in the component services MMC snap-in. In particular, I am interested in the number of objects, and number of activated objects for all of the running processes, mainly the system application
|
| can't open ADO | 02 May 2005 17:21 GMT | 2 |
Hi everyone. I am new in VB. When I execute the following code in VB6.0 (Windows 98 se) It shows a run time error and shows an error message "Can't find installable ISAM". I could
|
| Automation of MS Project Server 2003 | 02 May 2005 12:49 GMT | 1 |
I'm trying to automate MS Project Server 2003 from VB6. I can open MS Project from VB6, but it does not connect to the server and this is not what I want. Currently I'm having to open MS Project Server first before running my
|
| Info on starting VB.net | 02 May 2005 02:14 GMT | 1 |
Looking to start to mess around with Visual Basic but since I've been more into networking and did my MCSE dont know where to start. Was thinking of getting a book for beginners on VB. Plz help and give me your opinions. Or should I start with something else?
|
| Binary operation | 01 May 2005 11:16 GMT | 1 |
Hi what is the VB6 translation of the following JSript code ? WatchListBits |= 1 << nth; Thanks Bernard
|