Click here to Skip to main content
15,890,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Java gui to c++ back end Pin
Ravi Bhavnani4-Feb-05 8:38
professionalRavi Bhavnani4-Feb-05 8:38 
GeneralCDialog in C++.Net Pin
pnpfriend4-Feb-05 7:48
pnpfriend4-Feb-05 7:48 
GeneralRe: CDialog in C++.Net Pin
Signal-94-Feb-05 17:20
Signal-94-Feb-05 17:20 
GeneralRe: CDialog in C++.Net Pin
venura c.p.w. goonatillake4-Feb-05 19:01
venura c.p.w. goonatillake4-Feb-05 19:01 
Generalresizing control to whole size of formview Pin
BlackDice4-Feb-05 7:30
BlackDice4-Feb-05 7:30 
GeneralWorks except for Redraw Pin
BlackDice4-Feb-05 9:13
BlackDice4-Feb-05 9:13 
GeneralCListCtrl not created in CFormView Pin
Maverick4-Feb-05 7:13
Maverick4-Feb-05 7:13 
GeneralEugen Podsypalnikov's CGridCellDateTime class Pin
prosolupov4-Feb-05 6:41
prosolupov4-Feb-05 6:41 
Hello.

Who knows which is the minimal changes needed to get Eugen Podsypalnikov's CGridCellDateTime class (http://www.codeproject.com/miscctrl/gridcelldatetime.asp) work normally in dropdown mode.

I've changed this

m_pEditWnd = new CInPlaceDateTime(GetGrid(), rect,
m_dwStyle|DTS_UPDOWN, nID, nRow, nCol,
GetTextClr(), GetBackClr(), GetTime(), nChar);

by this

m_pEditWnd = new CInPlaceDateTime(GetGrid(), rect,
m_dwStyle, nID, nRow, nCol,
GetTextClr(), GetBackClr(), GetTime(), nChar);

It become dropdown, but in doesn't work properly. Which code I need to reform?

Thank you.

GeneralChangable HotKeys Pin
prosolupov4-Feb-05 6:17
prosolupov4-Feb-05 6:17 
GeneralWin 32 tutorial Pin
monageasmear4-Feb-05 5:56
monageasmear4-Feb-05 5:56 
GeneralRe: Win 32 tutorial Pin
David Crow4-Feb-05 6:53
David Crow4-Feb-05 6:53 
GeneralXP-like style grid Pin
prosolupov4-Feb-05 5:48
prosolupov4-Feb-05 5:48 
GeneralRe: XP-like style grid Pin
RChin4-Feb-05 6:04
RChin4-Feb-05 6:04 
GeneralRe: XP-like style grid Pin
prosolupov4-Feb-05 6:28
prosolupov4-Feb-05 6:28 
GeneralRe: XP-like style grid Pin
RChin4-Feb-05 6:36
RChin4-Feb-05 6:36 
GeneralRe: XP-like style grid Pin
prosolupov6-Feb-05 22:18
prosolupov6-Feb-05 22:18 
GeneralCTreeCtrl from file Pin
bilas4-Feb-05 5:33
bilas4-Feb-05 5:33 
GeneralRe: CTreeCtrl from file Pin
pnpfriend4-Feb-05 9:14
pnpfriend4-Feb-05 9:14 
GeneralIncrement search Pin
prosolupov4-Feb-05 5:33
prosolupov4-Feb-05 5:33 
GeneralRe: Increment search Pin
prosolupov4-Feb-05 5:39
prosolupov4-Feb-05 5:39 
GeneralDestroy CView (MFC) Pin
TooLeeDiN4-Feb-05 5:08
TooLeeDiN4-Feb-05 5:08 
Generalbios serial number Pin
ozgul4-Feb-05 4:16
ozgul4-Feb-05 4:16 
GeneralRe: bios serial number Pin
David Crow4-Feb-05 6:50
David Crow4-Feb-05 6:50 
GeneralWINDOWS.h already included Error Pin
ChemmieBro4-Feb-05 3:55
ChemmieBro4-Feb-05 3:55 
GeneralRe: WINDOWS.h already included Error Pin
David Crow4-Feb-05 6:49
David Crow4-Feb-05 6:49 

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.