| Thread | Last Post | Replies |
|
| How to use selectedindexchanged event from combobox in datagridvie | 24 Feb 2006 11:57 GMT | 1 |
I want to update cells in the same row where a DataGridViewComboBoxColumn exists I would like to use the Slectedindexchanged event but can't locate this for the DataGridViewComboBoxColumn control
|
| WebBrowser in .NET 2.0: loading HTML via DocumentStream and CSS | 24 Feb 2006 09:05 GMT | 1 |
i'm loading a stream with HTML data via the property DocumentStream into the WeBrowser Control. The HTML code is displayed, but the CSS information seems to be ignored. If i save the same data to a file and if i load this file via
|
| Populating unbound DataGridView | 24 Feb 2006 03:05 GMT | 4 |
Adding rows to an unbound grid can be pretty slow and can leave the UI in an intermediate state before the grid has been fully redrawn. Is there anything I can do about this. ISupportInitialize.BeginInit/EndInit and Suspend/ResumeLayout do't appear to help much.
|
| How to cast Array to TreeNode[] array? | 23 Feb 2006 18:56 GMT | 2 |
I create an Array from a database query that is a property of an object I use in my C# WinForms .NET 2.0 app. When I instantiate a custom TreeView control, I want to populate that TreeView with this Array.
|
| Enable "AddNew" with custom collection and datagrid | 23 Feb 2006 14:45 GMT | 2 |
I have a custom collection, inherited from collectionbase, which contains a collection of custom objects. I can set datagrid.datasource to the collection, and it displays in the datagrid, but I don't have an asterisk row below the last row
|
| ListView: howto permanently highlight an item | 23 Feb 2006 11:37 GMT | 2 |
Hi group, does someone know how to permanently highlight an ListView Item, even if focus is set to something else (say a textbox for editing this item's name)? Any help would be appreciate,
|
| Selecting items from DropDownList by typing the first first characters | 22 Feb 2006 22:47 GMT | 6 |
Consider an Access 2000 drop down list containing the following: Internal Wibble Wobble
|
| abstract UserControl class and graphics | 22 Feb 2006 16:21 GMT | 1 |
Greetings; While working on a project, I created a user control that displays an icon and text. I called the control Marker. The Control works as expected. Just for grins, I then modified Marker so that it is an abstract class, i.e.,
|
| Can't customize columns in datagrid (winform) | 22 Feb 2006 13:39 GMT | 1 |
For some reason i cannot customize the columns of a DataGrid. I don't want the grid to display every column of my dataset and also change the width of certain columns. Scenario: Designer:
|
| Events from control in dynamically loaded assembly | 22 Feb 2006 07:40 GMT | 2 |
I have loaded an assembly using Reflection.Loadfrom and created an object of the control type defined in the assembly. The control in the loaded assembly has a button. In the assembly, clicking a button raises as heyLookAtMe event.
|
| Merging DropDownItems to ContextMenuStrip | 22 Feb 2006 05:16 GMT | 5 |
I am trying to merge all of the ToolStripItems in a DropDownItems collection to a ContextMenuStrip. private MenuStrip menuStrip1; private ToolStripMenuItem fileToolStripMenuItem;
|
| Windows Forms 2.0 Horizontal Rule | 21 Feb 2006 22:21 GMT | 2 |
I have searched high and low, tryed a picture box, 3D border, etc... doesn't appear right, can someone help me with this, i'm sure it's really simple. How do you put a horizontal rule, or seperator bar on a windows form, i.e. those that are most commonly seen on dialog boxes.
|
| Using Rich Textbox .Lines property | 21 Feb 2006 22:13 GMT | 1 |
I want to step through the rows returned by my DataView, extract some values from some of the columns and append them to the text of various rich textbox controls while possibly changing the color of each new line. It seems as though I should use the Lines property but can't find ...
|
| RichText Formatting Urls | 21 Feb 2006 20:57 GMT | 3 |
I can display a link in the rich text control which the user can click on which then opens explorer and takes them to that page. I need to go a step further and display the link as a name hiding the URL behind it but when clicked on opens up explorer in the same way. Is there ...
|
| ToolTip for a DataGridViewCell | 21 Feb 2006 18:42 GMT | 1 |
Hello all, I am interested in displaying a tooltip for a particular DataGridViewCell, if certan conditions happen, regardless of mouse hover. So the cells tooltiptext is out of the question, because it shows up only on
|