| Thread | Last Post | Replies |
|
| How to stop disabled text boxes being greyed out | 29 Nov 2007 16:37 GMT | 11 |
I have an app that displays about 20 items of data in text boxes. Very occasionally I need to allow these to be used for data entry, but the bulk of the time they are solely for information. They all sit in a GroupBox that is normally disabled, but is enabled when data can be ...
|
| How to get parent form of non-visual control (component) | 29 Nov 2007 15:35 GMT | 2 |
We have a vb6 control that performs custom resizing functionality. I've successfully converted it to .NET and it works. However, I want to take advantage of the non-visual concept in .NET that allows you to create controls for placement on the component tray. This RESIZE ...
|
| DataGrid control: Can't both select a record and start dragging | 29 Nov 2007 13:49 GMT | 2 |
I am trying to use a DataGrid control in an ActiveX control being built in Visual Basic 6. Eventually, I am going to need to drag the control over another control on the ActiveX control. I have found that when I set the DataGrid's DragMode to vbAutomatic, the mouse
|
| Clipboard data | 27 Nov 2007 12:04 GMT | 8 |
Have come across a problem when using the VB6 builtin Clipboard functions and for example Russian text. When capturing Russian characters and then using Clipboard.GetText and showing it in a RichTextBox control it will show a lot of ????? ???? ???
|
| Multi column list box. | 24 Nov 2007 03:50 GMT | 4 |
I'm new to ListViews and have set up a simple 2 column LV Control. I can intercept and process a mouseclick in the left hand column because the row in this column gets the focus when clicked. I cannot see a way of handling a click in the right column because the row
|
| Masked Edit | 21 Nov 2007 22:17 GMT | 4 |
Ok it's been some time since I used this control and for the life of me I can't remeber how to clear the .Text of the VB6 masked Edit control. I've tried mASKEDeD1.TEXT="" AND MASKEDED1.TEXT=0 BUT BOTH cause "invalid property value" errors. The control seems to work fine - I ...
|
| how do I reverse engineer a project that someone else created? | 20 Nov 2007 21:28 GMT | 2 |
I inherited an app where I work from a previous developer that left the company. VB6, Crystal Reports 8.5. When I load the project I get 4 errors: Line 15: Class CRVIEWERLibCtl.CRViewer of control CRViewer1 was not a loaded control class.
|
| vb6 Drivelistbox Problem Windows Vista | 19 Nov 2007 09:01 GMT | 3 |
currently i am placed in Bugfixing on a Vb6 project,i am reported with the product is not properly working in Windows Vista,later i found that problem is with the drivelistbox,that doesnot shows the mapped drives while running the EXE(It works properly while running from the Code). ...
|
| Newbie question about checkboxes | 16 Nov 2007 18:17 GMT | 4 |
I have a form with 4 bound checkboxes. I notice when requesting a new record that I have to click twice to get a check to appear in each box. Is this just the natural behavior of a checkbox or is there way to just click once to check or uncheck? Thanks for any help or advice.
|
| how can i get the current row# from the grid | 14 Nov 2007 14:01 GMT | 1 |
|
| MSHFlexGrid | 14 Nov 2007 01:53 GMT | 2 |
How do I add a Hierarchical FlexGrid to a VB.NET project? Thanks in advance.
|
| Hierarchical FlexGrid in vb.net project | 13 Nov 2007 13:22 GMT | 1 |
How do I add the Hierarchical FlexGrid control to a vb.net project? Thanks in advance.
|
| Migrating VBA projects to standalone applications: any tools? | 12 Nov 2007 16:33 GMT | 1 |
Hi to all! I'm using a lot of VBA within Excel to build applications for my business. Excel offers a wonderful user interface, so I don't have to create windows and controls, just concentrate on data manipulation with my VBA code.
|
| common dialog error problem | 10 Nov 2007 11:28 GMT | 15 |
I have the following code using a common dialog to save the contents of a rich text box as a document. The code is activated by clicking a button, cmdSaveDoc. Private Sub cmdSaveDoc_Click()
|
| ToolTipText won't display | 09 Nov 2007 15:11 GMT | 1 |
It seems all disabled controls won't display their ToolTipText. Is there a way to make them display? Also, some of my enalbed controls won't display their ToolTipText. Is there a way to make them display?
|