Click here to Skip to main content
15,897,518 members
Home / Discussions / Mobile
   

Mobile

 
QuestionWindows Mobile5.0 Pin
Sri harini7-Dec-06 17:07
Sri harini7-Dec-06 17:07 
AnswerRe: Windows Mobile5.0 Pin
Mike Dimmick7-Dec-06 23:32
Mike Dimmick7-Dec-06 23:32 
QuestionDisplay the current location's latitude and longitude on the mobile Pin
Ritika S6-Dec-06 23:10
Ritika S6-Dec-06 23:10 
Questionsystem.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm6-Dec-06 5:27
steve_rm6-Dec-06 5:27 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
AlexeiXX36-Dec-06 6:27
AlexeiXX36-Dec-06 6:27 
QuestionRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
steve_rm13-Dec-06 6:45
steve_rm13-Dec-06 6:45 
AnswerRe: system.data.datarowview being displayed in a combo box, pocketPC 5.0 device Pin
RB@Emphasys19-Aug-07 12:31
RB@Emphasys19-Aug-07 12:31 
QuestionSystem.Diagnostics.Process in CF 1.0 Pin
Dewald6-Dec-06 0:04
Dewald6-Dec-06 0:04 
OK, so the Process class in System.Diagnostics is not supported in CF 1.0. Is there any other way in CF 1.0 that I can invoke a process and kill a process as the following lines would achieve in CF 2.0?

System.Diagnostics.Process.Start("iexplore", "http://www.codeproject.org");
and
System.Diagnostics.Process procIe = System.Diagnostics.Process.GetProcessesByName("iexplore")[0];<br />
procIe.Kill();

AnswerRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew7-Dec-06 12:06
arcticbrew7-Dec-06 12:06 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
Dewald7-Dec-06 21:01
Dewald7-Dec-06 21:01 
GeneralRe: System.Diagnostics.Process in CF 1.0 Pin
arcticbrew8-Dec-06 8:52
arcticbrew8-Dec-06 8:52 
Questionsbr extension Pin
Like2Byte4-Dec-06 10:27
Like2Byte4-Dec-06 10:27 
AnswerRe: sbr extension Pin
Mike Dimmick7-Dec-06 23:51
Mike Dimmick7-Dec-06 23:51 
Questionusing C/C++ to read SIM card information Pin
George_George4-Dec-06 3:54
George_George4-Dec-06 3:54 
QuestionAccess phone call log Pin
Stefano Alini4-Dec-06 3:36
Stefano Alini4-Dec-06 3:36 
QuestionIPv6 programming on mobile device with vc2005 Pin
fansy_fs3-Dec-06 19:03
fansy_fs3-Dec-06 19:03 
Questioncannot establish a connection to the network PocketPC 5.0 Pin
steve_rm3-Dec-06 17:19
steve_rm3-Dec-06 17:19 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
AlexeiXX36-Dec-06 6:36
AlexeiXX36-Dec-06 6:36 
GeneralRe: cannot establish a connection to the network PocketPC 5.0 Pin
steve_rm6-Dec-06 23:40
steve_rm6-Dec-06 23:40 
AnswerRe: cannot establish a connection to the network PocketPC 5.0 Pin
a_jhakas11-Dec-06 19:01
a_jhakas11-Dec-06 19:01 
QuestionWhere the hell is STAThread (CF 2.0)? [modified] Pin
rudiman2-Dec-06 12:52
rudiman2-Dec-06 12:52 
AnswerRe: Where the hell is STAThread (CF 2.0)? Pin
Mike Dimmick7-Dec-06 23:56
Mike Dimmick7-Dec-06 23:56 
QuestionPerformance issues using waveInxxxx() on Pocket PC Pin
stolu1-Dec-06 6:07
stolu1-Dec-06 6:07 
QuestionSorting problem of a listview. Pin
Ivan.Sun30-Nov-06 16:11
Ivan.Sun30-Nov-06 16:11 
Questionpocket PC connecting to published web service Pin
steve_rm30-Nov-06 16:03
steve_rm30-Nov-06 16:03 

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.