| Thread | Last Post | Replies |
|
| Cells Highlighting Automatically | 25 Feb 2004 09:08 GMT | 1 |
I have a problem with highlighting in my flex grid. I have a grid containing 10 rows. Only 2 rows are displayed at a time, but the user can scroll down. A user can successfully enter information in one row at a time. They don't seem to be able to enter in two rows of information ...
|
| clear flexgrid | 25 Feb 2004 09:07 GMT | 8 |
how do you clear the data from a flexgrid. i.e. no records found for subsequent searches. thanks, mcnews
|
| problem with listview | 25 Feb 2004 07:46 GMT | 6 |
I am using vb 6.0. I was wondering if anyone knows how to make one or more rows of a listview bold, using an API function? Do I have to use subclassing, or there is a simple API. I do not want to use the property of the listitems I appreciate all your help Bob
|
| Drop down combo box in a datagrid column should have values based on other items in the grid. | 25 Feb 2004 04:50 GMT | 1 |
I'd like to have a drop-down combo box in one of the columns of a DataGrid control, with drop list based on another column's value in the same dataGrid. While surfing in the net I found some third party tools like Rustemsoft's DataGridColumns .NET assembly will help. But
|
| Check MDI form existing | 25 Feb 2004 04:15 GMT | 1 |
i am new on .Net window application. i don't know how to check the MDI form already created and opened. Thanks for your help Tabo
|
| Graphical waveform representation | 24 Feb 2004 23:05 GMT | 4 |
does anyone know how to graphically display a waveform on the screen in VB6, in a manner similar to Wave Editor software like WaveLab? Thanks.
|
| Compile Error | 24 Feb 2004 21:48 GMT | 6 |
I am trying to use the following code on a form and I recieve and error pointing to the lines which I have added arrows to and are in bold red.... '************************************** 'Windows API/Global Declarations for :Ad ' d drop shadows to forms (XP only)
|
| RichTextBox. Disable autoscroll? | 24 Feb 2004 21:03 GMT | 2 |
I need to do some background transformation of the text is being typed. Is it possible somehow to disable/block autoscroll (or scrolling at all) in RTB? What happens is when I make a selection out of visible area, and then try to restore original position (remember - while user is ...
|
| Using command buttons to alter back color.. | 24 Feb 2004 17:13 GMT | 1 |
I want a command button to change the back color of every form and label in my project. Is there anyway that I can do this without having to go through every componant in the project saying: Form1.label1.BackColor = HC0005055 Form1.label2.BackColor = HC0005055 etc.
|
| how to display/Edit Unicode Data in VB TextBox Control | 24 Feb 2004 13:12 GMT | 2 |
I am working on a project related to multilingul. I am fatching the data from Access database. the data is in unicdoe. charaterset is Gujarati. VB Controls are unable do display data properly Instead the Unicdoed
|
| Control(s) for two bounded recordsets | 24 Feb 2004 10:04 GMT | 2 |
Hi Groups, I'd like to make a bound User Control for a two (I allready made the single one) bounded recordsets (ADO). eg: Primary Secondary recordsets like Customer and Customer contacts
|
| Compressed file OCX | 23 Feb 2004 19:30 GMT | 5 |
OK this time Im looking for a control or code that will enumerate the contents of compressed files. Note that I do not want to compress or decompress the files. I just want to list what is in them. Preferably if the control is freeware and has capability for viewing the contents
|
| MSH flex grid issue!! | 23 Feb 2004 17:15 GMT | 1 |
Is it possible to display a picture in MSHFlexGrid control which is stored in a database in type of binary data ?
|
| VB.net barcode reader ocx or components | 23 Feb 2004 17:06 GMT | 4 |
In the VB 6.0 or VB.net software packages, are there components or ACtiveX controls I can use to give my application barcode reading ability. The application is an Point of Sale application. Of course, I want to be
|
| Odd behaviour of label controls?? | 23 Feb 2004 15:05 GMT | 3 |
I found a strange problem, that I did not expect to happen. When filling a label control with text (control's Autosize=true) all works well, except one character, the ampersand '&'. When the text is something like "blue & green" in the label it wil be "blue
|