| Thread | Last Post | Replies |
|
| SpliterContainer Control VS2005 ? | 08 Dec 2006 22:54 GMT | 3 |
Hi all! Happy holidays! I'm using this new SpliterContainer control in a vb2005 project. It works better then the older spliter control. However, I have the SpliterContainer control set for Horizontal spliter with a listbox on top and textbox on the
|
| Another very easy grid header question | 08 Dec 2006 08:29 GMT | 14 |
I've noticed the headers for my right aligned columns seem to run into the grid lines and cut off the last letter of the header text. Digging thru the Google archives, I saw that this question has been asked a lot but never answered. Is this as good as it gets or is there a ...
|
| DataGridView and Multi-column sorting | 08 Dec 2006 00:41 GMT | 2 |
Anyone know of a way to perform Multi-column sorting with the DataGridView?
|
| ControlPaint and textboxes | 07 Dec 2006 20:57 GMT | 2 |
All, Does anyone know how to paint a TextBox like using the TextBoxRenderer (.NET 2.0) namespace - BUT by using the ControlPaint class Brendon
|
| Treeview node and litsview item forecolor not drawing | 07 Dec 2006 00:25 GMT | 1 |
Appollogies in advance as this may be down to my hardware setup. Using VS2005, VB I have a form with a treeview and listview where items can be dragged and dropped from the tree to the list. When I create the new list item I just
|
| How to add an item to the Designer context menu? | 06 Dec 2006 15:17 GMT | 2 |
I have a RichTextBox on my usercontrol In the Designer if I right click the RichTextBox the context menu includes the item "Edit Text Lines" I'd love for myuser control to have that feature.
|
| DataGridView doesn't change with new parent record | 05 Dec 2006 19:36 GMT | 5 |
I converted my VS2003 app to 2005 and replaced the old dataGrids with the DataGridView. Now the data in the new grid does not change when I move to the next parent record. I find the 'HELP' less than helpful. How do I get them coordinated again?
|
| TextBox - Select Text | 05 Dec 2006 17:50 GMT | 1 |
Is there a way to select columns of text spanning multiple rows for deletion. I need to read a file into a text box and delete the first 3 columns. The goal is to simulate the feature offered by Word and Visual Studio using the ALT + MouseClick + Drag to highlight multiple ...
|
| DataGridView row change event? | 05 Dec 2006 13:53 GMT | 5 |
There seems to be an event for pretty much everything in the DataGridView, including events that I can't imagine ever needing. However, there doesn't seem to be a good event for a row change (i.e. when the user's selection changes from one row to another). Am I
|
| Changing DisplayNames of my properties using PropertyGrid component, how ?? | 04 Dec 2006 18:04 GMT | 1 |
I'm using Delphi 2006 and I have a class defination like this: TPerson = class fPersonName : String; fPersonSurName : String;
|
| run-time adding/removing controls in a panel | 04 Dec 2006 16:07 GMT | 1 |
I've got a performance problem. In my application, I need to add/remove some user controls at run-time inside a panel. My problem is that I can't use the foreach statement to enumerate the controls to remove them. For example: if I use this code, it throws me an exception:
|
| using WebControl as preview window | 04 Dec 2006 13:58 GMT | 6 |
Is there any way to simply generate Html and then display it in the WebControl that is available in the Windows.Forms namespace in the .Net 2.0 framework? It seems like it should be a fairly straight-forward operation... but I can't figure it out for the life of me... any ...
|
| How to prevent DataGrid cell editing ? | 04 Dec 2006 06:17 GMT | 8 |
I have a DataGrid on my Form, and I wish to disable any kind of cell editing. For example; when the user clicks on a cell, the cell become editable by changing its color to gray and context menu is shown on muse right mouse click.
|
| Still playing with bitmap images | 03 Dec 2006 01:10 GMT | 7 |
I have an image issue that I do not understand. When I try to save a bitmap created from a picturebox image, I can save without exception so long as the bitmap was retrieved from a file and loaded into the picturebox. But if I load the image from the database into the picturebox ...
|