| Thread | Last Post | Replies |
|
| ControlStyles.OptimizedDoubleBuffer & .NET 2.0 ListView | 28 Apr 2006 19:55 GMT | 1 |
Salutations, .NET 2.0 ListView suffers from severe flicker. As a test, I wrote two apps, one for .NET 1.1 and one for .NET 2.0. Both apps added exactly 50 items to a 4 column ListView in Details mode. Then, run each app and
|
| Need help with web browser control | 28 Apr 2006 19:16 GMT | 1 |
Hello all. I've created an HTML document on-the-fly using xsl. Now I want to display it in a web browser control. The HTML is in a MemoryStream. This is what I tried to do:
|
| How to know when user resizes ListView ColumnHeaders? | 28 Apr 2006 15:14 GMT | 6 |
I am developing a windows form application using VS 2003 in C#. I have created a form that contains a ListView control. The ListView control View property is set to Details. I need to know when the user resizes the ColumnHeaders to perform some
|
| How to set title text -- datagridview control | 27 Apr 2006 06:04 GMT | 2 |
I need to place a title for my datagridview control , i kept the property like Rowheadersvisible and columnsheadersvisible property false . I want to keep a header (Title) for my datagridview (vb .net 2005)
|
| Sorting Back the DataGridView after Refreshing | 27 Apr 2006 02:42 GMT | 6 |
Hi, I have a datagridview and a Refresh button on my window form. When the user click the Refresh button, the datagridview will be loaded with the latest data from the database. After refreshing, I'd like to go back to the sorting order that the user last sorted. For example, ...
|
| A timed MessageBox?? | 27 Apr 2006 01:55 GMT | 2 |
I want to be able to display a quick little window indicating that the app is doing something and the window will only be up for a few seconds. Like a MessageBox but I don't want the user to have to do anything, the window will auto close in a few seconds.
|
| RichTextBox Remove Underlinging | 26 Apr 2006 01:26 GMT | 1 |
Anyone any idea, how to remove all of the underlining from a RichTextBox without upseting any of the other formatting? Thanks in Advance.
|
| DataGridView change row color | 25 Apr 2006 14:00 GMT | 1 |
I posted this message last week to the dotnet.framework.windowsforms newsgroup and I didn't get any answers, so my apologies if this post looks familiar. I'm trying to change the background color of a row in a DataGridView
|
| Refresh DataGridView with Latest Data | 25 Apr 2006 13:13 GMT | 1 |
I have 2 datagridviews on my windows form both bound with data that are related with 2 tables (1 parent 1 child). I have a button to add a new child to the parent. When I press the button, it will add a row into the respective table stored in my database. However, this new row ...
|
| ImageButton in VS2005 | 25 Apr 2006 02:23 GMT | 5 |
I am searching for ImageButton control in the VS2005 toolbox, but can't find it. Anyone has any idea where it islisted? I checked for it by right-clicking the toolox and going into Choose Items.. dialog box. It is there and selected, but somehow it is not listed in the toolbox. ...
|
| how to set form position fixed | 24 Apr 2006 15:45 GMT | 1 |
I have a windows form (vb .net 2005) , after loading the form i can move the form here and there in the screen , i want that to be not done , meaaning that the customer could not move the form even if they move it should not go
|
| how to add Image array / ImageList.ImageCollection to a control? | 24 Apr 2006 12:40 GMT | 1 |
I'm creating a customized picturebox that will have an array of images and some properties that will allow the picturebox to change its image to one of the images in the array depending on events that it registers for...
|
| DataGridView Custom Control Constructor | 24 Apr 2006 03:31 GMT | 5 |
I have a DataGridView that will contain a custom control that I have written (a MinoBox). I have made a MinoEditingControl that inherits from MinoBox and implements the IDataGridViewEditingControl interface. This works fine, and creates the MinoBox control with the default ...
|
| Tab Control Customization | 21 Apr 2006 19:35 GMT | 1 |
Hi! I would like to draw a Tab Control myself (instead of the recatangle, for example, I would like to draw a rounded Rect). Is there any way to do this or should I create my own Tab Control? Thanks.
|
| DataGridView control | 21 Apr 2006 18:13 GMT | 3 |
I am new to programmimg with windows forms(visual studio 2005 , VB .Net) , I have a form in which i drag and drop the DataGridview control from the toolBox , i want to give the background image to my DataGridview ,
|