| Thread | Last Post | Replies |
|
| How can i printer print British pound character? | 10 Dec 2004 03:17 GMT | 1 |
I want to print "£" - (163) character on ibm suremark 4610 printer But when i .print chr(163) "ú" character appear on printer.. I try to show chr(163) in vb then it is normal , it show on "£" character.. At dos prompt , i try to "alt+163" ans then its show "ú" character also..
|
| "Short" data type... where is it? | 08 Dec 2004 12:14 GMT | 3 |
I need to use a Short data type (defined in the help files as a two-byte integer), but VB doesn't recognize it and returns an error. It recognizes Long, but not short. I am not very good at VB programming, I don't do it very much, so something
|
| REQ: Declaring variables and file for random access | 07 Dec 2004 18:16 GMT | 10 |
I have a question about declaring variables for writing data to a file for random access. I have two string variables declared in a module (user-defined types). The point is that for one of them i can't define (hard coded) a fixed
|
| Visual Basic.NET | 06 Dec 2004 06:20 GMT | 2 |
I was looking for a newsgroups on VB.NET, is this the right section for me to ask questions or is there a better one? If you could please let me know or tell me where to go search for the proper newsgroup I would
|
| Long data type | 05 Dec 2004 19:43 GMT | 4 |
How to make vb 6 recognize value more than 2,000,000,000 for long data type so it can recognize file larger than 4 GB? Regards, Gun
|
| MAPI how to find owner email address? | 05 Dec 2004 16:57 GMT | 1 |
I have written a few programs to sell and to try to prevent unauthorized duplication of the programs, I plan to compare their email address with the one stored on a file. If different, a program could send me an email so I could follow it up.
|
| Command line compilation of VB ?? | 03 Dec 2004 14:13 GMT | 8 |
I am trying to compile a VB application through command line using C2.exe But when I use this, I get the error : Fatal error C1083:cannot open compiler intermediate file XXXX : no such file or directory. I can't make out what is the problem.
|
| VB command line compilation | 03 Dec 2004 13:03 GMT | 3 |
The command-line compilation of VB through the statement given below will create the EXE file. vb6.exe /make "name of the project file" But i want to create OBJ first and use linK.EXE to create EXE file. Is there
|
| Anyone know how to abort event triggered by changing control's attributes in VB? | 03 Dec 2004 07:08 GMT | 3 |
|
| On application close : Visual Basic 6.0 | 02 Dec 2004 21:05 GMT | 1 |
I am using visual basic 6.0 and I want to clear a database table when the application closes. Can you let me know how to achieve it? An early reply would be appreciated. Regards,
|