| Thread | Last Post | Replies |
|
| ActiveX component can't create object | 28 Jun 2007 18:54 GMT | 1 |
Any ideas why something like Dim test As MyLib.MyClass Set test = new MyLib.MyClass Works fine, but
|
| FTP client problem | 24 Jun 2007 08:24 GMT | 2 |
I am using the following code to write a ftp client. If someone use IE and checked "Work OffLine", then I won't be able to connect ftp site. If uncheck "Work offline" at IE, then my program is work. How to avoid someone checked "Work offline" under IE? Your help is highly
|
| Handling success errors in a For Loop | 21 Jun 2007 07:25 GMT | 3 |
What modifications are needed to get the desired results? Thanks for all help. Tim 'Results
|
| About Data.GetFormat | 19 Jun 2007 09:13 GMT | 1 |
Hi, hoping this is the forum to ask about: In VB you can get to know what file is it with: If Data.GetFormat(vbCFFiles) Then......... from: http://reliableanswers.com/vb/samples.asp
|
| Creating public constants in a dll | 18 Jun 2007 17:01 GMT | 2 |
I am creating a dll. I need to declare constants in dll. If i use a module declaring the constants as public i can't access them from the test project. Anyone could tell me the way to declare public const in a dll in order to use it from a test container project.
|
| Requested: Kompass function vb6 | 18 Jun 2007 10:44 GMT | 3 |
Can someone help me to make a subroutine for a visual kompass. Need a sub where i put in the degrees (0-359) and the result is a kompas for example in a picturebox with the arrow pointing the right direction. I get the degrees from a GPS unit where i made an application for, witch ...
|
| System DSN - Add - Edit - Delete | 14 Jun 2007 16:10 GMT | 6 |
How can I programmatically Add, Edit and Delete system DSNs? Regards, Raj.
|
| Minimize modal window | 12 Jun 2007 19:00 GMT | 2 |
I have an app that uses modal windows. Recently I have added minimize button but when I minimize a modal window it becomes minimized on the taskbar and the rest remains visible. Is there any form to minimize the rest of windows?
|
| Is microsoft.public.vb.com OK? | 12 Jun 2007 00:46 GMT | 21 |
Sorry for the OT post everyone. The newsgroup microsoft.public.vb.com seems to be behaving strangely here, and I wanted to check whether it's the newsgroup or my machine, and whether anyone else has noticed.
|
| microsoft.public.vb.com | 10 Jun 2007 01:01 GMT | 5 |
There are problems with this newsgroup. Can anyone confirm. I see Tony's topic in the microsoft.public.vb.general.discussion newsgroup. But I want to mention that specifically I am hooked
|
| FYI: Getting methods specific to an interface from a Dual Interface | 07 Jun 2007 14:16 GMT | 1 |
In preparing this question, I answered it. The default interfaces of many component object classes in VB COM are so called dual interfaces, in that they expose the members of IDispatch and or IUnknown in addition to the members that are specific to the interface. What I
|
| Enumerating Event Interfaces using TLBINF32.DLL | 06 Jun 2007 22:57 GMT | 5 |
I have been trying to automate various sorts of code creation. I have been using the TLI (TLBINF32.DLL) to query dlls for their contents. One problem is to identify event exposing classes, and the details of the events themselves, in the dll. The best solution that I have found
|
| Dragging from Outlook | 05 Jun 2007 14:13 GMT | 13 |
Hello, how can I drop an email from Outlook and get the text from it? Thanks, Javier J
|
| how to raise user events in VB 2005 COM Class and handle with VB6 | 04 Jun 2007 21:27 GMT | 1 |
I am trying to raise a user-defined Event in a VB.NET 2005 COM Class (sub)form and have my calling VB6 form handle it. Code samples follow. In the VS 2005 code two events are coded identically - when they are RAISEd in reaction to a Framework Event they WORK, but when
|
| Failed to load control from OCX | 04 Jun 2007 20:58 GMT | 8 |
I have a project with several custom controls. I had to remove all dependencies and start all components at version 1.0. I have created a new package with the 'Package & Deployment Wizard'. The application works fine on the development machine, however on the test machine that ...
|