| Thread | Last Post | Replies |
|
| rich text editor | 08 Oct 2005 10:08 GMT | 3 |
has somebody experience with third party rich text ediors? I checked out already : www.textcontrol.com but it seem it is quite slow, and expensive. I just need the basic functionality, that the user can format some text.
|
| Problem with IExtenderProvider | 07 Oct 2005 22:10 GMT | 4 |
I am writing a custom Extender Provider and I hit a problem: I want my Extender Provider to provide different properties for different controls. Say, Prop1 to all controls but Prop2 only to TextBox and ComboBox controls. Unfortunately, I could not find a way to make the same ...
|
| TextBox Background Colour Not Changing. | 07 Oct 2005 15:28 GMT | 2 |
We have created an Enhanced text box which inherits from the standard .NET text box. In our inheritted class we are overriding the base class's read only property so when the read only flag is set to true the text boxes background colour changes to yellow, else it remains white. ...
|
| Multi-row headers with datagrid columns | 07 Oct 2005 10:51 GMT | 4 |
I was wondering if anyone can tell me if there is an easy way to setup the datagrid column headers so that when necessary they will expand to double their size to display two lines worth of data in the header.
|
| Windows Forms Control in Browser accessing Web Service problem. | 06 Oct 2005 13:11 GMT | 2 |
Hi - I've written a simple windows forms control that runs in IE 6 and contacts a web service (running from the same web server) to post and retrieve data. The control works fine, but on the first connect to the web service there is a long delay of about 3 minutes when creating an
|
| Grayed out text when control is disabled | 06 Oct 2005 10:57 GMT | 1 |
When I disable a combo box, the text is grayed out and hard to read. Is there a way to disable a combo box and not have the text grayed out? Thanks in Advance, Laurence Nuttall
|
| Asynchornous Method Invocation | 05 Oct 2005 14:29 GMT | 1 |
I have a custom control which I want to invoke when a particular timer elapses. when i try to do this, the control is shown in black. Can any one help me out with this? Regards,
|
| User Control properties | 05 Oct 2005 13:10 GMT | 1 |
I have created a Windows 'user control' in C#.NET. This user control defines several public 'properties' that the outer world can use to tweak the behavior of the user control. However, whenver I drag the user control to a Form, I noticed that the 'Windows Form Designer generated ...
|
| Getting the current cursor position | 05 Oct 2005 10:07 GMT | 4 |
Is there a method to obtain the current cursor position in a rich text box control? Any help is appreciated Thankx
|
| How to set up/down arrows on listView sorted columns ? | 05 Oct 2005 09:13 GMT | 2 |
Is there any way to set that up/down arrows in columnHeader's when you set the sort for some column in a listView WinForm control? PS: the sort is already implemented, it's just the arrows... Thanks a lot,
|
| Syntax highlight | 04 Oct 2005 12:15 GMT | 1 |
Do you know any free edit control that highlights C# syntax? Thanks in advance Łukasz
|
| Hide control properties at runtime on propertygrid | 03 Oct 2005 18:54 GMT | 1 |
I have requirement to hide the controls properties at the runtime .. i have followed your solution like this ... namespace Designer {
|
| .NET Custom Control rendering problem | 03 Oct 2005 09:03 GMT | 3 |
I've developed custom controls for a project at work. All the buttons inherit from a base class that itself is derived from the Control class. The base class handles all state changes and triggers some virtual function calls that must be implemented by derived classes.
|