| Thread | Last Post | Replies |
|
| ActiveX Control Initialization | 12 Oct 2003 16:33 GMT | 1 |
I have created an ocx which is embedded in an asp page. Along with the object in the asp page are several <PARAM> tags which I need to customize the control. So I am reading the params from the property bag using the
|
| Doing a PaintPicture into a UserControl | 12 Oct 2003 10:53 GMT | 7 |
I have a simple problem but I cannot find the solution. I have a custom usercontrol and I want to call a routine that normally takes a picturebox or form and uses Print, CurrentX, CurrentY, PaintPicture etc to draw a widget. MyUserControl has AutoRedraw=true -- what do I
|
| Good 3D diagram control? | 12 Oct 2003 05:19 GMT | 1 |
I'm looking for a diagram control that can display three dimensional data. In so far, Excel diagram would do. But I need to display data that are "interval scaled"! E.g. Excel 3D diagrams would make from the values "1, 2, ..., 99" a "1, 2, 99"
|
| Check for Internet Connection | 12 Oct 2003 03:51 GMT | 2 |
How does one check to see if an Internet Connection is live in VB6, and return a message like: If ConnectionActive then Active = "The Internet Connection is active" If ConnectionActive then Active = "Not Active - Check Router!" endif
|
| List view date sort | 11 Oct 2003 21:10 GMT | 3 |
I am using Listview control in my application. I have a date field which always gets sorted in alphabetical order ie.., 1 to 9 and a- z for ascending, which is wrong for dates.
|
| Checkbox - disable spacebar | 11 Oct 2003 16:19 GMT | 2 |
How can I prevent the spacebar from selecting a checkbox? I want to use the spacebar to toggle a command button on a form and can do so with KeyPress. However,the spacebar
|
| how to move a dialog box's position? | 11 Oct 2003 14:05 GMT | 8 |
I created an about dialog box in VB6, but the program run frmAbout.Show to pop up the about dialog, it doesn't pop up in the middle of the screen. How can i change the position to be displayed?
|
| combobox | 11 Oct 2003 04:05 GMT | 1 |
1 - Simple Combo Why do the arrow keys scroll the list of a combobox on one form, but wont scroll the list on another form? Both forms have KeyPreview and appear to be identical.
|
| Multicolumn ComboBox?? | 11 Oct 2003 00:31 GMT | 2 |
how to create a Multicolumn ComboBox like MS ACCESS?? Thanks ChrisLite 2003
|
| Resize MSHflexgrid and Dataformat | 10 Oct 2003 23:48 GMT | 1 |
Cannot resize MSHflexgrid in design time and Cannot define data format. The data format problem is most serious, because it still display the numbers that is not round although I have rounded in the SQL statement!!
|
| MS flex grid permission problem | 10 Oct 2003 21:50 GMT | 1 |
I'm getting a problem trying to use the MSFlexGrid control - problem occurs using VB in Office XP or VB.net. The problem and its supposed solution are described in Q318597 - with a footnote that this solution doesn't work
|
| DataGrid BG Color | 10 Oct 2003 21:40 GMT | 1 |
I would like to set the color of each row using code on the DataGrid control. I understand that the BackgroundColor property will modify the color for the entire control, but I was wondering if anyone knew of a
|
| Calendar Control | 10 Oct 2003 21:25 GMT | 2 |
I am running Windows 2000 server and am trying to use VB6 canendar control, but every time that I try to add it to a project from the toolbar VB shuts down. I also have a project with the calendar control in it, but
|
| Couldn't use dbgrid of vb6 with Access 2000 database | 10 Oct 2003 21:19 GMT | 1 |
I tried to take data of Access 2000 database(table) in to dbgrid of VB6. However all effort were failed. I could do it using VB5. Please send me possible method to use dbgrid of vb6 with
|
| Capture the end of listview scroll | 10 Oct 2003 20:43 GMT | 2 |
Does anyone know how to capture or create an event that triggers when you reach the end of a listview box by scrolling with the mouse? Thanks in advance.
|