Click here to Skip to main content
15,884,099 members
Home / Discussions / Mobile
   

Mobile

 
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 
QuestionCapturing/gathering own mobile number - Smartphone Pin
Parasmani Swamy3-Mar-08 23:15
Parasmani Swamy3-Mar-08 23:15 
AnswerRe: Capturing/gathering own mobile number - Smartphone Pin
Himanshu Joshi6-Mar-08 2:02
Himanshu Joshi6-Mar-08 2:02 
GeneralRe: Capturing/gathering own mobile number - Smartphone Pin
Parasmani Swamy13-Mar-08 18:46
Parasmani Swamy13-Mar-08 18:46 
GeneralRe: Capturing/gathering own mobile number - Smartphone Pin
deep_charate15-Apr-08 21:23
deep_charate15-Apr-08 21:23 
QuestionGPS/SPRS - Smartphone [modified] Pin
Parasmani Swamy3-Mar-08 23:12
Parasmani Swamy3-Mar-08 23:12 
GeneralRe: GPS/SPRS - Smartphone Pin
Himanshu Joshi6-Mar-08 2:25
Himanshu Joshi6-Mar-08 2:25 
GeneralRe: GPS/SPRS - Smartphone Pin
Parasmani Swamy13-Mar-08 18:44
Parasmani Swamy13-Mar-08 18:44 

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.