| Thread | Last Post | Replies |
|
| Rounded Corner Panels | 25 Nov 2003 23:49 GMT | 1 |
How can you create a panel control with rounded corners?
|
| Design-only property | 25 Nov 2003 23:10 GMT | 1 |
I'm trying to create a VB6 user control based on a combo box. I want to expose the combo box's design-time property 'Sorted' so that it is also a design time property of my control. I want the "Sorted" property of my control to behave just like the combo box's
|
| MSComm control | 25 Nov 2003 22:37 GMT | 1 |
I want to add the MSComm control component. I try to drag and drop the control to my form. But I can not why?
|
| Can MSComm control do this? | 25 Nov 2003 22:36 GMT | 1 |
Can MSComm control control individual bit like DTR/RTS?
|
| Shortcut Keys | 25 Nov 2003 22:30 GMT | 3 |
I'm wondering if it's possible to set shortcut keys within a OCX. Something like Command intrinsic control (ALT + <some key>). Thanks in advance,
|
| Pop-up menus using Win32 API | 25 Nov 2003 20:07 GMT | 5 |
In an ActiveX control created using Visual BASIC 6.0 (SP5), I have button. When the user clicks the button, I would like a popup menu to appear. I have tried to accomplish this using Win32 APIs
|
| VB6 Self Possitioning User Control | 25 Nov 2003 15:42 GMT | 1 |
I have the need to create a control capable of repositioning itself. Is there the equivalent of a Me.Xpos/Me.YPos in VB6 user controls? Cheers.. Brian Candy
|
| MSFlexGrid.DataSource and Recordset (error !) | 25 Nov 2003 14:49 GMT | 2 |
I am unable to set the DataSource property of a MSFlexGrid to an open recordset at runtime. Whenever the program reaches the following line set flex1.Datasource = rs
|
| Printing RTF control question | 25 Nov 2003 14:45 GMT | 1 |
I'm printing the contents of a rich text control with the following code: rtxView.SelPrint Printer.hDC On some printers the fontsize is about 96 point or so (very large), on most printers it prints ok. The controls contains just plain text in courier 10
|
| User Control as a container in vb.net | 25 Nov 2003 13:45 GMT | 1 |
Please help! I want to create a user control that can act as a container for other controls (like a panel or a groupbox).
|
| MAPI From Hell.............Help | 25 Nov 2003 09:31 GMT | 1 |
Hi all, I have copied some Mapi code Session and message controls VB6 using Logon to profile which is ideal for my multi profile environment.
|
| Picturebox | 25 Nov 2003 05:54 GMT | 4 |
I am totally stuck. I have an image in Picturebox1. It was placed there from an activex control txTextControl1 by cTX.PrintDevice = Picture1.hdc
|
| Picturebox Question | 25 Nov 2003 05:48 GMT | 2 |
I have put a few rectangles inside a picturebox by using the line method. Is there anyway to superimpose a number or any text on top of the lines that I have drawn? Thank you,
|
| Causevalidation property | 25 Nov 2003 01:30 GMT | 1 |
I am using a third party control (ActiveBar Menu) and it doesn't have a causevalidation property. This is the cause of many defects in the code I'm working on. Is there a way that I can simulate or create a causevalidation property
|
| Listview number sorting | 25 Nov 2003 00:54 GMT | 3 |
I am using a listview control to hold some data and one of my columns holds dollar amounts. I would like to be able to sort the data in order but since the data is stored as a string, $9 comes up before $18. Is there some good way to sort the listview data to prevent this or am I ...
|