ISO recommendations

H

Helmut Giese

Hello out there,
I have been away from Windows programming for quite a while and need
to get aquainted with some low level basics. Kind of
What are the inner workings of .NET's 'visual engine' and which
functions can/should be overriden to achieve a certain effect.

Example 1: Custom drawing
- cells in a DataGridView or
- the appearance of a SplitContainer's 'splitter handle'

Example 2: How to modify a TableLayoutPanel at run-time?
- Display it with "grid lines" - this is easy.
- Detect if the mouse is over one of these lines and change the curser
like it were a splitter - ???
- If the user then presses the mouse button and moves, resize the
cells in question.

Any link to resources like books or tutorials which explains this kind
of stuff will be greatly appreciated.
Best regards
Helmut Giese
 
H

Helmut Giese

Oh, if I may add: How to write a component which behaves like a
property editor?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top