| Thread | Last Post | Replies |
|
| Ole Provider for connecting Visual Basic 6.0 wth Analize service 2 | 29 Mar 2006 16:39 GMT | 1 |
I am using Visual Basic 6.0 and Sql erver 2005 as database for my project. My project is going to be an OLAP Tool using cubes from Analyze Service. I don´t know how I can connect the client (developed in Visual Basic 6.0) with my cubes
|
| Multithreading and ActiveX | 23 Mar 2006 20:15 GMT | 2 |
Hey everyone, I am modifying code upgraded from VB 6 to 2005. I need to run the 2005 code in the MTA mode so I set a sub main procedure in my module which runs first when the program starts: Public theApplicationForm As New Form1
|
| Sending Keystrokes to another application | 22 Mar 2006 22:56 GMT | 2 |
I need to send CTRL 1 to a no-VB application that is already running. I am using VB 6.0 Enterprise. Thanks, Bob Hiller
|
| Help on use StgOpenStorageEx | 22 Mar 2006 14:57 GMT | 1 |
I would like to use IMAPI to develop an application that burns CDs. At the site vbaccelerator.com I've found a good IMAPI wrapper; but to use it in burning data (Joliet) on CD, it's necessary to provide an IStorage implementation.
|
| CDO Message CreateMHTMLBody Help | 22 Mar 2006 10:34 GMT | 1 |
I created a visual basic 6.0 application using CDO message. The program works great. But my question is how can I add a line of text on top of the website that Cdo2Message.CreateMHTMLBody embedded inside the email? I tried everything, but when I invoked Cdo2Message ...
|
| %1 is not a valid win32 application | 21 Mar 2006 17:29 GMT | 2 |
Here's a good COM problem. I have a VB6 ActiveX EXE project that builds OK, but I get the above error when I try to instantiate one of its classes from a different EXE. The error is also accompanied by an Event Log entry of ID 10000:
|
| vb6 COM dll for Excel | 21 Mar 2006 17:23 GMT | 1 |
All the examples I have seen on how to call a vb6 COM dll from Excel use WithEvents on a CommandBarButton, ie, Dim WithEvents MyButton As Office.CommandBarButton I can get that to work OK, but it would make my life easier if I could use
|
| Ink | 21 Mar 2006 14:58 GMT | 3 |
Sorry guys. The spam stuff was not my intent. I do oppoligies and won't happen again. I have never been on newsgroups before and not sure how to work them. I hope you guys can forgive a bad choice. Murphey
|
| Drop a file with API | 19 Mar 2006 17:33 GMT | 9 |
I have a program that can add some cool effects for photos by drag & drop a image file its Drop zone in the main interface. Now I can get the handle of the Drop Zone, but how can I drop a file to it without using a Mouse! Is it possible? or any suggestions?
|
| problem with vb and excel | 17 Mar 2006 17:38 GMT | 1 |
I'm using VB6, I use Datacontrol that connect with excel database, this datacontrol (the object) I use it copy and paste to others forms. When I choose sheet for this datacontrol works very well a lot of time, but, there is a sheet that cause VB fail and exit.
|
| Drag & Drop (without drag!!) | 17 Mar 2006 01:54 GMT | 3 |
Hope there is a geniues or two out there! I can make drag & drop, from VB6, but i want to make the same functioin without drag & drop, I want trough code to drop a picture on a other program, the program is designed to use
|
| IDispatch: Can an additional parameter added in IDispatch GetIDsOf | 16 Mar 2006 10:03 GMT | 1 |
I want to make a call to IDispatch GetIDsofNames and IDispatch Invoke from one COM exe to another COM exe (in which the implementaion of these two methods is being done). The second COM exe is an automation wrapper. In doing so I want to pass an argument (BSTR) to IDispatch ...
|
| DeskBar (or toolbar, whateva) | 15 Mar 2006 22:08 GMT | 2 |
Ello All, Im sorta a newbie and i need to know how to build a deskbar without api, and if i have to use api, someone please give me a website link where i can learn how to use it. What im trying to make is something
|
| Problem inserting compound ActiveX control | 15 Mar 2006 17:01 GMT | 7 |
I have a compound ActiveX control created in VB that I need to update with some new code. I had set binary compatibility to be the control that we distribute and compiled with no problem. I then ran an application that uses this control but the control shows up as an empty box ...
|
| How does Visual Basic generate its list of References? | 15 Mar 2006 13:39 GMT | 1 |
I'm attempting to create my own OLE Object Viewer. One element of the interface I'm trying to make will look similar to the References dialog in Visual Basic, available from the Project menu. The problem I'm having is that I can't seem to find any information about how Visual
|