| Thread | Last Post | Replies |
|
| Webbrowser control ? | 16 Oct 2003 07:12 GMT | 1 |
I'm trying to write a simple vb6 form to read a value from a test box on a form. I keep getting "object is not supported"... Would someone point me in a the correct direction? My htm (gnerated from frontPage and saved as c:\index.htm):
|
| windws media player play in the picture box | 16 Oct 2003 01:27 GMT | 1 |
I would like to play avi files on a vb form in a picture box or any other control. Does anyone know how to do this? I have the multimedia control on my form and set the properties to point to the avi file and use the open
|
| Multicolum listbox | 15 Oct 2003 23:53 GMT | 3 |
I know this is probably a simple one but... I want to display a listbox with 2 columns but only display the second column (ID key in first column, not for user). I know how to do it in Access, but it's got me
|
| Align Combo Box with Cell in Datagrid | 15 Oct 2003 22:17 GMT | 1 |
I have a datagrid bound to a Access table. In one of the colums I have a combo box that drops down when that column is accessed. I'm having a few problems with it. 1. This is my code to align the combo box with the correct cell:
|
| For...each control array | 15 Oct 2003 22:12 GMT | 2 |
Darn, I hate it when I press the wrong key and send before it's ready. I'm trying to do a for each for a control array. I want to change a bunch of backgrounds. Here's what I'm trying: For Each txtOpt.Item In txtOpt.Count
|
| PictureBox Control | 15 Oct 2003 18:11 GMT | 1 |
Is there an event that fires when an image is changed? TIA. JB
|
| Picture | 15 Oct 2003 15:20 GMT | 4 |
Hi guys, I have got a form with a picture box that loads two pictures in it(one at the top of the other), but I would like the second picture in the top to be transparent the way that the first one in the bottom will look like a
|
| POLPULATE LISTBOX | 15 Oct 2003 14:19 GMT | 2 |
I want to populate a listbox from a database and I have set the properties as follows: DataSource=DataEnvironment1 DataMember=Command1
|
| MSHFlexGrid | 15 Oct 2003 03:07 GMT | 4 |
Does anyone know anything about the MSHFlexGrid? I am struggling with many issues. One being how to get a checkbox in it. If anyone has ANY input or suggestions please respond.
|
| Dir ListBox | 15 Oct 2003 01:14 GMT | 3 |
Is it possible to add a horizontal scroll bar to a DirListBox control?
|
| Problem in using webservice. Please Help me. | 14 Oct 2003 23:07 GMT | 1 |
I have a webservice contain a simple web method ( "hello world" ) ,which I create it with c#.net. What can I use it in VB6. Best Regardds,
|
| numbers, doubles and <> comparison not working | 14 Oct 2003 22:39 GMT | 5 |
For some reason, the equality expression in the following code ALWAYS resolves to TRUE and the msgbox is executed. I must be doing something wrong. In the following code, all of the 4 variables are declared as double. The alloc*
|
| Capture values of fields in other applications | 14 Oct 2003 21:34 GMT | 1 |
How can my visual basic application obtain the value of a text field in another application. For instance, I want the user to be able to open a non-visual basic program (Accts Payable application or something), double-click a text field, and let my visual basic program
|
| Problem in using webservice. Please Help me. | 14 Oct 2003 14:58 GMT | 1 |
I have a webservice contain a simple web method ( "hello world" ) ,which I create it with c#.net. What can I use it in VB6. Best Regardds,
|
| How to Cls without flicker | 14 Oct 2003 14:05 GMT | 2 |
At startup my app gives a little "tour" of itself, pointing out its controls by way of little connect-the-dots lines drawn with Pset(). The points have to cross two nested picbox controls and then part of the form surface. When User
|