| Thread | Last Post | Replies |
|
| PDF | 28 Jul 2004 21:05 GMT | 1 |
how can i convert .HTML file into .PDF file using Visual Basic
|
| PDF | 28 Jul 2004 18:38 GMT | 1 |
how can i convert .HTML file into .PDF file using Visual Basic
|
| VB 6.0 Scroll Bar problems | 28 Jul 2004 16:48 GMT | 5 |
My current problem I'm having with the verticle scroll bar is actually with the scroll box. I have set the min and max of the scroll bar to -32767 and 32767 respectivly. When I scroll to the end of the file, I see all the data. But when I drag the scroll box to the end, the
|
| Vb 6 User Document vs Vb.net User Document | 28 Jul 2004 13:57 GMT | 1 |
I have a program which using ActiveX Document in VB6. While I migrate the program it seem like VB.net not support User document can I know why ?
 Signature Travis Tan
|
| Detect attempt to run open/run file. | 28 Jul 2004 08:34 GMT | 3 |
I'm not sure this is possible, and if it is possible, whether it's possible in VB but thats the language I know the best so I'll post here and if anyone knows a better language to do it in, please let me know!
|
| Good scroll bar control | 28 Jul 2004 08:30 GMT | 12 |
I would like to ad a custom scroll bar control to my app that has a customizable and "flat" look to it (not the normal VB look). Does anyone have any ideas on where to find a good one?
|
| Writing a formated file for MS Word | 27 Jul 2004 23:51 GMT | 1 |
I'm writing an app and would like to include the ability to export reports to MS Word. It's easy enough to export a text file, but I was hoping to be able to export a more useful formatted file -- headers, headings, columns, footers, etc.
|
| MSComm doesn't work, Hyperterminal does. | 27 Jul 2004 00:11 GMT | 9 |
Trying to intercept data from a weigh scales going to a serial cash register type printer. 1) If I change the printer from the current machine to an old Deskjet (with serial interface), no carriage returns, but otherwise Deskjet
|
| Please help my mess of code | 26 Jul 2004 19:17 GMT | 1 |
I am working on a small project that is at this point driving me bannanas. I am making a simple CallerID program. When my phone rings, it will display (and read, using TTS engine) the caller ID info.
|
| Issue with Visual basic syntax in a HTML code. | 26 Jul 2004 18:28 GMT | 2 |
I am having issues with the visualbasic gramatic for the following scenario: I am retrieving information from an Access 2000 Database. The current fields are: ebay, which is a yes / no, showing as -1 or 0
|
| Missing Context Menus | 26 Jul 2004 12:58 GMT | 3 |
In Microsoft Visual Basic 6.0 (SP6) I keep loosing context menus from the Project and Project Pane. I am unable to remove forms, modules, etc because of this. Is there a way to get them back??? Is there a way to stop loosing them??? I am using an WinXP Home PC with 512mg ram ...
|
| How do I pass the name of an array to a function or procedure? | 26 Jul 2004 10:30 GMT | 4 |
Hey i've got bunch of arrays of tick boxes, each array contains somewhere between 5 and 20. What I want to do is write a function that returns the captions of every ticked tick box in an array as a string.
|
| installer dialog | 26 Jul 2004 09:42 GMT | 2 |
One of my W2K PC is used to evaluate tools for VB. So lots of things get installed and uninstalled making trouble shooting problems that come up a nightmare. I was wondering if anything like this has happened to anyone.
|
| Logon User vs. Run As | 26 Jul 2004 07:23 GMT | 4 |
LogonUser and ImpersonateClient work only if the user has certain privileges (act as part of OS). However, the same user is able to invoke applications using the "Run As" option in the context menu. How is this implemented? How can I write an application which can be
|
| Help with a class method | 25 Jul 2004 14:53 GMT | 3 |
I found a class online that lets you make changes in the registry. there is just one method that I can't for the life of me figure out how to use. Could someone please look at this class and tell me how to use the "EnumKeys" method. this is what i have so far Dim Reg as New ...
|