| Thread | Last Post | Replies |
|
| Best way to output results? | 29 Jul 2004 17:47 GMT | 8 |
I am interested to know of other peoples 'best ways' to print calculation results to the screen and printer, using VB6. My usual out put is a single page up to four pages mostly text and figures and only sometimes with a drawn graphic.
|
| Application in taskbar | 29 Jul 2004 17:43 GMT | 2 |
Does anyone have VB6 code that shows how to make a VB program that will run in the windows taskbar as a toolbar? markus
|
| Controls incorrectly registered | 29 Jul 2004 17:19 GMT | 2 |
I have two copies of the same program in development on different drives, but they load slightly differently. If I use version a, I receive a message telling me that a control is incorrectly registered, error loading C:\WINDOWS\TEMP\VB292.TMP. The
|
| vb button coding | 29 Jul 2004 17:05 GMT | 5 |
im a beginer vb user and have used q basic in the past im going to be taking a vb colege course soon.but the coding looked so intresting i wanted to get a head start.i've started a shell for my computer and was wondering how i could open windows explorer or the start menu from
|
| Printing in VB 6.0, .Print Function problems | 29 Jul 2004 17:03 GMT | 11 |
I'm having a problem with the printer for a program I've created. I have to recreate a data table on a page to be printed. Earlier today it worked fine; however, I am now having an odd problem: every time I execute the Printer.Print command, it the program spools the print
|
| Question about app using 50% CPU | 29 Jul 2004 17:01 GMT | 4 |
I have a CallerID program which I put together from various bits of code from some online examples, and then my own additions. Basically while it is "idle" it is in a While...Wend loop with DoEvents within it. But it shows up in my task manager as using 50%
|
| WDM | 29 Jul 2004 13:43 GMT | 1 |
ich habe ein Programm geschrieben, mit dem ich Videos anschauen kann. Man kann diese Videos vergrößern, verschieben und sogar im Vollbildmodus anschauen. Jetzt möchte ich gerne daß ich den WDM-Treiber ansprechen kann, um das Programm um eine TV-Applikation zu erweitern. Kann mir da ...
|
| Arrays | 29 Jul 2004 13:22 GMT | 2 |
Is there a way to set the properties of an array of command buttons as a group? For example, at the moment I am setting the properties of each button individually like so:
|
| Printing an MSFlexGrid | 29 Jul 2004 08:16 GMT | 2 |
I have a small VB application with 'Print Preview' and 'Print' menus choices, but I don't know what code to put in the relevant sub to get them to work.
|
| Anyone managed to use MSComm successfully for Caller ID? | 29 Jul 2004 07:48 GMT | 9 |
I have been struggling with a Caller ID program for days already. I had one that worked, but as per a previous post, it was hammering the CPU with DoEvents. I therefore started trying to use the OnComm Event to handle the
|
| E-Mail | 29 Jul 2004 07:41 GMT | 12 |
Now i have to send 7 txt files from c:\ to an email address as attachment file1.txt file2.txt
|
| keyAscii | 29 Jul 2004 05:48 GMT | 6 |
Hey there, what i want to do is have a text field that can only accept numbers, full stops and the backspace key. I currently have the below code to accept only numbers, but no full stops or backspace.
|
| Verticle Scroll Bar problem | 29 Jul 2004 05:46 GMT | 3 |
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
|
| Two VB.net questions | 29 Jul 2004 05:40 GMT | 2 |
Having spent many years working with VB 4.0 I've recently purchased VB.net. At this early point I have two questions. 1) How can I QUICKLY view the code associated with a specific control? If I right-click on the control (say a combo box) and select "View
|
| Listview Control | 29 Jul 2004 03:02 GMT | 7 |
I'm using a standard listview format for displaying information from a database. This is fine, but to add records to the db I'm using a separate form because alot of fields use combo boxes with choices. Is there anyway to integrate the combo box into the listview?? I've read
|