// JP opened flex table

Click to See Complete Forum and Search --> : Here is an example of dynamicly resize controls on a dialog


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...

Bengi
December 29th, 2002, 03:22 PM
good work man,
/me always like to give rojelt new coding aspects :-)

//JP added flex table