Click here to Skip to main content
15,914,111 members
Home / Discussions / Mobile
   

Mobile

 
Questionvalidating a text box for only IP addresses Pin
steve_rm16-Mar-08 2:21
steve_rm16-Mar-08 2:21 
QuestionSending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
achari.ravi14-Mar-08 21:15
achari.ravi14-Mar-08 21:15 
GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
Rupesh Kumar Swami28-Mar-08 5:09
Rupesh Kumar Swami28-Mar-08 5:09 
GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications [modified] Pin
Parasmani Swamy29-Mar-08 1:29
Parasmani Swamy29-Mar-08 1:29 
GeneralSet dial-up connection entry in WinCE Pin
knetmasse14-Mar-08 5:04
knetmasse14-Mar-08 5:04 
GeneralChanging the page color of mobile application in asp.net Pin
tasnim514-Mar-08 0:44
tasnim514-Mar-08 0:44 
QuestionDLLImport CharSet=ChartSet.Ansi Pin
steve_rm13-Mar-08 4:40
steve_rm13-Mar-08 4:40 
GeneralRe: DLLImport CharSet=ChartSet.Ansi Pin
Ravenet13-Mar-08 17:08
Ravenet13-Mar-08 17:08 
GeneralSQL CE Performance so slow.... [modified] Pin
mac24nzmac24nz13-Mar-08 0:32
mac24nzmac24nz13-Mar-08 0:32 
GeneralRe: SQL CE Performance so slow.... Pin
Mike Dimmick17-Mar-08 6:21
Mike Dimmick17-Mar-08 6:21 
GeneralRe: SQL CE Performance so slow.... Pin
mac24nzmac24nz19-Mar-08 10:26
mac24nzmac24nz19-Mar-08 10:26 
Questionmobile database connectivity Pin
achari.ravi12-Mar-08 21:32
achari.ravi12-Mar-08 21:32 
GeneralRe: mobile database connectivity Pin
mac24nzmac24nz13-Mar-08 0:06
mac24nzmac24nz13-Mar-08 0:06 
Questionlooking for sample code on using pocket outlook, excel and word object Pin
Kayu12-Mar-08 17:58
Kayu12-Mar-08 17:58 
GeneralRe: looking for sample code on using pocket outlook, excel and word object Pin
Arjun Marwaha16-Mar-08 20:20
Arjun Marwaha16-Mar-08 20:20 
Hello Woody,

You can do this via the System.Diagnostics.Process class if you are using .NET CF 2.0. You can do this as follows:

using System.Diagnostics;

Process myProcess = new Process();
myProcess.StartInfo.FileName = @"\\My Documents\\Business\\Book1.XLS";
myProcess.StartInfo.Verb = "Open";
myProcess.Start()

This will launch the application associated with *.xls files ie Pocket Excel and open the specified file, alternatively you could also explicitly launch Pocket Excel by using similar code and requesting to launch the \Windows\pxl.exe executable.

Regards,
Dave

Dave Traister
Software Engineer
ComponentOne LLC
www.ComponentOne.com

NewsFree Introductory Windows Mobile 6 training for developers Pin
brucedkyle12-Mar-08 7:03
brucedkyle12-Mar-08 7:03 
Questionhow to change date & time in C# for PPC Pin
E_Gold12-Mar-08 3:32
E_Gold12-Mar-08 3:32 
AnswerRe: how to change date & time in C# for PPC Pin
mac24nzmac24nz13-Mar-08 0:38
mac24nzmac24nz13-Mar-08 0:38 
Questiondatabse connectivity Pin
achari.ravi12-Mar-08 1:11
achari.ravi12-Mar-08 1:11 
GeneralRe: databse connectivity Pin
Paul Conrad12-Mar-08 6:35
professionalPaul Conrad12-Mar-08 6:35 
GeneralRe: databse connectivity Pin
Ravenet13-Mar-08 20:14
Ravenet13-Mar-08 20:14 
QuestionUsing key combinations/short cut keys in Windows Mobile/Smartphone [modified] Pin
Parasmani Swamy10-Mar-08 0:56
Parasmani Swamy10-Mar-08 0:56 
GeneralTreo 600 application Pin
Are Jay7-Mar-08 17:09
Are Jay7-Mar-08 17:09 
GeneralSkins for PDA applications Pin
steve_rm7-Mar-08 6:36
steve_rm7-Mar-08 6:36 
GeneralMobil Development data problems Pin
Cory Kimble6-Mar-08 4:13
Cory Kimble6-Mar-08 4:13 

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.