Click here to Skip to main content
15,890,282 members
Home / Discussions / Mobile
   

Mobile

 
AnswerRe: Check if activesync is connected ? Pin
Joe Woodbury6-May-08 19:30
professionalJoe Woodbury6-May-08 19:30 
QuestionIncrease width of datagrid Pin
Rupesh Kumar Swami3-May-08 20:45
Rupesh Kumar Swami3-May-08 20:45 
AnswerRe: Increase width of datagrid Pin
dandi183-May-08 21:50
dandi183-May-08 21:50 
GeneralRe: Increase width of datagrid Pin
Rupesh Kumar Swami5-May-08 1:02
Rupesh Kumar Swami5-May-08 1:02 
QuestionGPRS Connection Pin
dandi182-May-08 13:25
dandi182-May-08 13:25 
QuestioneVC++ v4 questions - GAPI and POOM Pin
MrPloppy2-May-08 1:25
MrPloppy2-May-08 1:25 
Questionplay video files on Windows Mobile 5.0 Pocket PC Pin
FMfm30-Apr-08 7:35
FMfm30-Apr-08 7:35 
AnswerRe: play video files on Windows Mobile 5.0 Pocket PC Pin
Arjun Marwaha1-May-08 12:06
Arjun Marwaha1-May-08 12:06 
See this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=395350&SiteID=1

But it might also be possible to use ShellExecute (available from NETCF2.0) on your media files like the example below:

Code Snippet
Proces p = new Process();
p.StartInfo.FileName = @"\myfolder\myfile.wmv";
p.StartInfo.UseShellExecute = true;
p.Start();

Regards,
Dave

Dave Traister
Software Engineer
ComponentOne LLC
www.ComponentOne.com

GeneralRe: play video files on Windows Mobile 5.0 Pocket PC Pin
FMfm5-May-08 6:06
FMfm5-May-08 6:06 
GeneralRe: play video files on Windows Mobile 5.0 Pocket PC Pin
Arjun Marwaha7-May-08 6:02
Arjun Marwaha7-May-08 6:02 
QuestionKeyboard visiblity status Pin
Rupesh Kumar Swami30-Apr-08 3:11
Rupesh Kumar Swami30-Apr-08 3:11 
AnswerRe: Keyboard visiblity status Pin
Arjun Marwaha1-May-08 9:36
Arjun Marwaha1-May-08 9:36 
Question'SetKMode()' active in Windows Mobile 6.0 Pin
tony_Udz29-Apr-08 21:04
tony_Udz29-Apr-08 21:04 
AnswerRe: 'SetKMode()' active in Windows Mobile 6.0 Pin
Arjun Marwaha1-May-08 12:13
Arjun Marwaha1-May-08 12:13 
GeneralRe: 'SetKMode()' active in Windows Mobile 6.0 Pin
tony_Udz4-May-08 19:31
tony_Udz4-May-08 19:31 
AnswerRe: 'SetKMode()' active in Windows Mobile 6.0 Pin
Arjun Marwaha7-May-08 5:05
Arjun Marwaha7-May-08 5:05 
GeneralRe: 'SetKMode()' active in Windows Mobile 6.0 Pin
tony_Udz7-May-08 19:14
tony_Udz7-May-08 19:14 
GeneralRe: 'SetKMode()' active in Windows Mobile 6.0 Pin
Arjun Marwaha8-May-08 11:16
Arjun Marwaha8-May-08 11:16 
QuestionForm Size Pin
Rupesh Kumar Swami29-Apr-08 20:47
Rupesh Kumar Swami29-Apr-08 20:47 
Questionfile upload in mobile webform Pin
ronak.thakkar29-Apr-08 20:45
ronak.thakkar29-Apr-08 20:45 
AnswerRe: file upload in mobile webform Pin
Arjun Marwaha2-May-08 9:04
Arjun Marwaha2-May-08 9:04 
QuestionTransparent control Pin
tanton-gaston29-Apr-08 6:23
tanton-gaston29-Apr-08 6:23 
AnswerRe: Transparent control Pin
Arjun Marwaha1-May-08 10:58
Arjun Marwaha1-May-08 10:58 
GeneralRe: Transparent control Pin
Rupesh Kumar Swami1-May-08 22:46
Rupesh Kumar Swami1-May-08 22:46 
GeneralRe: Transparent control Pin
Arjun Marwaha2-May-08 6:11
Arjun Marwaha2-May-08 6:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.