ricardospam
Programmer
Hi all!
I'm in Windows 2000 and Windows XP
I wanna send a "maximize message" to another application
I tried some like that
PostMessage( FindWindow(nil, 'Caption of that program') , SW_MAXIMIZE,0,0);
but whithout efects
how can I do this?
thanks a lot!
I'm in Windows 2000 and Windows XP
I wanna send a "maximize message" to another application
I tried some like that
PostMessage( FindWindow(nil, 'Caption of that program') , SW_MAXIMIZE,0,0);
but whithout efects
how can I do this?
thanks a lot!