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

Mobile

 
QuestionPocket PC Developer Required Pin
ChunkyBags19-Nov-06 15:50
ChunkyBags19-Nov-06 15:50 
AnswerRe: Pocket PC Developer Required Pin
Jeffrey Walton25-Nov-06 23:07
Jeffrey Walton25-Nov-06 23:07 
AnswerRe: Pocket PC Developer Required Pin
Chris S Kaiser15-Dec-06 9:26
Chris S Kaiser15-Dec-06 9:26 
QuestionNeed GPS Information Pin
Arthur Manena18-Nov-06 14:03
Arthur Manena18-Nov-06 14:03 
AnswerRe: Need GPS Information Pin
Jeffrey Walton25-Nov-06 23:09
Jeffrey Walton25-Nov-06 23:09 
QuestionMMS application! Pin
Coding C#18-Nov-06 1:16
Coding C#18-Nov-06 1:16 
QuestionWidows Mobile 5.0 Pocket PC and missing .Net Framework Pin
JuhaA17-Nov-06 2:52
JuhaA17-Nov-06 2:52 
QuestionMulti modal dialog mobile application - crash Pin
sdt2415-Nov-06 5:51
sdt2415-Nov-06 5:51 
I am producing a mobile application using embedded VC++ 4 which contains multiple dialogs.

It was intended to step through the dialogs using a next button which would open the next dialog and close the current dialog. Also a previous button which does a similar thing.

The code used to open the next and close current is

Class2 dlgClass2(this);
nRetCode = dlgClass2.DoModal();
CDialog::OnCancel();

And for the previous button on the dlgClass2 button
Class1 dlgClass1(this);
nRetCode = dlgClass1.DoModal();
CDialog::OnCancel();

However by continually selecting next on the dlgClass1 and previous on dlgClass2 the application crashes after the 11th or 12th attempt.

Does anyone know please why this is happening? Are you able to close the current dialog or does it need to remain open?

SDT
AnswerRe: Multi modal dialog mobile application - crash Pin
Mike Dimmick20-Nov-06 0:50
Mike Dimmick20-Nov-06 0:50 
QuestionSend Mails with CF 2.0 Pin
Ffelagund14-Nov-06 3:20
Ffelagund14-Nov-06 3:20 
AnswerRe: Send Mails with CF 2.0 Pin
Dennis Dykstra21-Nov-06 16:49
Dennis Dykstra21-Nov-06 16:49 
QuestionInvoking an application in C# from a button on windows mobile 2003 Pin
pankaj_12312-Nov-06 17:49
pankaj_12312-Nov-06 17:49 
Questionproblem with Nokia Web Browser 4.0 Pin
ctlqt1211-Nov-06 19:29
ctlqt1211-Nov-06 19:29 
Question"SendKeys" for a mobile device ??? Pin
reinhard_jd10-Nov-06 10:51
reinhard_jd10-Nov-06 10:51 
QuestionAccessing Oracle from device Pin
Richard Jones10-Nov-06 8:01
Richard Jones10-Nov-06 8:01 
QuestionMissing System.Data.ODBC Pin
nemopeti9-Nov-06 21:41
nemopeti9-Nov-06 21:41 
QuestionSocketRecieveTimeout in .NetCompactFramework Pin
aruna_koride9-Nov-06 20:21
aruna_koride9-Nov-06 20:21 
QuestionSqlCeConnection issues Pin
RB@Emphasys9-Nov-06 6:26
RB@Emphasys9-Nov-06 6:26 
AnswerRe: SqlCeConnection issues Pin
RB@Emphasys9-Nov-06 8:05
RB@Emphasys9-Nov-06 8:05 
AnswerRe: SqlCeConnection issues Pin
Richard Jones10-Nov-06 8:10
Richard Jones10-Nov-06 8:10 
QuestionTransparent Control Pin
Manish19727-Nov-06 2:10
Manish19727-Nov-06 2:10 
AnswerRe: Transparent Control Pin
arcticbrew21-Nov-06 17:36
arcticbrew21-Nov-06 17:36 
QuestionVirtual IP - Vertical Handoff Pin
kedde17-Nov-06 1:56
kedde17-Nov-06 1:56 
QuestionQuestions regarding Compact Framework. Pin
Aasifkhan6-Nov-06 18:20
Aasifkhan6-Nov-06 18:20 
QuestionAvailable Memory and Free Disk Space in CF 1.0 Pin
Marco [Stinger]6-Nov-06 6:04
Marco [Stinger]6-Nov-06 6:04 

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.