Re: CE player in fullscreen mood
- From: "Bruce Eitman [eMVP]" <bruce.eitman.nospam@xxxxxxxxxxxxxxxxxxx>
- Date: Sat, 28 Nov 2009 10:19:32 -0500
Looking at the source mentioned earlier in this discussion, it looks like
ID_VIEW_FULLSCREEN (40016) is the WM_COMMAND that you should use.
The only command line parameter that I see being processed is the filename
to play.
--
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT Eurotech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
Eurotech Inc.
www.Eurotech.com
<Vamshi Narukulla> wrote in message
news:2009112583635narukullavamshi9@xxxxxxxxxxxx
hi,
startInfo.FileName = "windows/ceplayer.exe"
startInfo.Arguments = "ResidentFlash/Videos/1.asx "
' startInfo.Arguments = " FULLSCREEN"
process.StartInfo = startInfo
'
process.Start()
' Thread.Sleep(1000)
hndle = GetForegroundWindow()
'k = SendMessage(hndle, WM_COMMAND, WM_KILLFOCUS, 0)
I dont exactly WM_Command and other paremetters for sendmessage
function.plz tel me wht actualy we have to pass to sendmessage function to
open CE player in fullscreen mood bydefault
Brad wrote:
ceplayer in full screen
08-Jul-08
Can you show me in your application how you managed to run ceplayer.exe in
full screen?
Thanks,
Brad
Previous Posts In This Thread:
On Saturday, June 02, 2007 3:06 AM
prab wrote:
Opening CEPlayer in full screen
Hi all,
I am developing an appliacation in WINCE 6.0 which will launch the
ceplayer.exe with the media file as a command line argument.
What i need is ceplayer.exe should run in fullscreen by default without
manually selecting the view->fullscreen??
Is there a possibility???
Please help...
Advanced Thanks,
Prabu Kumar.K
On Saturday, June 02, 2007 9:55 AM
Elias Radi wrote:
Prabu, A quick look at the sources in
Prabu,
A quick look at the sources in C:\WINCE600\PUBLIC\DIRECTX\SDK\SAMPLES
\WMP\CEPLAYER\ceplayer.cpp, that there is a registry entry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\CEPlayer] with a key called
"AlwaysFullSize".
Elias
On Jun 2, 3:06 am, prabu <p...@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On Saturday, June 02, 2007 11:03 AM
prab wrote:
Elias,Thanks for the Reply,I solved the issue using Application.
Elias,
Thanks for the Reply,
I solved the issue using Application.But i have tried this registry before
itself,it is just playing the video in fullsize of the screen with the
menubar and the status bar.
It is not playing in fullscreen.
"Elias Radi" wrote:
On Tuesday, July 08, 2008 3:11 PM
Brad wrote:
ceplayer in full screen
Can you show me in your application how you managed to run ceplayer.exe in
full screen?
Thanks,
Brad
EggHeadCafe - Software Developer Portal of Choice
Play Embedded Sound Resources in .NET
http://www.eggheadcafe.com/tutorials/aspnet/5c08dbd8-0ad2-4a65-93c5-712cc8b24106/play-embedded-sound-resou.aspx
.
- Follow-Ups:
- Re: CE player in fullscreen mood
- From: Prabu
- Re: CE player in fullscreen mood
- References:
- CE player in fullscreen mood
- From: Vamshi Narukulla
- CE player in fullscreen mood
- Prev by Date: Re: adding sql server compact in platform builder wince5.0
- Next by Date: Re: Power Manager under Windows CE 6.00
- Previous by thread: CE player in fullscreen mood
- Next by thread: Re: CE player in fullscreen mood
- Index(es):
Relevant Pages
|