| Thread | Last Post | Replies |
|
| Using a .DLL to store text files | 23 Feb 2005 21:29 GMT | 8 |
I know you can use .DLL's to store functions but I have a group of text files which my program calls and would like to bundle them into a DLL. So when the program needs to use one of these text files, it can retrieve it from the .DLL. Is it possible to use a DLL this was? How ...
|
| Read from a text file, Another question? | 23 Feb 2005 20:58 GMT | 1 |
First, Thanks Ken Halter for the help on my last question. New question, same text file. I've been readin the books and tutorials on TextStream and Skip Method....From what I've read, I can do what I want. But nothing shows me how.. :(
|
| IMPLEMENTS vs INHERITS | 23 Feb 2005 20:46 GMT | 2 |
I'm upgrading from VB6 to VB.net 2003. I've read about the use of IMPLEMENTS and the use of INHERITS. I want to know if it's possiblt to do both at the same time in a descendant class. For example, a new class could say INHERITS WHATEVER, or could say
|
| Timer control only option? | 23 Feb 2005 20:25 GMT | 3 |
Not sure if I should be posting this here, but I'll explain my scenario... I have a program written in C++ that runs in the background on Win XP. I have a VB GUI that
|
| help creating ActiveX control | 23 Feb 2005 17:39 GMT | 1 |
I want to create an ActiveX control that contains a picture box. I want to bring out a Picture property so I can fill the picture box like a normal picturebox on a form. How to I get VB to bring up the File Open screen when clicking on the
|
| How to scroll mouse wheel in flexgrid using VB6.0 | 23 Feb 2005 16:22 GMT | 3 |
I have an application in VB6.0,and i used flexgrid to display no.of records from databse.Now i want to view those records by scrolling the mouse wheel without clicking the down-arrow. How can i do this?Is ther any solution.
|
| How to fetch XP system performance values | 23 Feb 2005 16:08 GMT | 2 |
On an XP system, I want to collect some of the common System Monitor values such as Available Bytes and Pages/sec. So far it looks as though I will need to try to run LogMan.exe and use command line switches to write values to a log file.
|
| Can the VB installer check the registry? | 23 Feb 2005 16:00 GMT | 2 |
List: I'm working on a module for one of our existing products. In order to play nice with Crystal Reports, we need to make a number of registry entries in the Crystal Reports section of the registry.
|
| Question PDA | 23 Feb 2005 14:16 GMT | 9 |
Can a VB 6 program work on a PDA? I have a program , and I would like it to work on a PDA, so that if user is not in the office, he/she can add information on the PDA and then transfer the data to the VB program Database . Can this be done in VB 6?
|
| twips color?!?!?? | 23 Feb 2005 14:12 GMT | 4 |
im doing this project and i need to color each pixel or square which have 1x1 twpis lengths. is it possible to do this i was thinking of putting an image box of height and width = 1 , but in this situation im gonna need millions of
|
| Handling .JPE extension in VB | 23 Feb 2005 13:34 GMT | 1 |
MS-ACCESS 2002 (10.6501.6714) SP3 I have the following Visual Basic Code that displays a picture from a file location (usually .JPG, .GIF) and works fine within my form. However when I try to display a .JPE file I get an error "Not supported by MS-ACCESS". I do
|
| Everything is disabled on the first click | 23 Feb 2005 13:02 GMT | 2 |
I replaced Sheridan List Bar control with another OCX. I had to rewrite a lot of codes and I did not play enough with the application during rewriting. After I'm done I found out that many child forms behave as disabled on the first click. It doesn't matter on which control I click
|
| HELP ! HELP [OCX] | 23 Feb 2005 08:58 GMT | 1 |
please help , i got a project that contain OCX extenstion filename .. i know how to use it ,BUT i don't know how to create an OCX .. I said this before to anyone here and i admire in what they say and also the link that they give thanks a lot , but this OCX doesn't contain any
|
| How can i Localize "MsgBox" Buttons Caption | 23 Feb 2005 08:15 GMT | 9 |
My Multilingual Applicatation works fine with the Resource files. Exception to this is the "MsgBox" Buttons captions. When the System locale is different than English, the Captions of MsgBox remains in English.
|
| Calling C++ DLL from VB | 23 Feb 2005 08:11 GMT | 8 |
I am making a C++ Dll, one function in the dll is declared as __declspec(dllexport) BOOL __stdcall vStart(int commMode, int iPort); in VB
|