| Thread | Last Post | Replies |
|
| PropertyGrid Discard values | 18 Jul 2007 17:30 GMT | 1 |
I changed the text field bcoz of which the PropertyValueChanged event fired up. But I wanted to get back the old value of a text in a property grid, after clicking on a discard button. I already have stored the attribute and the old value in variables.
|
| How to change colour of TextBox border | 17 Jul 2007 20:20 GMT | 2 |
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 ...
|
| listbox and cancel default action on key events | 16 Jul 2007 22:24 GMT | 2 |
Hi all, i have a listbox, i want that when an user press Ctrl+C copy the selecteditem object to the clipboard, I'm already doing this, the problem is that when the user press the C key the selecteditem change to next element that begins with the letter 'C', and i want to avoid
|
| SetWindowTheme & Windows Form controls | 16 Jul 2007 18:32 GMT | 1 |
I've got a simple VS 2005 (i.e. .NET 2.0) Windows Form application. On the form, I've placed a Tab control, a button and a check box control. By default, when I have Windows Theming enbabled (on Windows 2003 the Theming service is enabled and running) and I select the display ...
|
| Displaying formatted text in a DataGridView | 16 Jul 2007 15:02 GMT | 4 |
We've all seen search engines where keywords from the query are bolded in the search results. I'm trying to replicated that in a DataGridView. However, it only supports plain text. Is there any easy way to accomplish this? I did run into some stuff on the web about converting RTF ...
|
| Stretching images in .net 2003 | 16 Jul 2007 09:28 GMT | 1 |
i am creating a windows form in .net 2003 and using a background picture for the form, the form height is 400 and width is 600,but the image is 1024*768 so the background looks clipped. Is there any way to stretch the image to 600*400 from 1024*768 and use it in the form. i am ...
|
| PureComponents EntrySet Extenders | 13 Jul 2007 16:30 GMT | 2 |
This message is posted for the Google crawler. No reply is required I want to caution other developers about a product called "EntrySet.Extenders" by a small controls house called Pure Components. The developer makes heavy use of testimonials to market their product. Since I
|
| TableAdaptor.Fill action | 12 Jul 2007 08:12 GMT | 1 |
Is there a way to determine when a TableAdaptor.Fill(DataSet.Table) method has completed? I have a large database and I would like to inhibit display of the mainForm untill the Fill method completes. Regards;
|
| Populate the PropertyGrid dynamically | 11 Jul 2007 20:19 GMT | 1 |
I wanted to populate the property grid after getting a set of keys and values from the server onto a hashtable. Basically the name of the property should be the key and the value should be the value. But I dont know how I would iterate through a while loop, to get to do
|
| Urgent Question: Cannot change property values on control | 11 Jul 2007 12:28 GMT | 1 |
Hey guys, we have created a control and added a Toolstrip to it. Everything worked fine and we could access the toolbar buttons fine until we moved the toolstrip onto a Tab control's TabPage. Now the toolstrip buttons visible
|
| WebBrowser control | 10 Jul 2007 17:48 GMT | 1 |
I am facing two problems with WebBrowser control in C#: 1. How to add HTMLElement to WebBrowser.Document.Body at current mouse location. 2. How to avoid/disable alert message when changing DocumentText property of
|
| Delegate for control embedded into MFC | 09 Jul 2007 20:12 GMT | 2 |
I create a Windows Forms Control library (in C++) and put it on a form (C#). I can add a control to control library and handle its events: private void Form1_Load(object sender, EventArgs e) {
|
| Column will not consistently hide in DataGridView when on a TabPage. Bug? | 09 Jul 2007 18:44 GMT | 2 |
I have serveral DataGridViews on several different TabPages on my Windows form. I have set the 'visible' property of the primary key columns to 'false' in the Edit Columns dialog box. In design-time the primary key column is hidden, but in run-time the column is shown.
|
| Can 2 TreeView controls share a single image collection? | 09 Jul 2007 04:59 GMT | 1 |
We use the same collection for 3 controls and sometimes the trees come up with no bitmaps for the nodes.
 Signature thanks - dave
|
| ListView dose not show ToolTipText | 08 Jul 2007 03:33 GMT | 6 |
I have a ListView in a tab. The listView.ShowItemToolTips is true and the items ToolTipText is also set. But, the ListView will not show any ToolTips in any listview visual style. I use VS2005 with C#. Kruno
|