0

I am wondering how can I move and maximize a QuickTime window from C#, I can use this code for regular windows like explorer window

SetWindowPos(handle, 0, 0, 0, 500, 400, SWP_NOZORDER | SWP_NOSIZE | SWP_SHOWWINDOW);             
ShowWindow(handle, SW_SHOWMAXIMIZED);

but QuickTime seems to have a different type of window system.

hoooman
  • 580
  • 3
  • 6
  • 15
  • Do you mean quicktime player's window? Because `quicktime window` seems (by quick googling) not a commonly used thing . – Sami Nov 16 '12 at 04:06
  • Yes, I mean Quicktime player window, (processname = QuickTimePlayer), how can I move and maximize the window from my c# program? – hoooman Nov 16 '12 at 13:37

0 Answers0