I have a dialog based application that is very similar to "Find" of the Windows Explorer. When I start the application I want the dialog to have a size such that a list control at the bottom is hidden until I press the button "Find". At this time I want to resize my dialog (application window) and display the results in my list control. How can I achieve this? I have tried MoveWindow and SetWIndowPos and none of them work. Any help will be greatly appreciated. Thanks,
KAF