Roeltje
December 29th, 2002, 03:07 PM
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...
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...