| Thread | Last Post | Replies |
|
| Label control on top of PictureBox custom control | 05 Sep 2003 01:48 GMT | 4 |
Please explain to me why my Label control was never displayed on top of my custom control. My custom control has an Image inside a PictureBox control. I changed ControlContainer to True but it didn't make any difference.
|
| ListView Drag/Drop | 04 Sep 2003 23:07 GMT | 1 |
Does anyone have any code to show how to drag and drop individual items in a listview using report mode, like up and down in a list. It's actually a scheduler like application, so I want users to move jobs up and down in the list with ease.
|
| decompilation | 04 Sep 2003 22:35 GMT | 1 |
Who can decompilate a VB3 program .I did not have the Truegrid Pro (in designtime). eiger@kbcmail.net
|
| unloading a modal form in the load event | 04 Sep 2003 22:04 GMT | 5 |
I create a instance of a dilaog box thus dim d as new dlg_box d.show vbModal now in dlg_box's load event i unload it thus
|
| OCX Property Let and Get | 04 Sep 2003 21:22 GMT | 1 |
I'd like to create some properties that have sub properties. Like that of the Font property. I'd Like them to use intellisense the same way other compound properties do.
|
| MS Comm control in Visual basic | 04 Sep 2003 20:22 GMT | 2 |
I'm using MS Comm control in Visual basic to connect to a modem.Suggestions on how to detect the Ring Back will be very much helpful.A ringback is the tone you hear on an outbound call letting you know that the called parties
|
| how to loop textbox controls | 04 Sep 2003 20:08 GMT | 1 |
Is it possible to create text boxes as needed and then reference them in a loop. I know how to loop through text1(0) text1(1) etc.. but I want to loop the following. Text1(4).Width = 375
|
| listview control has no scroll event | 04 Sep 2003 12:53 GMT | 2 |
the listview control has no scroll event. has any one out there got a Win32API work around for grabbing the scroll event and using it. for instance a recordset of 2500 records takes a lot of time to fill the
|
| MSCal | 04 Sep 2003 09:33 GMT | 3 |
I have a program I have been working on for a while that uses the mscal.ocx control. It has worked fine without any trouble. Over the weekend I reinstalled Windows XP (it was Windows XP before) and now when I try to use this control it causes and error and crashes my ...
|
| Non-ascii characters in controls? | 04 Sep 2003 08:51 GMT | 1 |
I set the Caption property of a Label control to a string containing non-ascii characters, i.e. unicodes above 256. I run on Win2k, i.e. with unicode support. The font of the control is set to one which supports unicode. At least it
|
| ComboBox select values How? | 03 Sep 2003 23:31 GMT | 3 |
Im populating a combobox from query results like that below. This works great for populating the box, but I dont want the selected text, but the ID info associated with the selection. The query returns Name,ID. I only want to
|
| class loading a form? | 03 Sep 2003 23:19 GMT | 2 |
I have a form - MyForm from which I want to raise an event, and so I have created a class, all as described in the VB Help file. I have attached properties etc to this class, and it all works. Accessing the class shows the form and the form raises the event.
|
| upload files by HTTP | 03 Sep 2003 23:07 GMT | 2 |
Can I upload audio files to the web server by HTTP function insteal of FTP using Internet transfer control? because my client want to have this way. Thanks Tony
|
| Memory Problem - ActiveX Controls (?) | 03 Sep 2003 16:28 GMT | 2 |
I am creating a quite complex program that is an MDI application. The child form contains about 15 Custom OCXs that I created. Each one of those refers to 2 other Custom OCXs that I also created. Each OCX also references a 2MB DLL that I created.
|
| class loading a form? | 03 Sep 2003 12:32 GMT | 2 |
I have a form - MyForm from which I want to raise an event, and so I have created a class, all as described in the VB Help file. I have attached properties etc to this class, and it all works. Accessing the class shows the form and the form raises the event.
|