| Thread | Last Post | Replies |
|
| Environment Display Question - Newbie | 03 Sep 2003 01:28 GMT | 2 |
Hello. I have just enrolled in a Visual Basic class, so please forgive this very basic question about the display environment of the VB Editor.... The illustrations in my textbook indicate that you can choose the form
|
| Resize controls in MDI child window | 02 Sep 2003 20:25 GMT | 1 |
Hello to all, I have a MDI interface with several child windows. Since I don't know on which screen resolution the application will run, the controls on the child window have to resize if necessary.
|
| maximum size of screen | 02 Sep 2003 20:15 GMT | 2 |
I'm developing my form in VB6 using visual suite and it seems like there is a maximum height and width to the forms/windows I can create. I've stretched them and then scroll barred and stretched
|
| Flexgrid & Combobox | 02 Sep 2003 19:05 GMT | 1 |
could i insert a combobox into a MSHFlexgrid ??? Or does someone know an other control using this functionality? Thx Michael
|
| 429, ActiveX component can't create object | 02 Sep 2003 18:50 GMT | 1 |
I have a program which is already compiled and it's executable is working on one of the server(Windows 2000). Now when I am trying to run it on another server(windows 2000), it is giving me error 429, ActiveX component can't
|
| Project | References | What Location ??? | 02 Sep 2003 18:38 GMT | 4 |
Project | References brings up a list of Available References. Is there a way to find the file name for an available reference if the Location path is so long that the file name gets pushed off the right side of the box?
|
| The Alignment of MsFlexgrid control | 02 Sep 2003 16:14 GMT | 1 |
The default is left for string, right for number. How to make them both to left or right? I try to use myflexgrid.CellAlignment=left or right but only the first cell is affected, the other
|
| VB6 Dynamically Added Command Button Visibility | 02 Sep 2003 15:41 GMT | 1 |
I'm running into a problem when attempting to dynamically add a Command Button to my form. When I add the command button, I cannot seem to set the Visibility property of the button to True. So far the set up is that on the form I have a picture box into
|
| scrolling your own usercontrols | 02 Sep 2003 07:07 GMT | 5 |
Is there someone who can point me in the direction of catching the scroll on the mouse to fire on certain controls on your own made usercontrol. I'm asking because I have made a control with numerios controls. I have set up a scrollbar to reload the controls for the next view of it. ...
|
| VB6-Losing Property Box | 01 Sep 2003 16:10 GMT | 1 |
Have been able to open up property boxes for objects on a Form, but all of a sudden when I call for a Property Box, I get a nothing. Please advise; THANKS!!!!!!
|
| Editing in ListView | 01 Sep 2003 15:54 GMT | 1 |
How can I edit a cell in listview (I want to put edit control on it, and changed by runtime its context) ? Thanks :)
|
| Strange behaviour in MSHFlexgrid celltop property | 01 Sep 2003 15:12 GMT | 3 |
I'm writing a VB6 application that involves an in-cell editing of a MSHFlexgrid control using comboboxes and text boxes. In order to set the position of the combo boxes, I use the following code: cmbGlasses(I).Move fgGlassSub.Left + fgGlassSub.CellLeft, _
|
| Resizing user control | 01 Sep 2003 12:38 GMT | 1 |
I'm developing a usercontrol to emulate the monthview control so that it displays a certain number of calendars according to user-specification. (The monthview control doesn't give me the effect I'm after - hence re-inventing the wheel).
|