Oppenhiemer
Programmer
Hi all -
Basically,I would like to send a message to Windows Media player to make it go to full screen mode from my app.
The actual key combination to achive this in the App itself is ALT+ENTER. There seems to be more than one approach to achieving this - and I guess Im after the simplest ;-).
I guess I could use SendKeys or Sub-class the apps Winodws procedure and send a message directly (one i know the correct params etc.) The second way (as I remember from grim experience) can be quite complex - so another method would be preferable (SendKeys ?)
Anyway, does anyone know how I can achive this task ?
Many thanks..
Opp.
Basically,I would like to send a message to Windows Media player to make it go to full screen mode from my app.
The actual key combination to achive this in the App itself is ALT+ENTER. There seems to be more than one approach to achieving this - and I guess Im after the simplest ;-).
I guess I could use SendKeys or Sub-class the apps Winodws procedure and send a message directly (one i know the correct params etc.) The second way (as I remember from grim experience) can be quite complex - so another method would be preferable (SendKeys ?)
Anyway, does anyone know how I can achive this task ?
Many thanks..
Opp.