Here is an example of dynamicly resize controls on a dialog

I hope you all like it.

In delphi you can set where controls should be anchored on.
I wrote my own .cpp which allows you the same. Just call 2 simple functions and for each control you want other then "default" give on which side it must be anchored on.

Never have to care about placing / moving your control in the .rc file and have to think again what coordinates it needs when the size of the app changes.

No MFC, 100% pure WinAPI.

Roeltje...
[487 byte] By [Roeltje] at [2007-11-18 0:32:46]
# 1 Re: Here is an example of dynamicly resize controls on a dialog
good work man,
/me always like to give rojelt new coding aspects :-)
Bengi at 2007-11-9 13:02:22 >