| Thread | Last Post | Replies |
|
| Printer control like method to create RTF or HTML file | 17 Oct 2003 02:29 GMT | 2 |
Is there any code/conrtols out there that can create an .rtf or HTML file from VB6 much like the printer control. I currently have an application that puts out a printed document but now my client would like to be able to email those document to their clients.
|
| need resource for webcrawler. | 16 Oct 2003 23:17 GMT | 2 |
Hi! Is it theoretically possible to make a webcrawler with visual basic? If it is, then where can i get more information regarding this matter (name of the book for beginners or address of website)?
|
| Option buttons with same access key | 16 Oct 2003 22:49 GMT | 2 |
I have 2 option buttons that are in the same frame, so either one or the other can be true. I put them into an array and gave each of them the same accelerator key. One says Guard and one says Unguard. The accelerator key (the
|
| How to handle mouse fly-over? | 16 Oct 2003 20:05 GMT | 4 |
Is there a more eligant way to momentarily 'light up' a button as MouseMove is fired? Private Sub cmdContinue_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
|
| treeview scrolls on expand event | 16 Oct 2003 19:47 GMT | 1 |
in my treeview control, i have a collapsed node with many children nodes inside it. when i expand this node, the treeview automatically scrolls to place the newly expanded node at the top of the window.
|
| CAD CONTROL | 16 Oct 2003 19:09 GMT | 1 |
>Does anyone know of a CAD control that provides zoom functionality? >Thanks >Henning Take a look at CADE Control : http://www.weresc.com?go=cade, it has
|
| button to listen ENTER key | 16 Oct 2003 18:18 GMT | 1 |
I created a VB6 login page and a button, but the user needs to click the button in order to proceed. I want the button that is able to listen the ENTER key. Now, after I create a button, it only fires the click event.
|
| Valid Printer Object Properties | 16 Oct 2003 16:42 GMT | 2 |
Is there any way to determine which properties of the printer object are supported by my printer ? I need this because I get an error on the EPSON 440 printer that doesn't support the Duplex property.
|
| display a comboBox in a listView column? | 16 Oct 2003 15:53 GMT | 1 |
How can I make a comboBox appear in a listView subitem column? It does not need to be editable. About a year ago I found code to do this, but I can't find it anymore (and I don't remember the specifics well enough to recreate). It involved placing
|
| for... each used with array of controls? | 16 Oct 2003 15:51 GMT | 1 |
Hmmm... I'm stumped. I'm am sure a for each can be used with a control array (can't it) but I'm having problems getting it to work. I have tried:
|
| Reducing Spam Associated with Posting to Newsgroups | 16 Oct 2003 15:27 GMT | 2 |
Due to a recent increase in spam sent to posters in newsgroups, Microsoft advises that newsgroup participants should consider avoiding posting to newsgroups using their real email address. Microsoft is also committed to continuing to address the issue of spam from a technological ...
|
| Where to Start Creating Controls | 16 Oct 2003 15:26 GMT | 2 |
Simple question: What's a good way to start learning how to create controls? Books, web, etc. Not so simple an answer I'll bet. TIA
|
| Help with Datgrid control | 16 Oct 2003 13:11 GMT | 1 |
i need your help , for a problem with a datagrid control from visual basic 6.0 -i want to export from a datagrid to microsoft excel , i saw a code with mshflexgrid and microsoft excel
|
| DAO or ADO & Text Files | 16 Oct 2003 12:46 GMT | 2 |
Hi, I would like to be able to use the .Fields() function the way that I can specify which column I would like to retrieve data from; so U know how can I do it with ADO or DAO..!!?
|
| Acces DB | 16 Oct 2003 12:45 GMT | 2 |
A bit off topic but I get no answer from the vb.database message board (I'm impatient). In VB6 I have got a RecordSet (retrieved from an Acces database table) containing
|