| Thread | Last Post | Replies |
|
| How to read text from pdf file using VB.net | 14 Sep 2005 22:47 GMT | 3 |
I have problem in reading text from pdf file by using VB.net. All I get is encoded characters. Please help. Thanks.
|
| How to use the EventID and Category in the Eventlog.WriteEnry? | 14 Sep 2005 14:33 GMT | 3 |
I want to use the category and the EventID parameters in the WriteEntry of the EventLog. How do you define the EventID and Category? Thanks
|
| How to use textstrings with tabs in it | 13 Sep 2005 21:21 GMT | 2 |
I would like to know how I can place textstrings that include tabcharacters into a labelcontrol. Doing that, the label shows a square box at the place of the tabcharacter. I can't use anything else than a labelcontrol, because the control has to be autosize and transparent. I ...
|
| Error 430 - Class does not support Automation or does not support the expected interface | 13 Sep 2005 21:11 GMT | 1 |
I'm having an issue with a .NET COM Interop Assembly within VB 6. When I try to create a new instance of a class, in VB 6.0, I receive the following error: "Error 430 - Class does not support Automation or does not support the expected interface".
|
| VB DLL Accessed by Multihreaded Application | 12 Sep 2005 14:13 GMT | 14 |
I have done a test that shows that if an application creates several MTA threads calling a VB COM DLL all calls are serialized and there is only apparently one thread at a time that can execute code in the VB DLL.
|
| VB.NET - List Boxes and Dra-Drop | 12 Sep 2005 09:04 GMT | 1 |
Hey all, I have a windows form with a list boxes. I have data binded the list boxes with data from my sql database. I want to use drag and drop to allow users to choose different options from the list boxes on the form and drag them
|
| Function-Pointer? | 09 Sep 2005 06:08 GMT | 5 |
I have an ActiveX-DLL for validating user-entries from UI-Controls (mostly text-boxes) The validation-method is very basic. It validates whether the data entered matches the expected datatype (int, long, double etc) and optionally minimae and maximae for numeric and date values or ...
|
| to put the space in the Textbox... | 08 Sep 2005 15:09 GMT | 3 |
I'd like to put the space in a Textbox the space is about 10 pixels.(one letter) Let me know .. please How to put the space in a Textbox
|
| Subclassing a flexgrid | 07 Sep 2005 20:33 GMT | 3 |
Hello experts, I am trying to detect the 'Del' key in an MSFlexgrid control in order to clear the selected line when Del is pressed.. I tried to subclass the flexgrid control by getting the WM_GETDLGCODE and
|
| ActiveX Registeration | 07 Sep 2005 15:14 GMT | 1 |
I have a project by hand, which consists of serveral ActiveX subprojects, some of these subprojects are related, what's meaning? for example, I have a ActiveX dll DllA, and ActviecX dll DllB. I have to build DllB first or the DllB wouldn't be built. And I built the necesary dlls ...
|
| VB6 'Out Of Memory' on compile | 06 Sep 2005 18:24 GMT | 2 |
Hi World, I have a fairly large VB6 project that up until now has always compiled with no problems. We made quite a few changes to it in the last month or so and have gone
|
| how to use FolderBrowerDialog in vb6 | 06 Sep 2005 18:24 GMT | 1 |
i know vb.net have a "FolderBrowerDialog" but there is "FolderBrowerDialog" in vb6??? or something similer how can i use it??
|
| How to use a C dll in VB? | 04 Sep 2005 02:17 GMT | 1 |
I have a dll to control a device. It is written in C (as usual!). I want to write a VB interface to (among other things) control the device. How can I use this dll in my VB6 program? Somebody mentioned writing wrappers around the C version. I do not know C (very unfortunate!). ...
|
| Visual Studio Installer- "No such interface supported" error | 03 Sep 2005 21:45 GMT | 1 |
I use VS Installer to create Installation setups for VB6 projects. Lately something has happend and I cannot build any projects anymore. Even for a VB6 project where there is only one form with just a text box on it I get the same "Build Failed (No such interface supported)" ...
|
| Can I Do This Using the Excel Object? | 03 Sep 2005 21:14 GMT | 1 |
Sorry if this not the right group, I'm new to OOP and OLE. I trying to find out if I can automate the sizing of all the columns in an Excel worksheet. I have managed to open the workbook I want, add a new sheet and format and copy several columns from sheet2 to sheet1. What I ...
|