| Thread | Last Post | Replies |
|
| Create a button | 24 Nov 2004 16:10 GMT | 5 |
Hi group, How can i create, model, a button? I've put images on the button, but it's not that good... Can I model it? Thanks,
|
| How can I determine which printer is the default. | 24 Nov 2004 15:40 GMT | 4 |
Once that the user selects a printer with CommonDialog or VBPrnDlg: Q1) How can I determine which printer, if any, is the default printer? Q2) How can I determine if a particular printer is the default printer if I know its DeviceName, PrinterName, or Handle?
|
| Microsoft Internet Transfer Control 6.0 | 24 Nov 2004 15:29 GMT | 1 |
Hi group, I'm using a Inet component to open a url after a change propriety of a label. It sends control using buttons on the form, and using the keyboard.
|
| String Vs Array | 24 Nov 2004 15:18 GMT | 1 |
I have a text file, that is nearly 2500 lines. I am capturing only product id field from each line and strored in a variable and each product id captured from the each line will be appended to my variable. Finally I am sending these captured values as a input parameter of the ...
|
| Loading Image in Rich Text Box | 24 Nov 2004 14:50 GMT | 4 |
I'm trying to load an image in a rich text box with this code: RichTextBox1.OLEObjects.Add , , App.Path & "\TestImage.gif" But I am getting this error: Run-Time error - 2147221163
|
| Basic VB .net Listbox | 24 Nov 2004 13:29 GMT | 1 |
Hii i have an array of strings. i need to poulate them in a listbox during program exceution. they get populated but i am not able to see them. i mean, i see a the listbox has data but the data is hidden.
|
| RTF-Box / Tab is not working | 24 Nov 2004 11:44 GMT | 1 |
I tried to implement a rtfBox control for Wysiwyg printing. In the sample proposed by Microsoft the message EM_SETTARGETDEVICE is used. This functions well, however, it is now not possible to use the Tab stops when writing text in the rtfbox. Set Tabstop = False on the form also ...
|
| Control printer port on a networked print server | 24 Nov 2004 10:31 GMT | 1 |
Is it possible to control a parallel port on a networked print server as you can a local port with something similar to inpout32.dll? If so, how? I've looked all over the net and i cant find any info on it.
|
| playing multiple wav files | 24 Nov 2004 08:22 GMT | 1 |
I found a wavemix sample (do a search on google for wavemix32.dll), and tried modifying the code to create a function that plays upto 6 wav files simultaneously. For some reason, it is not working. It plays the 6 wav files not at the same time, but one after another. Can
|
| Splash Screens | 24 Nov 2004 08:17 GMT | 5 |
I'm curious to know how most folks create their Splash screens from within their VB6 application and what information, if any, they put within the form to load -- or do you simply pause the program a few seconds. I especially like the Splash screens that Microsoft uses in its ...
|
| Tabs in ListBox via Sendmessage API problem | 24 Nov 2004 06:21 GMT | 14 |
Has anyone found a way to use the SendMessage API to create tab stops in a ListBox when the ListBox has checkboxes enabled? It works without the checkboxes but does not work with them. The Listview control is not a desirable alternative because of its
|
| How to hide icon on the title bar | 24 Nov 2004 03:37 GMT | 3 |
Could any one guide me how to hide icon on the title bar of mdi-form and child-form ? The caption,max button and min button
|
| help on text box | 24 Nov 2004 03:13 GMT | 14 |
How do I make sure only a number is typed into the text box?
|
| playing multiple wav files simultaneously? (how do you use wavemix.dll ?) | 24 Nov 2004 02:15 GMT | 3 |
I'm trying to get VB6 to play 6 WAV files simultaneoulsy. Supposedly the Wavemix DLL is the way to go. From http://www.compuphase.com/wavemix.htm
|
| Adding Controls to Form when there is a Frame or Tab Control | 24 Nov 2004 01:50 GMT | 15 |
I'm curious if I'm doing something wrong here and I always have this problem. If I have a form with a Tab control or a frame that covers most of the form... any time I click on a label, textbox, or whatever from the toolbox
|