Tagged Questions

3
votes
1answer
145 views

Catching Click/DoubleClick events in the control container?

We have a 3rd party control in our project made by SubSystems.com, called the TE Edit Control, also known as "Tern", which is kind of like a word-processor emulator. I've searched through SO for ...
3
votes
12answers
861 views

C# Windows Application Developer - 3rd Party Tools

Scenario I have recently graduated from university with a degree in Computer Science. My degree mainly focused on C#. I want to learn more and get better at what I do. I notice a lot of companies ...
2
votes
5answers
3k views

WinForms XML editor control

Does anyone know of a good XML editor library/control to use in a WinForms project?
2
votes
3answers
673 views

Suggestions for a 3rd party .net datagrid control - ideally free?

I've been looking for a databound control to show some data to the user, who needs to be able to filter and group the output. I've looked at the documentation for the standard DataGridView control, ...
1
vote
6answers
1k views

3rd Party WinForm .NET Grid Controls

Anybody have any experience with 3rd Party WinForm .NET grid controls? Before I spend the afternoon downloading and trying out several of the grids and/or control packs, anybody have opinions on ...
0
votes
1answer
55 views

Simple text editor for winforms?

I am writing a MDI application, I need to add a text editor form to it which can do something like what NotePad does! I wonder if there is already such a Form that I can simply add to my MDI form (I ...