[fpc-pascal]Re: How to resize window under win32? SOLVED

Martin Hankovec Martin.Hankovec at oku-st.cz
Mon Mar 3 11:38:28 CET 2003


Thanks you all. I use now FindWindow to get handle of application and
then SetWindowPos...it works fine.
(And it's important use WinExec instead of Exec, because Exec doesn't
wait for starting of next application and the handle cannot be simply
obtained)

Thanks once again and have a good time

Martin



More information about the fpc-pascal mailing list