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

C / C++ / MFC

 
GeneralRe: using socket(), want to download files Pin
Steve S18-Sep-03 2:38
Steve S18-Sep-03 2:38 
GeneralRe: using socket(), want to download files Pin
ns18-Sep-03 3:14
ns18-Sep-03 3:14 
GeneralRe: using socket(), want to download files Pin
Jagadeesh VN18-Sep-03 3:01
Jagadeesh VN18-Sep-03 3:01 
GeneralAfter dynamic creation of a control... Pin
Zizilamoroso18-Sep-03 1:23
Zizilamoroso18-Sep-03 1:23 
GeneralRe: After dynamic creation of a control... Pin
BadJerry18-Sep-03 1:40
BadJerry18-Sep-03 1:40 
GeneralRe: After dynamic creation of a control... Pin
BadJerry18-Sep-03 1:47
BadJerry18-Sep-03 1:47 
GeneralRe: After dynamic creation of a control... Pin
Steve S18-Sep-03 1:43
Steve S18-Sep-03 1:43 
GeneralCDTPicker Class Pin
murali_utr18-Sep-03 1:14
murali_utr18-Sep-03 1:14 
hi guys,

I using Microsoft DateTimePicker Control of CDTPicker Class in VC++. i got invalid property value on statement
m_dtdate.SetValue(var);

my code is
CDTPicker m_dtdate;
COleDateTime CurTime;
CurTime = COleDateTime::GetCurrentTime();

VARIANT var;

DATE ddate;

ddate = CurTime;

var.date = ddate;

m_dttime.SetValue(var);


Thanks in advance
GeneralRe: CDTPicker Class Pin
Jagadeesh VN18-Sep-03 1:33
Jagadeesh VN18-Sep-03 1:33 
GeneralRe: CDTPicker Class Pin
murali_utr18-Sep-03 1:38
murali_utr18-Sep-03 1:38 
Generalplease help me with c.(beginner) Pin
kh.pakdaman18-Sep-03 0:49
kh.pakdaman18-Sep-03 0:49 
GeneralRe: please help me with c.(beginner) Pin
Jagadeesh VN18-Sep-03 1:07
Jagadeesh VN18-Sep-03 1:07 
GeneralRe: please help me with c.(beginner) Pin
Alexander M.,18-Sep-03 6:15
Alexander M.,18-Sep-03 6:15 
GeneralRe: please help me with c.(beginner) Pin
Steve S18-Sep-03 6:33
Steve S18-Sep-03 6:33 
GeneralAssertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 0:42
BoudewijnEctor18-Sep-03 0:42 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:09
Jagadeesh VN18-Sep-03 1:09 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:11
Jagadeesh VN18-Sep-03 1:11 
GeneralRe: Assertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 1:44
BoudewijnEctor18-Sep-03 1:44 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:47
Jagadeesh VN18-Sep-03 1:47 
GeneralRe: Assertion Failed in OnCancel Pin
BoudewijnEctor18-Sep-03 4:03
BoudewijnEctor18-Sep-03 4:03 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 4:18
Jagadeesh VN18-Sep-03 4:18 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 1:54
Jagadeesh VN18-Sep-03 1:54 
GeneralRe: Assertion Failed in OnCancel Pin
David Crow18-Sep-03 3:37
David Crow18-Sep-03 3:37 
GeneralRe: Assertion Failed in OnCancel Pin
Jagadeesh VN18-Sep-03 3:55
Jagadeesh VN18-Sep-03 3:55 
GeneralListBox selection Pin
BoudewijnEctor18-Sep-03 0:02
BoudewijnEctor18-Sep-03 0:02 

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.