| Thread | Last Post | Replies |
|
| RichTextBox Vertical Scrollbar question. | 29 Nov 2006 23:35 GMT | 2 |
I'm searching for a better way to retrieve the max value of the vertical scrollbar in a RichTextBox control without doing something in the control. At the moment I'm using the following code to retrieve the max value
|
| Visual Basic 6.0 --- Bound RichtTextBox Question | 29 Nov 2006 00:33 GMT | 3 |
Visual Basic 6.0 When a RichTextBox is bound to a database, how can I make it bind to the .Text Property instead of the .TextRTF Property. The only reason the RichTextBox is being used is to get passed the 64k limit
|
| VB6 MSINET and IE7 | 28 Nov 2006 18:57 GMT | 4 |
I've seen a few posts here and there regarding the MSINET control and IE7. Specifically how the latter makes the former stop working. I've just been told that IE7 is going to start appearing on desktops all over the world on November 1st which means that I've got to find a way ...
|
| Auto-formatting a Date Field | 28 Nov 2006 17:25 GMT | 4 |
Is there a way to force a text box defined with type "Date" to auto-fill with the slashes? In other words, when the user clicks into the field, I want them to just key in the date values, without having to type in the slashes or dashes. The only other way I see to do this is to ...
|
| Can we make the selected item shown in control area? | 27 Nov 2006 21:03 GMT | 2 |
Hello, friends, I am using ListView control in a VB6 app. I added items into this ListView without problem. Some of the items can be seen, some can not. A user needs to scroll up and down to view desired items.
|
| reference a control | 27 Nov 2006 20:49 GMT | 1 |
If the control's name is stored in a string one can iterate through the controls collection of a form to access the control. dim s as string="chkIsValid" dim chk as CheckBox
|
| DataGrid - RowColChange | 27 Nov 2006 15:29 GMT | 1 |
I have a datagrid bound to an adodb.recordset. It looks like the RowColChange event reports LastRow (parameter) and .Row (property) incorrectly. Example (three rows total)
|
| Help saving txt box when enter key is pressed | 25 Nov 2006 22:40 GMT | 1 |
Guys, I have a text box. I simply want to save the text from the text box (and popluate a buttons text) and remove the text box when a user hits the enter button.
|
| help deleting button | 25 Nov 2006 15:15 GMT | 1 |
I have a context menu on a button. I just need some code that will delete the button when the context menu is clicked. One problem is that I do not know the button name as it is created dynamically Any ideas?
|
| VB6 Command button automatically executing click when set focus | 24 Nov 2006 16:33 GMT | 4 |
I am hoping for some help here, I have a mdiform with several textboxes where a user scans in a barcode, once validation has been carried out and a database updated I am sending the focus back to a command button. The problem is that the click event is being automatically executed.
|
| getting only date not the time from datetimepicker | 23 Nov 2006 13:11 GMT | 2 |
when we select a date from datetimepicker the time when we select the date has also been there' if i only want to use the date not the time then how should i proceed i think there is the Convert function that will give me only the date but
|
| Can we make the selected item shown in control area? | 22 Nov 2006 04:46 GMT | 1 |
Hello, friends, I am using ListView control in a VB6 app. I added items into this ListView without problem. Some of the items can be seen, some can not. A user needs to scroll up and down to view desired items.
|
| Desprately needing help with PropertyBag | 22 Nov 2006 03:13 GMT | 8 |
Please ignore my other post on Transparency, this post boils the problem down to the basics. I wrote a test ActiveX control with one image component on it, "ImageA", and in it I placed a .gif with a transparent background. Looks and works fine when in the designer.
|
| Display of unicode characters in listview control | 21 Nov 2006 14:23 GMT | 2 |
I am using the MS Listview control (mscomctl.ocx). It belongs to an old ASP app that needs support for Unicode characters (Japanese ). Currently, it displays the data as ???? Is there a setting or different control that can be used.
|
| Add events/methods to Common Dialog Box in VB6 | 21 Nov 2006 01:29 GMT | 2 |
Is there a way we can add codes in Common Dialog Box that for eg, if the user click "OPEN", do something instead of the default action? FYI, i need to use common dialog box in my program to let the user select and open a configuration file. Once the configuration file is
|