problem:maximize window

i want my window by dynaimc so when i change the resolution for my screen its then change when i try in my programe to be the window maximum size then i find that half of the screen is not showen so how can i deal with this problem

2 Replies

PS Prakash S Syncfusion Team May 7, 2003 08:27 PM UTC

Hi Ramez, You could try listening for the WM_DISPLAYCHANGE message for changes in the screen resolution and appropriately resize your form based on the message params. Prakash Syncfusion


RA ramez May 14, 2003 11:36 AM UTC

can you give me an example please.......... my screen resolution is 1024*1280 and when i try my programe in my friend pc (his screen resoltution is 800*600) i find that my programe is not shown all the window(may be half the screen is not showen) his screen is to small to fit my programe to it how can i deal with this programe

Loader.
Up arrow icon