| Thread | Last Post | Replies |
|
| picturebox display text | 30 Nov 2005 21:40 GMT | 1 |
I have a picturebox on a form that is supposed to display some text. The text is programmed when the form loads as follows. form_load picturebox1.print "some text"
|
| volume slider control | 30 Nov 2005 16:00 GMT | 2 |
I have a simple MP3 player I developed using "mciSendString", but I would like to add a volume control to it. Possibly with a slider control. What is the easiest way to do this ?? Please let me know.........Thanks.
|
| print control with preview available? | 29 Nov 2005 22:35 GMT | 1 |
I am looking for a control or similar, which works like a CView class object in VC. Someone has an idea? Thanks Wolfgang
|
| create control(array) in class | 29 Nov 2005 22:30 GMT | 6 |
When I do this in a class module: Dim WithEvents(0) sckSB As Winsock I get an error(design-time). so that means I can't create a control with an array in a class module. How do I fix this?
|
| Listview double border when using scrollbars | 29 Nov 2005 20:21 GMT | 1 |
This is weird but when I have a listview on a form and the listview displays one of it's scrollbars, either the vertical for many rows or the horizontal for many columns, there is always an extra line drawn around the borther of the listview. Giving the listview the impression
|
| ListView control drawing issue | 29 Nov 2005 19:37 GMT | 1 |
has anyone noticed how the border of a listview control is drawn in normal 3-D style when the control does not have scroll bars and a strange solid black double border when it does have scroll bars? It's not a showstopper, but it is annoying.
|
| capturing mouse down | 29 Nov 2005 18:51 GMT | 1 |
is it possible to capture mouse down event on any control on the form on the mouse down event of the form control so that mouse down on any of the control could be tracked earlier than it is been clicked
|
| How to make a combobox with a usercontrol | 29 Nov 2005 15:53 GMT | 9 |
I want to make a combobox like the one in MSForms (office). With a combobox, the drop down list can go outside the area of the combobox's container. This could be done from a usercontrol by using a borderless form to display the list. However when the list looses focus, it ...
|
| List Box List Count Property | 29 Nov 2005 08:38 GMT | 2 |
I am facing a strange problem in VB6.0 with service pack 6.0 installed. earlier I am able to add 32767 (an integer max) value items in a list box and list count property is returning integer value. But in this version I am able to add more then 33000 items. But list count property ...
|
| BCC and CC fields of MAPI Control | 29 Nov 2005 01:17 GMT | 4 |
I am using MAPI control to send an email as alert. I use following code: Public Sub sendmsg(MsgSubject As String, Msgnote As String, SendTo As String) 'On Error GoTo EH
|
| Cannot load control grdConfRoom; license not found. | 28 Nov 2005 22:41 GMT | 5 |
I get the following message when attempting to run a project: Line 342: Property OleObjectBlob in grdConfRoom could not be set. Line 342: Cannot load control grdConfRoom; license not fou Can someone please tell me what that means, and how can I correct it?
|
| MSFlexGrid Complex Cell-Merge | 28 Nov 2005 22:35 GMT | 1 |
Can someone please tell me how to accomplish the following. I have most of it working except for the left most column which wants to merge *ALL* duplicates in the entire column as opposed to only the top two rows of column 0.
|
| Class MSDBGrid.DBGrid of control ... not a loaded control class | 28 Nov 2005 21:25 GMT | 2 |
I am newly responsible for the maintenance of a VB project. There is no documentation from the people formerly tasked with its maintenance, and the individuals are no longer able to be contacted with questions. When I attempt to load the project (source), I get these errors:
|
| CommonDialog Box Showprinter momentarily freezes | 27 Nov 2005 23:44 GMT | 2 |
I am using VB6 (SP6) on WinXP(SP2) with no other programs running. When I click the "Print" button on the Printer Dialog box (regardless of which printer I select), the screen freezes for about 10 seconds. I
|
| Microsoft Forms 2.0 Combobox control | 26 Nov 2005 23:39 GMT | 1 |
I am a very much new to ASP.NET(c#). I am using MS Forms 2.0 Combo box in my project.when i double click the combo box no event is generated.I don't know how to handel the events for MS Forms 2.0 Combo box and also i want to know how to add
|