Click here to Skip to main content
15,900,686 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: This is not a programming question Pin
Nick Seng8-Jan-04 0:03
Nick Seng8-Jan-04 0:03 
GeneralDetect Bluetooth device Pin
Cedric Moonen7-Jan-04 4:41
Cedric Moonen7-Jan-04 4:41 
Generalcreate login page in WinCE Pin
psyclope6-Jan-04 22:35
psyclope6-Jan-04 22:35 
GeneralTruly Weird Pin
#realJSOP6-Jan-04 5:59
professional#realJSOP6-Jan-04 5:59 
GeneralRe: Truly Weird Pin
João Paulo Figueira6-Jan-04 6:36
professionalJoão Paulo Figueira6-Jan-04 6:36 
GeneralRe: Truly Weird Pin
#realJSOP6-Jan-04 6:39
professional#realJSOP6-Jan-04 6:39 
GeneralRe: Truly Weird Pin
João Paulo Figueira6-Jan-04 6:48
professionalJoão Paulo Figueira6-Jan-04 6:48 
GeneralRe: Truly Weird Pin
#realJSOP7-Jan-04 4:27
professional#realJSOP7-Jan-04 4:27 
Well, not really, but here's a description of the situation:

0) Here's the code in CMainFrame that starts the prop sheet:

HideSipButton();
CMypropSheet dlg(_T("Title"));
dlg.DoModal();
ShowSipButton();



1) I have a base class derived from CPropertySheet. This base class implements a toolbar that contains the only button (Okay), as well as a header. There is no "OnOkay" handler in this class.

2) The derived class handles the button presses in the toolbar (and the button ID is IDC_PROPSHEETOK).

2) There are two property pages on the sheet, created dynamically 9and are deleted when the property sheet is dismissed.

3) When the user presses the okay button, the propertysheet calls a public "okay()" method within each page object. These okay() methods simply tell a globally declared object to save the appropriate data to a disk file. Afterwards, the propertysheet calls "EndDialog(IDOK)".

4) In CMainFrame (where I instantiated the propertysheet), there is no additional programming other than re-showing the SIP button. I tried removing the showing/hiding of the SIP button ut that had no effect on the problem.

-----------------------

I initially thought that an exception might have been thrown as a result of trying to write the data files in step 3, but the property sheet is terminating normally with no excpetions, and no memory leaks.

The program itself is still running, but it's almost like the program received the hibernate command from the OS...


------- signature starts

"...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

"You won't like me when I'm angry..." - Dr. Bruce Banner

Please review the Legal Disclaimer in my bio.

------- signature ends
GeneralVoice call using phone Pin
misha_grewal6-Jan-04 1:21
misha_grewal6-Jan-04 1:21 
GeneralRe: Voice call using phone Pin
João Paulo Figueira6-Jan-04 2:57
professionalJoão Paulo Figueira6-Jan-04 2:57 
GeneralRe: Voice call using phone Pin
João Paulo Figueira6-Jan-04 3:01
professionalJoão Paulo Figueira6-Jan-04 3:01 
GeneralRe: Voice call using phone Pin
misha_grewal7-Jan-04 20:27
misha_grewal7-Jan-04 20:27 
GeneralRe: Voice call using phone Pin
João Paulo Figueira7-Jan-04 22:10
professionalJoão Paulo Figueira7-Jan-04 22:10 
GeneralRe: Voice call using phone Pin
misha_grewal8-Jan-04 1:40
misha_grewal8-Jan-04 1:40 
GeneralRe: Voice call using phone Pin
Roger Wright7-Jan-04 21:09
professionalRoger Wright7-Jan-04 21:09 
GeneralExceptions... Pin
#realJSOP6-Jan-04 1:02
professional#realJSOP6-Jan-04 1:02 
GeneralCommunication between Phone and PDA Pin
misha_grewal5-Jan-04 21:18
misha_grewal5-Jan-04 21:18 
GeneralRe: Communication between Phone and PDA Pin
João Paulo Figueira5-Jan-04 22:36
professionalJoão Paulo Figueira5-Jan-04 22:36 
GeneralSQL CE Pin
Nick Seng4-Jan-04 16:36
Nick Seng4-Jan-04 16:36 
GeneralRe: SQL CE Pin
misha_grewal4-Jan-04 21:53
misha_grewal4-Jan-04 21:53 
GeneralRe: SQL CE Pin
Nick Seng4-Jan-04 22:12
Nick Seng4-Jan-04 22:12 
QuestionHow to hide the Scrollbal in CListCtrl? Pin
Neal.Liu3-Jan-04 19:09
Neal.Liu3-Jan-04 19:09 
AnswerI had found the answer, who can help me to delete this topic? Pin
Neal.Liu3-Jan-04 19:41
Neal.Liu3-Jan-04 19:41 
GeneralRe: I had found the answer, who can help me to delete this topic? Pin
Prakash Nadar3-Jan-04 21:19
Prakash Nadar3-Jan-04 21:19 
QuestionH/PC Emulator question? Pin
Neal.Liu1-Jan-04 21:57
Neal.Liu1-Jan-04 21:57 

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.