Flicker in Customized Common Dialog

M

MLM450

I am creating various customized open file dialogs. When I display one
of my large dialogs followed by one of the smaller dialogs, you can see
the smaller dialog resize itself from the larger dialog's size. How
do I avoid this? I am resizing the dialog in response to the Init
Dialog message and customizing in the window in response to the Init
Done notification message.
 
M

MLM450

avanti said:
You can try SuspendLayout and ResumeLayout functions.

Thanks,
Avanti

Thanks for the reply, but how would I do that? This is a common dialog
created via API calls, not a managed windows form.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top