| Thread | Last Post | Replies |
|
| Need help in Rich text box control | 31 Jul 2007 21:38 GMT | 2 |
I am placing few controls in Rich text box, Like normal text box, picture box etc. But when i am savgin the content of rich text box....it is onlt stroing the text which i have wriiten into it. It is not saving the tex of the control
|
| DataGridView pencil and row editing | 30 Jul 2007 20:04 GMT | 2 |
The datagridview control is rather confusing when it comes to editing rows. I have a datagridview control bound to a dataset (exposed through a bindingsource). The edit mode is set to edit on key stroke. The problem is that when you begin editing a cell for a given row the pencil ...
|
| remove row in datagridview | 28 Jul 2007 09:54 GMT | 3 |
How to remove a Row in a DataGridView? My DataGridView is readonly and there is no binding (Cells are build programmaticaly). I tried the following
|
| Delete text in a RichTextBox | 27 Jul 2007 23:02 GMT | 10 |
How can I delete some text in a RichTextBox (without cutting it into the clipboard)? I am trying to delete a certain number of characters from the top of the control...
|
| gradient panel with shadow effect | 26 Jul 2007 22:28 GMT | 1 |
create cool gradient panel with shadow effect. try this link. http://www.openwinforms.com/creating_cool_gradient_panel_gdi.html sa@openwinforms.com http://www.openwinforms.com/
|
| Clear DataGridView (VB.NET 2.0) | 25 Jul 2007 22:07 GMT | 12 |
Hi to all, I'd like to know how I can clear the DataGridView Control. Thanks for your support Fulvio
|
| cross thread operation and invoke | 25 Jul 2007 19:10 GMT | 3 |
there is a line of code Form.VisibleChanged += Form.Invoke(new EventHandler(abc)); it says that right hand side returns an object and left side expects System.eventhandler
|
| Cell.ErrorText combined with e.cancel during validation of a cell in a Datagridview | 25 Jul 2007 15:56 GMT | 3 |
I have a datagridview where I perform cell validation. I do not want the user to be able to leave edit mode if the value is incorrect. The reason is that i use CellEndEdit to write the value to my hardware. I validate the value and set the cancel flag if the value is invalid. The ...
|
| DataGridView with a TabPage Lossing Formating Detail | 24 Jul 2007 21:32 GMT | 2 |
I am have a strange problem. I have an application which creates a set of TabPages with DataGridViews in it. The data is binding fine but I am losing all of the formating I have added to the DataGridView. Below is a snipit of the code I am using to generate the tabpages. Also ...
|
| DatagridViewTextBoxEditingControl Autocomplete | 23 Jul 2007 05:38 GMT | 2 |
I would like to be able to use the autocomplete capabilities of the 2.0 textbox in a datagridviewtextboxcolumn. Is there a way to do this without creating a custom datagridview column control and celltype? If not, what would I have to override in the base classes to get this ...
|
| Marquee ProgressBar with backgroundworker | 22 Jul 2007 08:26 GMT | 3 |
I'm hoping someone can help me. The only information (aside from the limited MSDN help) seems to reference older technology/methods which I'd like to stay away from. VS 2005 (.net 2.0) has a ProgressBar with Marquee mode. This mode
|
| WebBrowser control & ActiveX security popup message | 20 Jul 2007 19:34 GMT | 1 |
In our application we load HTML content into a Forms.WebBrowser control. The HTML page contains an ActiveX control. When the page loads the browser pops up a message stating "An ActiveX control on this page might be unsafe.." etc. This message should be suppressed! I
|
| How to change colour of TextBox border | 20 Jul 2007 05:08 GMT | 13 |
I'm trying to figure out how to change the border colour of the TextBox control. I can't find a property that does this. I've researched this but couldn't find a complete sample of anyone achieving this. For the Textbox control, the overriden OnPaint method is not called ...
|
| Return a TypeConverter for a PropertyGrid value | 19 Jul 2007 18:36 GMT | 1 |
PropertyDescriptor Class has a Converter method, which if overriden, would return a TypeConverter. I was working on dynamic values for a propertygrid, so for each property all the methods of the PropertyDescriptor class were
|
| I can't see events in a controls property sheet. Formats are ok. | 18 Jul 2007 21:28 GMT | 2 |
I am able to see the property sheet for a specific textbox on my report, however, when I click the event tab on the property sheet, nothing is shown. When I click the format tab, I see what I expect to see. Any hints as to why I see formats, and not events.
|