Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Who can tell me how to use Serialize Pin
Fired Fish14-Oct-05 1:39
Fired Fish14-Oct-05 1:39 
QuestionHow to get the total sectors for USB flash disk ? Pin
bghuang13-Oct-05 1:46
bghuang13-Oct-05 1:46 
QuestionWrong date from CDateTimeCtl Pin
vikas amin13-Oct-05 1:31
vikas amin13-Oct-05 1:31 
AnswerRe: Wrong date from CDateTimeCtl Pin
The NULL Developer13-Oct-05 1:35
professionalThe NULL Developer13-Oct-05 1:35 
GeneralRe: Wrong date from CDateTimeCtl Pin
ThatsAlok13-Oct-05 7:38
ThatsAlok13-Oct-05 7:38 
GeneralRe: Wrong date from CDateTimeCtl Pin
vikas amin13-Oct-05 20:15
vikas amin13-Oct-05 20:15 
GeneralRe: Wrong date from CDateTimeCtl Pin
ThatsAlok13-Oct-05 20:21
ThatsAlok13-Oct-05 20:21 
GeneralRe: Wrong date from CDateTimeCtl Pin
vikas amin13-Oct-05 21:28
vikas amin13-Oct-05 21:28 
actually alok
I have used DateTime control as an acitveX in my MFC project.
the control is placed on on DialonBar
I got the handle to the control by using this code

CWnd* pCtrl1 = m_dlgbar.GetDlgItem(IDC_DTPICKER1);
ASSERT(pCtrl1 != NULL);

Then i tried to get the text from the Datetime control by using the
code
pCtrl1->GetWindowText (st);
but it retives not data .Do u hav any idea why
i tested this code on a Dlgbase project

Vikas Amin
Embin Technology
Bombay
vikas.amin@embin.com
GeneralRe: Wrong date from CDateTimeCtl Pin
vikas amin13-Oct-05 23:27
vikas amin13-Oct-05 23:27 
QuestionRe: Wrong date from CDateTimeCtl Pin
David Crow13-Oct-05 3:27
David Crow13-Oct-05 3:27 
AnswerRe: Wrong date from CDateTimeCtl Pin
vikas amin13-Oct-05 20:17
vikas amin13-Oct-05 20:17 
QuestionRe: Wrong date from CDateTimeCtl Pin
David Crow14-Oct-05 2:44
David Crow14-Oct-05 2:44 
Questionhow to use Class matrix in VC++ Pin
chen100013-Oct-05 1:27
chen100013-Oct-05 1:27 
AnswerRe: how to use Class matrix in VC++ Pin
ddmcr13-Oct-05 1:31
ddmcr13-Oct-05 1:31 
GeneralRe: how to use Class matrix in VC++ Pin
chen100013-Oct-05 1:40
chen100013-Oct-05 1:40 
GeneralRe: how to use Class matrix in VC++ Pin
ddmcr13-Oct-05 2:13
ddmcr13-Oct-05 2:13 
GeneralRe: how to use Class matrix in VC++ Pin
chen100016-Oct-05 0:43
chen100016-Oct-05 0:43 
QuestionWant to read and write to video memory to process the display of the monitor Pin
dreammaker13-Oct-05 1:01
dreammaker13-Oct-05 1:01 
AnswerRe: Want to read and write to video memory to process the display of the monitor Pin
vikas amin13-Oct-05 2:28
vikas amin13-Oct-05 2:28 
AnswerRe: Want to read and write to video memory to process the display of the monitor Pin
l a u r e n13-Oct-05 17:19
l a u r e n13-Oct-05 17:19 
AnswerRe: Want to read and write to video memory to process the display of the monitor Pin
normanS13-Oct-05 19:42
normanS13-Oct-05 19:42 
AnswerRe: Want to read and write to video memory to process the display of the monitor Pin
normanS13-Oct-05 19:54
normanS13-Oct-05 19:54 
GeneralRe: Want to read and write to video memory to process the display of the monitor Pin
dreammaker13-Oct-05 22:51
dreammaker13-Oct-05 22:51 
Questionwant help for Dialogbar Pin
vikas amin13-Oct-05 0:55
vikas amin13-Oct-05 0:55 
QuestionSelf Calling function Pin
benjnp13-Oct-05 0:53
benjnp13-Oct-05 0:53 

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.