| Thread | Last Post | Replies |
|
| Error 453: Can't find DLL entry point (VB6) | 21 Oct 2005 00:06 GMT | 5 |
I am new to creating DLL's. I'm trying to create a very simple DLL in VB6 using a class module in an ActiveX DLL project: Public Enum logAccessType LogRead = 1
|
| Hex--->Dec! | 20 Oct 2005 23:37 GMT | 21 |
VB6 has in-built functions to convert numbers from decimal number system to hexadecimal & octal number system (Hex & Oct respectively) but how do we go the other way round i.e. how to convert numbers from hexadecimal & octal number system to decimal number system?
|
| Intercept the Min/Max button Press | 20 Oct 2005 23:31 GMT | 5 |
Does anyone know how to intercept the min/max button press and prevent it from doing the resize and than perform your own custom maximize ? Dave
|
| OptionButton! | 20 Oct 2005 21:29 GMT | 4 |
A VB6 Form has 4 OptionButtons named opHex, opDec, opOct & opBin. As is evident from the names, the OptionButtons convert numbers from one number system to another. This Form also has a menu with the same 4 items as the OptionButtons
|
| Using shell command to map drive can't get redirect result to file | 20 Oct 2005 20:41 GMT | 13 |
I am using the shell command to run the old DOS “net use” function to map a drive to a network share. (If I could find a VB6/API way to do it I would but I can’t so I am using the DOS net use option. Any alternative option to the net use would be greatly appreciated.)
|
| Viewing Webcam in VB 6.0 | 20 Oct 2005 19:41 GMT | 2 |
Is there a way to utilize a webcam from within a VB6.0 program to view and/or take a snapshot.
|
| Printing Blank lines for Top margin | 20 Oct 2005 18:33 GMT | 9 |
Gentlemen, a simple question. My MDI Child Forms are being printed close to the top edge of the paper. How do I order the printer to write a couple of blank lines for a Top margin?. Top, Scale Properties don't seem to work. Thanks. Guillermo.
|
| text files & strings | 20 Oct 2005 17:26 GMT | 4 |
I'm trying to pick tables out of a group of text files. I wrote code that would load the text file into a string, use InStr to find the location of each <TABLE and </TABLE>, then use Mid to pick the data out. It works great ... except with larger files (>3MB) I get an out of ...
|
| Windows 2003 Adding printerport and printer | 20 Oct 2005 17:25 GMT | 1 |
Dear, I have registered the prnadm.dll file and used the objects to create a printer TCP/IP port and printer on a windows 2003 server. Problem is that the user doesn't have sufficient privileges to execute
|
| "_files" folders and related folders | 20 Oct 2005 17:02 GMT | 7 |
An off-topic question... The "_files" are folders created by web browsers when saving web documents. If the main file (.htm or etc) is deleted, these folders are also deleted, right?
|
| Bar Code Database | 20 Oct 2005 16:56 GMT | 1 |
Do you know where I can find a database containing pre-entered data for software product barcodes (including the Brand, Product name, Version & Edition? This needs to be compatible with Microsoft Visual Basic 6 (SP 5 & SP 6), as
|
| INSERT INTO | 20 Oct 2005 16:54 GMT | 10 |
If I have 4 values 1, 2, 3, and 4 that I want to insert into TableA with FieldA how can this be done with the basic INSERT INTO syntax? INSERT INTO target [(field1[, field2[, ...]])] VALUES (value1[, value2[, ...])
|
| how to split numeric part from letters in string | 20 Oct 2005 16:01 GMT | 8 |
I have to get some buffers via com port, and then to separate numbers from letters in that "string" (variant). What is the most "elegant" way to do it? There should be (maybe) an array of strings and second array of numbers or something like that, just to have control over numbers ...
|
| how can I read BLOB from database | 20 Oct 2005 15:52 GMT | 2 |
hello mr and mrs or miss I'm now learning vb programming and I have problem read BLOB from databse can you tell me how can I read thank
|
| hash | 20 Oct 2005 15:21 GMT | 31 |
could anyone give me an algorithm that for every different string generates a unique number but the same number for the same string
|