Link to home
Start Free TrialLog in
Avatar of decornez
decornez

asked on

Dialog Box Size

How do I choose / control the size of a dialog box when I run the code which opens it ?

Thanks,
A.
ASKER CERTIFIED SOLUTION
Avatar of AlFa
AlFa

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of decornez
decornez

ASKER

AIFa,

It is the correct function, but all I had to do was :

MoveWindow(50,50,300,500); //for example

no BOOL, no HWND needed.

Not sure why. Anyway, it does not matter as long as it works.

Thanks,
A.
You are in the C++ topic, so i was not extected to give a response using MFC