| Thread | Last Post | Replies |
|
| Help with DataGridViewCheckBoxColumn | 30 Jun 2006 16:30 GMT | 2 |
Does anyone have an example of a DataGridView that uses a DataGridViewCheckBoxColumn (or DataGridViewCheckBoxCell?) that allows multiple rows to be checked? I can't seem to get the check box to stay checked. It seems to 'uncheck'
|
| ColumnRightClick event for ListView almost working correctly | 29 Jun 2006 22:46 GMT | 3 |
I have made the folllowing code: using System; using System.Windows.Forms; using System.Runtime.InteropServices;
|
| Nonclient Area | 29 Jun 2006 19:30 GMT | 8 |
What is the best way for my control to be painted in the NonClient area? I have a control, that when it's visible to be painted outside of the client area (so I think). The functionality I am trying to duplicate is similar to moving a ToolStrip into a ToolStripPanel, (say on ...
|
| Question about design a class inherit from Control | 29 Jun 2006 11:47 GMT | 1 |
Hi, all I'm newbie on .Net, I want to develope a control based on NOT UserControl BUT Control In Design Window, I drag a button from toolbox and drop it on my class,
|
| ComboBox binding, best approach? | 28 Jun 2006 19:16 GMT | 3 |
Here is a simple question: There is a list of objects in a collection that need to be displayed in a ComboBox. The text that should be displayed is NOT the ToString(), but the property LongDisplayName. What is the best way to display this
|
| Custom Button | 28 Jun 2006 10:59 GMT | 1 |
I tried to re-create the standard winform button to learn how to build a custom control. I have problems with the transparent background (around the rouded edges of the button) ...
|
| ReportViewer Control Problems (Local Reports) | 27 Jun 2006 22:48 GMT | 2 |
I am using the report viewer for local reports and I am really impressed with the types of reports you can create. I just got done creating 3 reports (all the same datasource). They all run fine but I am having a problem I cannot figure out and thought you could help me. None ...
|
| Concurreny Error | 27 Jun 2006 07:54 GMT | 3 |
I am getting a concurrency error when doing an update with my table adaptor. I can fix this by making my table pessimistic concurrency but I'm wondering if there is another way. I am updating Auditing fields everytime I update any field (EditUser, EditTime). This causes ...
|
| Chemical symbols in ListView | 26 Jun 2006 15:42 GMT | 1 |
I'd like to put some rich text that will represent chemical formula etc in a ListViewItem. Can someone outline the steps I need to follow to create a custom control that inherits from ListViewItem to achieve this?
|
| Arrow keys on custom controls | 26 Jun 2006 14:33 GMT | 4 |
I have a custom control I developed, and it has a little arrow on it. I want the user to be able to move the arrow by pressing the left and right arrow keys when the control is selected. However, when I put the control on the form, and select it, when the user
|
| Report Viewer control overrides print driver settings for Zebra label printer | 26 Jun 2006 13:50 GMT | 3 |
The .Net report viewer control is overriding the print driver settings and putting them back to factory defaults on a Zebra label printer. The darkness setting is the problem, as the factory default is too light. In Microsoft Office:
|
| ListBox.UseCustomTabOffsets has no effect | 26 Jun 2006 10:20 GMT | 4 |
In the following sample: ListBox.IntegerCollection tabStops = new ListBox.IntegerCollection(listBox1); tabStops.Add(50);
|
| statusstrip vs StatusBar in 2.0 | 23 Jun 2006 15:45 GMT | 3 |
How come when I set the text propert on a statusbar it paints the text immediately (so I can give status updates during lengthy operations). But with a label in a statusstrip it does not get painted until the operation is completed. Is there a way to force .NET to paint the ...
|
| VS2005 Tabcontrol showing Classic look rather than XP style | 22 Jun 2006 18:38 GMT | 1 |
I am using VS2005 and I am having issues with the 2.0 tabcontrol on a form. In the designer it shows with the XP style tabs however when I run the application the tab control is appearing with the classic style, as it did under the 1.1 framework.
|
| How connect image list and toolstrip? | 22 Jun 2006 18:29 GMT | 2 |
In VS.2005, in a Windows project, how can I connect a toolstrip to an inmagelist control? I can't find the imagelist property on the toolstrip control anywhere, Thanks in Advance,
|