| Thread | Last Post | Replies |
|
| Custom controls no longer showing up in the toolbox - 2005 RC1 problem | 16 Oct 2005 03:01 GMT | 1 |
I have created several libraries of windows form custom control written using Visual Studio 2005 Beta 2. I recently upgraded to RC1. The problem: When building the solution in Beta 2, the toolbox would automatically update
|
| is the Treeview control a joke? | 15 Oct 2005 00:18 GMT | 4 |
In a HTML select box each item has text and value. In a vb6 listbox each item has text and value I .Net Treeview node I get text but no value. Is this Treeview a joke? Where can I get a treeview control that allows me to define a key value for each
|
| How to remove CRLF from a Multiline Textbox (client Side) | 13 Oct 2005 22:22 GMT | 2 |
How do you remove the CRLF from a multiline textbox entry? Does anybody have an example? Thanks, MO
|
| Why is MenuItem.MeasureItem only called once? | 13 Oct 2005 08:08 GMT | 5 |
I am developing a Windows Forms application using the MDI form style using VS.NET 2003 and C#. In testing my application I have noted a problem with owner drawn MenuItems. I have created my own derived MenuItem class, MyMenuItem. It has the
|
| When to use OnXXX | 13 Oct 2005 02:08 GMT | 3 |
Hi, I am creating a custom control by inheriting from System.Windows.Forms.Control. I am confused over the OnXXXX public methods of the S.W.F.Control class. Are they just methods to call to raise an event, or are they to be over-ridden and used as event handlers? What is
|
| Getting the Mouse coordinates of controls larger than 32,767 pixel | 12 Oct 2005 23:11 GMT | 3 |
During the development of a timeline control in C#, I have discovered that the MouseEventArgs.X and MouseEventArgs.Y properties are returned as 16-bit values. All other sources suggest that the values are stored as 32-bit integers!?
|
| DataGrid Header Can I stop it from displaying? | 12 Oct 2005 20:03 GMT | 3 |
I'm writing an application for a windows mobile device and I don't want to use up screen space displaying the column names in a header line of a datagrid. Is it possible to turn this off in the compact framework? Jamie
|
| Windows Forms - Datagrid sort by hidden column | 12 Oct 2005 19:41 GMT | 1 |
I'm working on a Windows App. where I have a datagrid column, "Time Left" which displays time in months and days (in String format). eg : 1 month 22 days. Now i have another column which is hidden called "Days Left" with Time strictly in days only. eg : 52 (Integer format).
|
| Why is previous control focus "lost" when UserControls are used? | 12 Oct 2005 09:24 GMT | 3 |
I am developing a Windows Forms application using the MDI form style using VS.NET 2003 and C#. In testing my application I have noted a problem with the application keeping track of focus when the set of controls includes a UserControl.
|
| radio button question | 11 Oct 2005 20:35 GMT | 1 |
I have a form that should react to arrow keys (up/down/left/right) in a special way. I created a KeyDown event handler and it works with one exception: when any radio button is in focus, it will capture the event before my handler and will change its state. My handler will not be ...
|
| howdo i have a right click cause a tree node to become selected? | 11 Oct 2005 16:52 GMT | 2 |
Can't suss this out for the life of me, googling of no help either. Okay, new to win forms; I have a treeview with several root nodes, each having a single level of child nodes underneath. I also havea context (popup) menu which, what I want, is for it to pop up with certain options
|
| TextBox Text Region | 11 Oct 2005 15:08 GMT | 2 |
I am trying to create a textbox that has an irregular shape, like a circle or triangle. Using the TextBox.Region property I am able to make the textbox look like a circle, but the text in the textbox is not restricted to the region and uses the entire rectangular Size of the ...
|
| User Control | 10 Oct 2005 09:04 GMT | 3 |
i've developed one usr control using windows control library which is having some public properties, after making this as dll i've used this control in my windows application, after placing this control into my form and checked the properties of this usercontrol in properties window ...
|
| DateTimePicker shenanigans | 10 Oct 2005 04:40 GMT | 3 |
I am having a problem with the DateTimePicker (Framework 1.1 SP1) Basically, this is what I need: A DateTimePicker on a form accepts a value from an EXTERNAL component. When the accepted value equals to a specific constant (MaxDateTime), the control should treat is as a "none" value ...
|
| ListView Custom Draw Advice wanted :) | 09 Oct 2005 17:03 GMT | 1 |
Could somebody recommend me a topic/sample of how to implement custom draw with .net list view control with opportunity to draw custom version of subitems ? Your assistance will be hugely appreciated :)))
|