Click here to Skip to main content
15,919,358 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Datatype Misalignment Pin
Jonas Larsson4-Apr-03 2:17
Jonas Larsson4-Apr-03 2:17 
GeneralUnable to free memory in the destructor of a class exported in a dll. Pls Help Pin
Anand Vinod3-Apr-03 4:12
Anand Vinod3-Apr-03 4:12 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira3-Apr-03 5:02
professionalJoão Paulo Figueira3-Apr-03 5:02 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
Anand Vinod3-Apr-03 23:59
Anand Vinod3-Apr-03 23:59 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira4-Apr-03 1:36
professionalJoão Paulo Figueira4-Apr-03 1:36 
GeneralRe: Unable to free memory in the destructor of a class exported in a dll. Pls Help Pin
João Paulo Figueira4-Apr-03 1:45
professionalJoão Paulo Figueira4-Apr-03 1:45 
GeneralDate Time Picket in a PropertyPage... Pin
Joshua Guy3-Apr-03 3:34
Joshua Guy3-Apr-03 3:34 
GeneralRe: Date Time Picket in a PropertyPage... Pin
João Paulo Figueira3-Apr-03 3:47
professionalJoão Paulo Figueira3-Apr-03 3:47 
Yes. It's twisted. You have to create it yourself. See my (unrelated) article A File Open Dialog for the PocketPC 2002[^]. Here, in the sample code, you will find two classes: CExDialog and CExDlgEngine. The last is intended to be used as a means to implement common functionalities in both CDialog and CPropertyPage-derived classes. The method you want to use is CreateDateTime. To use it, replace your date time picker with a static control with the same size and ID. In your OnInitDialog use this method like:
CreateDateTime(this, m_dtcDate, IDC_DATE, DTS_SHORTDATEFORMAT);

Where m_dtcDate is declared in your property page class as a CDateTimeCtrl.
Voilá!
GeneralRe: Date Time Picket in a PropertyPage... Pin
Joshua Guy3-Apr-03 4:53
Joshua Guy3-Apr-03 4:53 
GeneralList Control with Check box option Pin
Kyle P1-Apr-03 15:25
Kyle P1-Apr-03 15:25 
GeneralCompareItem Pin
Anthony988731-Mar-03 3:25
Anthony988731-Mar-03 3:25 
GeneralCreating a simple CSV file Pin
PaulJ27-Mar-03 11:10
PaulJ27-Mar-03 11:10 
GeneralRe: Creating a simple CSV file Pin
João Paulo Figueira27-Mar-03 12:07
professionalJoão Paulo Figueira27-Mar-03 12:07 
GeneralRe: Creating a simple CSV file Pin
UKTrebor10-Apr-03 4:52
UKTrebor10-Apr-03 4:52 
GeneralDisplay objects of the same type Pin
Mariz27-Mar-03 8:15
Mariz27-Mar-03 8:15 
GeneralRe: Display objects of the same type Pin
João Paulo Figueira27-Mar-03 12:02
professionalJoão Paulo Figueira27-Mar-03 12:02 
GeneralCWindow over CView Pin
Mariz27-Mar-03 7:59
Mariz27-Mar-03 7:59 
GeneralGetSystemPowerStatusEx() Pin
Joshua Guy27-Mar-03 6:18
Joshua Guy27-Mar-03 6:18 
GeneralRe: GetSystemPowerStatusEx() Pin
MiteK19818-May-09 0:31
MiteK19818-May-09 0:31 
Generalhtml control as an output window Pin
benjymous26-Mar-03 5:06
benjymous26-Mar-03 5:06 
GeneralRe: html control as an output window Pin
João Paulo Figueira26-Mar-03 7:18
professionalJoão Paulo Figueira26-Mar-03 7:18 
GeneralRe: html control as an output window Pin
benjymous26-Mar-03 7:31
benjymous26-Mar-03 7:31 
GeneralRe: html control as an output window Pin
João Paulo Figueira26-Mar-03 8:31
professionalJoão Paulo Figueira26-Mar-03 8:31 
GeneralRe: html control as an output window Pin
benjymous27-Mar-03 2:35
benjymous27-Mar-03 2:35 
GeneralSHNotificationUpdate... Pin
Joshua Guy26-Mar-03 3:09
Joshua Guy26-Mar-03 3:09 

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.