| Thread | Last Post | Replies |
|
| VB6 and typelib | 26 May 2004 01:46 GMT | 1 |
is there a way to read the type library into a VB6 program? Thanks Andreas
|
| Linking Clarion with VB | 25 May 2004 22:05 GMT | 4 |
I'm a new delvelope with clarion. Now I have a problem I create project with VB6 stye ActiveXDLL and I compiled. Then I import this dll file to clarion but it doesn't work now. If anyone have an idea please tell me.
|
| AddPrinterDriver/AddPrinterDriverEx | 25 May 2004 20:16 GMT | 1 |
I am writting a small app that automates a mundane task by enumerating all printers on a system, deletes printers / drivers for a particular driver and then recreates the printer with a new driver I have gotten all of my enumeration code working as well as the creation of new ...
|
| Calling C++ API Functions | 25 May 2004 19:28 GMT | 4 |
I have a vendor-supplied C++ DLL that provides functionality I want to use in a VB6 app. They have provided documentation that states the function prototype and parameters used to call them.
|
| VB direct print | 25 May 2004 18:56 GMT | 1 |
I have a word document, can I use VB 6 to print this document directly to the printer? We want to eliminate the user interaction for chooing the correct print. Thanks!
|
| Read physical memory | 25 May 2004 12:06 GMT | 2 |
I have a program in Vb that read physical memory (in particular the BIOS Area, segment 0040:0000) on a Windows XP machine. The byte returned from the program are sometimes different (some bytes are the same of the bytes returned from debug.exe and other not). I use the API ...
|
| vb.net newsgroups ??? | 25 May 2004 02:39 GMT | 2 |
I just bought a copy of VB.NET, and don't see any newsgroups on this release. Are there any? Jim
|
| Regsvr in VB | 24 May 2004 20:39 GMT | 1 |
I would like to implement the functionality of regsvr32 in VB. I need to catch any errors (like when it can't register because of security issues). I know it does a loadlibrary and getprocaddress but i don't know how to
|
| Starting Excel from vb 6 | 23 May 2004 23:22 GMT | 1 |
What is the code for starting an Excel Workbook from Visual Basic 6 and specifying a specific worksheet in the Workbook Thanks Gary
|
| Printing 2 fonts from Printer Object | 23 May 2004 13:51 GMT | 1 |
I need to print barcode and inventory number label i.e. fonts Code 39 and Times New Roman one one line using Printer.Print. This for a "spine" label. Any ideas would be gratefully received. Edward Harford
|
| dll file missing | 22 May 2004 22:16 GMT | 1 |
how fo you install a dll file I downloaded the file but cannot get it to install. It was a winzip file and once i opened it it stated it was win zip compatable?
|
| Create a VB6 SP5 ActiveX component from a form? | 22 May 2004 05:35 GMT | 2 |
I need to create an ActiveX component (either in-process or out-of-process) from a VB form that has a simple user interface. The underlying code can be called in such a way that the interface (a login in dialog) never gets displayed. Can anyone point me in the correct direction?
|
| Saving symbol data !! | 21 May 2004 16:59 GMT | 1 |
We have used Visual Basic 6.0 as Front end and Sql Server 2000 as Back end. We have used a rich textbox control to type in and to retrieve the stored details in and from the database.These Equation are with any special symbol.We are saving equations of different sort in the database ...
|
| Permission Denied on GetObect() | 21 May 2004 00:01 GMT | 1 |
I wrote a vb6 app in early 2003 and it has worked flawlessly under W2k since then. However, I upgraded my box (the development box) about six months ago to WXP. Today the user's discovered a logic error that hadn't appeared before. No problem, go in to this one (+) year old vb6 ...
|
| C++ code to VB6 converting tips and tricks... | 19 May 2004 17:40 GMT | 3 |
I need to convert some C++ class library to VB6. Can anyone help me with advice? I know that there is not universal way to do it, but maybe someone has experienced it before and can give me some advises?
|