| Thread | Last Post | Replies |
|
| Contextmenu CloneMenu? | 31 Mar 2007 16:06 GMT | 2 |
I have tried for a few hours to create a contextmenu based on a clone off one of the menus on my mainmenu.. No result! Anybody that have a code-example / url?
|
| ColumnWidthChanged Event for ListView | 31 Mar 2007 10:11 GMT | 1 |
How to setup ColumnWidthChanged Event for ListView? I don't see it in the list From http://www.developmentnow.com/g/30_2006_9_0_0_0/dotnet-framework-windowsforms-co ntrols.ht
|
| DataGridView Scrolling Advanced Issue | 31 Mar 2007 09:56 GMT | 1 |
I am working with the DataGridView in vb.net... I have a dataset with 100+ rows and 20 rows are visible. What I am having trouble doing is on enter making the "cursor" move down the page in a column until it gets about mid way though (10th line from top) and then at that point it ...
|
| Text property og UserControl visible in the designer? | 30 Mar 2007 18:08 GMT | 3 |
This question is actually for the Compact Framework but is about controls. I have created a control that inherits the UserControl (I need the border). The control overrides the Text Property and I draws the Text in the Onpaint event - works fine, but the Text property doesn't ...
|
| ListView double click question | 30 Mar 2007 14:39 GMT | 2 |
I've got a list view in details view. Two questions. I've got four columns. I want to be able to update either column 1 or column 3 by double clicking on one of the items. Is it possible to determine what column is double clicked on? Also, if an item in column 3 is double clicked ...
|
| ScrollBars and UserControl | 30 Mar 2007 13:09 GMT | 4 |
Is there a way to hide the scrollbars in a UserControl ?? If i'm setting AutoScrollMinSize to a size larger than the ClientRectangle, the scrollbars will automatically appear within the bounds of the UserControl.
|
| Column order in DataGridView not displayed as defined | 30 Mar 2007 04:30 GMT | 3 |
I am creating a bound DataGridView that has a typed list as its datasource. The type used in the list is a class that has fields that I want to display in a particular order. I have defined the fields in the order I want them defined in.
|
| How do I use DataTable.ImportRow with a DataView | 29 Mar 2007 15:39 GMT | 2 |
I'm trying to archive orginal records, so what I am trying to do is upon saving the changed record also writing the orginal record version to a different table. The problem I'm having is that the DataTable.ImportRow does not accept a datarowview as a parameter. My code is below ...
|
| Designer doesn't update the window/form region based on subclassing | 29 Mar 2007 15:30 GMT | 4 |
Given a form(Form1) that defines it's active region on load with the following code: private void Form1_Load(object sender, EventArgs e) {
|
| Rich Text Box control SelectionColor?? | 28 Mar 2007 22:56 GMT | 1 |
I am creating a form with Rich Text Box control on it (using .NET 1.1). The form will be used to iterate through a list of spelling errors and allow the user to determine what to do with each error. I am displaying the source text in a rich text box and highlighting the current ...
|
| DataGridView Button Column Text | 28 Mar 2007 02:09 GMT | 4 |
I am "upgrading" from the datagrid to the datagridview. I currently use a datagrid button column that allows me to set the button text property. The click handler for the button column gives me access to the underlying datacolumn's value at a given row. I then use this value ...
|
| Help Required | 27 Mar 2007 08:25 GMT | 3 |
I have added a textbox (richtextbox) to a form. I keep on appending text to this textbox. How can I cause this textbox to automatically scroll down to the text that has been added recently ? TIA,
|
| DataGridView: equivalent to RowData | 26 Mar 2007 20:45 GMT | 2 |
The VB6 MSFlexGrid had a property called RowData which associated an integer with each row. It was crude, but you could use this integer as, say, the index into an array of objects which would provide more data about the row. It was handy for storing info that was global to each ...
|
| [VS2005/.NET 2.0] DataGridView and deleting rows | 26 Mar 2007 16:16 GMT | 5 |
I have a DataGridView on a form that users will be adding data to. One column must be unique, so if they try to add a new row with a duplicate value in this column I want to grouse at them (MessageBox) and then delete the row they just entered. I can't call myGrid.Rows ...
|
| Print datagridview How to... | 26 Mar 2007 14:34 GMT | 2 |
Hope someone can help me I have a datagridview I want to print Code below works fine if I print the data if there is only 1 page (without using hasmore pages
|