| Thread | Last Post | Replies |
|
| Custom TabControl | 31 Oct 2004 10:50 GMT | 2 |
I'm trying to implement a custom TabControl so that I can do my own painting. I've already implemented a TabPage replacement with no problems, however, when I create a control inherited from System.Windows.Forms.TabControl, overriding OnPaint & OnPaintBackground
|
| Scrollbar | 30 Oct 2004 17:02 GMT | 1 |
Is there an easy way change the scrollbar of any existing control with my own implemented scrollbar?
|
| using foreach to dispose controls causes exception | 30 Oct 2004 04:42 GMT | 1 |
The following code snippet throws an exception: public Form1() { //
|
| Winforms Datagrid Row deletion problem | 30 Oct 2004 04:32 GMT | 2 |
Iam trying to delete a row on a Winforms datagrid and before deleting the row I want to do some validation. But, the Keydown event on the datagrid where I check whether the key pressed is 'Delete' seem to fire sometimes only. How do I change the code so that the Keydown event ...
|
| Custom/User controls cannot depend on other DLLs??? | 30 Oct 2004 01:58 GMT | 4 |
I have the following problem. I have a custom/user control for windows forms. This control depends on two other assemblies/dlls. I tried adding my control to "My User Controls" using the "Add Items" option by using the Browse button. I selected the DLL that contains the control (and ...
|
| changing the interval of timer on a form from another form | 29 Oct 2004 22:29 GMT | 2 |
How can I change the interval of timer on a form from another form programmatically? thanks
|
| Control Properties | 29 Oct 2004 11:18 GMT | 5 |
class MyControl : TextBox { uint foo; public uint Foo {
|
| Winforms datagrid keydown problem | 29 Oct 2004 03:22 GMT | 1 |
The Keydown event on a Winforms Datagrid only fires some times and I want it to fire at all times. I am trying to catch the Keydown event and check whether the key pressed is 'Delete' on a datagrid row. Am I missing something?
|
| Form title custom button contol | 29 Oct 2004 02:10 GMT | 1 |
Is anybody knows the custom contol or how to add custom buttons to the form's title bar. There were several implementations in VCL Delphi, but I unable to find anything for .NET/C# -Serge
|
| How do i color a column in a DataGrid? | 28 Oct 2004 19:55 GMT | 1 |
I have to admit I have never seen a more convaluted Object Model all i want to do is color one column in a grid...thats it. I have downloaded several examples from the web but none that I have been able to integrate into my project is there a straight forward way to color
|
| Forcing Datagrid update of underlying data | 28 Oct 2004 18:17 GMT | 2 |
I have been encountering a problem reported by a number of people: Data entered in a Windows Forms datagrid is not updated in the underlying data until the entry focus has been updated to the next row/column.
|
| Multiple Transparent Controls | 28 Oct 2004 18:16 GMT | 1 |
I'm trying to make an interface where the main form is an ellipse shape. When the user clicks a particular area, another non-rectangular "panel" slides out from behind the main ellipse (similar to how some of WinAmp's skinned modes do for control panels). I'm using a Form as a ...
|
| Menu items become instable | 28 Oct 2004 17:24 GMT | 1 |
More often than not, a pulled down menu becomes unstable. It starts blinking, it seems to consume events but the application does not respond anymore. Even in the context of the debugger, the only remedy is to kill the application.
|
| Hierarchical listview | 28 Oct 2004 17:23 GMT | 1 |
Is it possible to create a hierarchical listview like the one we get while doing a quick watch. Is there any article on using a tree view inside a Listview. I have searched all thru and havent got any luck.
|
| WebBrowser Printer Output Control | 28 Oct 2004 16:12 GMT | 1 |
Hey folks, I'm developing a c# application which hosts a WebBrowser control. My question is regarding printing. I am able to print the html document, but I don't want to print that page footer which contains the URL and the date.
|