| Thread | Last Post | Replies |
|
| DataGrid / Context menu - HowTo | 22 Jan 2007 10:58 GMT | 1 |
Can someone direct me to a reference that describes how to create a context menu for a selected row in a datagrid? I have come across many threads regarding context menus and datagrids but they all seem to be how to modify the default behavior. I've gone through a couple of books
|
| The Infamous DateTimePicker | 22 Jan 2007 03:26 GMT | 4 |
I have what I consider to be an unusual issue. In the past, I've not used data-binding with the DTPs. So I'm finding some of the old issues raising their ugly heads in a new fashion. First a caveat: All other controls and data work properly on this form.
|
| Slow redraw of controls when scrolling | 21 Jan 2007 11:05 GMT | 3 |
I am running VS2005/,NET 2.0, and experience really slow performance on the refresh rate of GUI when scrolling my forms. To debug, I just created a clean UserControl and added about 50 empty textboxes to it, no databinding, and set the AutoScroll property to
|
| Accessing FORM POST data via the .NET 2 WebBrowser control | 21 Jan 2007 10:54 GMT | 2 |
I'm trying to access FORM POST data when a user submits a form through the WebBrowser control of a WinForm app. I need to be able to record all the user actions as part of a script to be used later. Currently all i seem to be able to access is GET request data as part of the URI.
|
| Photoshop style Distort Transformation... | 21 Jan 2007 04:31 GMT | 2 |
I have a problem that I'm having difficulty in solving. I have selected 4 points on an image. These points are a region/closed polygon/etc that can't be defined as a rectangle. I then want to apply a Photoshop style Distrot Transformation of these points to a defined
|
| Access to the internal property grid combo box control | 20 Jan 2007 23:12 GMT | 1 |
Abybody knows how the PropertyGrid manage the ComboBox control? I know to use the TypeConverter so the ComboBox are used if the user clicked in the property. But I want the access to window control so I can use the void WndProc(ref Message m) method of the ComboBox.
|
| How to set a globalized value like Form1.Text in resources (VS2005 C#) | 20 Jan 2007 10:12 GMT | 2 |
In VS 2005 help, they told to use some code like this.Text = (string)resources.GetObject("Form1.Text"); to set the title for a Form, but there is nothing in my project's resource file corresponding to Form1.Text and even I can't add it in resource editor.
|
| Using accelerators when hosting a windows form in a browser | 20 Jan 2007 08:39 GMT | 2 |
I'm hosting a .net windows form in a browser. The web form reacts to accelerator keys and key-down events but i cannot get notification about these events when the form is hosted in the browser.
|
| Transparent ContextMenuStrip with non-transparent text | 19 Jan 2007 22:31 GMT | 6 |
I am trying to implement a context menu that is 50% transparent. Setting the opacity to 0.5 works but unfortunately the texts are also displayed with transparency which makes them very hard to read. Now I would like to draw the menu background with transparency but the text
|
| Modifications to DataGridView aren't reflected in Rows[] | 19 Jan 2007 21:52 GMT | 2 |
Good morning, I'm trying to update a DataSet based on data that has been modified in a DataGridView. The DataSet isn't binded to the DataGridView because of a couple conversions. (In this case, a time interval, or TimeSpan, is
|
| adding a blank to a ComboBox | 19 Jan 2007 21:43 GMT | 3 |
How do you add a blank to the top of a comboBox in a Windows Form? I've done this with drop down lists in web forms but the ListItem that I used there doesn't appear to exist in a win form. I'm loading the ddlCategory comboBox with an ID(int) for value and Category(string) for ...
|
| Listview with checkboxes [2.0] | 19 Jan 2007 16:16 GMT | 1 |
Is there a way to sort a listview by what is checked? Whenever you do sorting, it always only uses the data in the column. I'd like to sort by what is checked so those are always at the top of the list, and then by column data.
|
| Tooltips on a textbox | 19 Jan 2007 12:37 GMT | 2 |
What is required to enable a tooltip on a textbox?
|
| Print Dialog | 19 Jan 2007 11:58 GMT | 1 |
I need to programmically close a PrintDialog form after it is displayed with the "ShowDialog" method in case the user does not dismiss it himself. My app needs to have it time out. How can this be done ?
|
| help VC++ Activex into Csharp | 19 Jan 2007 11:43 GMT | 1 |
Can anyone tell me how to integrate an activex control developed VC++6.0 to csharp
|