| Thread | Last Post | Replies |
|
| Binary Compatibility - confused :( | 31 Jan 2006 15:24 GMT | 5 |
I have a confusing problem with VB binary compatibility that I am unsure how to solve. Here's the scenario: I have a ActiveX class library (DLL) called DLLproject1, that contains amongst other things a class - called for the sake of simplicity
|
| VBA project does not hold references from one session to the next | 31 Jan 2006 07:39 GMT | 3 |
I don't know if this is the correct newsgroup. My question is related to a C++ application I did not write that uses VBA 6.4. The problem I have been having is that in the VBA IDE I can set new references for the project but after closing the application and reopening the new ...
|
| Automation | 30 Jan 2006 17:52 GMT | 1 |
I am trying to automate a game with VB.NET but I am having trouble doing so. I have added a reference to the library (GameLib 1.0) and typed the following code. Dim A as Object
|
| IDE Compiled Component Conflict | 29 Jan 2006 23:41 GMT | 7 |
I'm getting a strange message I've never seen. I'm using a VB compiled component with a VB development in the IDE and at the point of instantiation of the component's object I get: Run-time error '373'
|
| Solving triangles (yes, I'm ignorant) :-) | 29 Jan 2006 00:57 GMT | 2 |
Greetings. I have been pounding my head on this problem for a few days and I cannot get the dang thing to work. I have been trying to calculate two angles and the distance of one side in an angle. Given a triangle with one corner "A" at 15 degrees and the
|
| Registry Error while registering a VBR file using CLIREG32 tool on a Client PC | 28 Jan 2006 16:23 GMT | 1 |
I have developed a DCOM Server which is running in adv 2000 server and i am running the client in the professional 2000. while i am registering in the client pc , i am getting "Registry error" .
|
| Application to System Tray | 28 Jan 2006 14:01 GMT | 1 |
Hai Im a new bie I need the code to display my application in the system tray and not in the task bar when it is in the system tray......
|
| IE Automation | 27 Jan 2006 20:05 GMT | 1 |
I'm trying to executure IE Navigate and link click methods using SHDocVw.InternetExplorer object, no problems when running it in one thread. but when loading the function with more than one thread, it throws
|
| How to use DLL in Visual BAsic proyect | 27 Jan 2006 17:11 GMT | 2 |
I compiled source code with cygwin and I got a dll. I would like to know how can I use it within a visual basic 6 proyect. If I try to add it like a reference I get "Can't add a reference ro the specified file".
|
| Outlook automation from vb6 | 27 Jan 2006 00:05 GMT | 4 |
I am using MAPI to send e-mails from vb6 through Outlook 2003. A security message appears for every e-mail sent. (A program is trying to access e-mail addresses....). I have used a product called ClickYes, but I want to control this through my vb6 application so the warning does ...
|
| Display a drawing on an MS Access Form | 27 Jan 2006 00:03 GMT | 1 |
Hi there i would like to display a drawing (test.dwg) on my form in a vb code. The form has an Unbound Object Frame - OLE1 area and i set it up with SmartSketch thats the software i use to view my text.dwg. So when the i press an button it should display the diagram itself (not
|
| COM Add-in in VB6 (for Excel) | 26 Jan 2006 15:40 GMT | 3 |
I am creating an COM Add-in in VB6 which connects to Excel. Within the COM Add-in I have made some userforms, which have to do something in the Excel-sheet. In de AddinDesigner (.dsr) I can use the Excel object to make the changes in the Excel-sheet. But in the userforms I can't ...
|
| ToolStripProgressBar | 25 Jan 2006 22:27 GMT | 1 |
I want my progress bar to show the current status as I open my database. On Load event I call Me.PartTableAdapter.Fill(Me.DataSet1.Part) and it populates my DataGridView, this takes about 30 seconds (over 6000 records) and i want to show the progress using the ...
|
| Create ActiveX control with new version | 25 Jan 2006 09:00 GMT | 5 |
Is there a way to create an ActiveX control in VB6 that has a version number attached to the CLSID? I want the Library.Class.1 and Library.Class.2 to coexist on the same machine. I change the version in Project/Properties but the only effect this has is to change the version of ...
|
| Richtext to HTML | 24 Jan 2006 21:41 GMT | 4 |
Anyone got any code to convert rich text to HTML? I suppose you could use a Word object (can you?) but that seems a bit extreme. Dave
|