Click here to Skip to main content
16,005,206 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CString to DWORD ? INT ? Pin
LudaLuda6-Apr-04 11:26
LudaLuda6-Apr-04 11:26 
GeneralRe: CString to DWORD ? INT ? Pin
Ravi Bhavnani6-Apr-04 11:31
professionalRavi Bhavnani6-Apr-04 11:31 
AnswerRe: CString to DWORD ? INT ? Pin
avenger_sb256-Apr-04 11:49
avenger_sb256-Apr-04 11:49 
GeneralRe: CString to DWORD ? INT ? Pin
Prakash Nadar6-Apr-04 15:31
Prakash Nadar6-Apr-04 15:31 
GeneralCListCtrl - Highlighting all of the selected row Pin
mmica6-Apr-04 10:59
mmica6-Apr-04 10:59 
GeneralRe: CListCtrl - Highlighting all of the selected row Pin
Ravi Bhavnani6-Apr-04 11:06
professionalRavi Bhavnani6-Apr-04 11:06 
Generalclipped controls Pin
pgiustinoni6-Apr-04 6:37
pgiustinoni6-Apr-04 6:37 
GeneralRe: clipped controls Pin
avenger_sb256-Apr-04 7:27
avenger_sb256-Apr-04 7:27 
There is one thing you should know before using the advanced controls like Date-time-picker in ur program.

You should Call this function when your program starts.(You have to do this in API programming, cant say for sure about MFC, just give it a try. Refer www.msdn.com[^] for detailed info)

BOOL InitCommonControlsEx(<br />
    LPINITCOMMONCONTROLSEX lpInitCtrls<br />
);

It registers specific common control classes from the common control dynamic-link library (DLL).
Parameters
lpInitCtrls
Address of an INITCOMMONCONTROLSEX structure that contains information specifying which control classes will be registered.
Return Values
Returns TRUE if successful, or FALSE otherwise


Remember... testing & debugging are always part of programming ...so exterminate those stinking bugs
GeneralShowWindow problem Pin
reznod6-Apr-04 6:09
reznod6-Apr-04 6:09 
GeneralRe: ShowWindow problem Pin
Prakash Nadar6-Apr-04 7:02
Prakash Nadar6-Apr-04 7:02 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 7:35
reznod6-Apr-04 7:35 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 7:47
reznod6-Apr-04 7:47 
GeneralRe: ShowWindow problem Pin
Prakash Nadar6-Apr-04 15:28
Prakash Nadar6-Apr-04 15:28 
GeneralRe: ShowWindow problem Pin
reznod6-Apr-04 15:55
reznod6-Apr-04 15:55 
General(Another) Debug VS Release crash - help needed! Pin
JonCage6-Apr-04 5:22
JonCage6-Apr-04 5:22 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
antlers6-Apr-04 5:59
antlers6-Apr-04 5:59 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
Anders Molin6-Apr-04 13:30
professionalAnders Molin6-Apr-04 13:30 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
2249176-Apr-04 20:55
2249176-Apr-04 20:55 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
JonCage6-Apr-04 22:16
JonCage6-Apr-04 22:16 
GeneralRe: (Another) Debug VS Release crash - help needed! Pin
Paul Ranson7-Apr-04 4:08
Paul Ranson7-Apr-04 4:08 
Generalfire button when pressing enter in and edit box Pin
r00k136-Apr-04 5:14
r00k136-Apr-04 5:14 
GeneralRe: fire button when pressing enter in and edit box Pin
Prakash Nadar6-Apr-04 7:07
Prakash Nadar6-Apr-04 7:07 
GeneralRe: fire button when pressing enter in and edit box Pin
avenger_sb256-Apr-04 7:21
avenger_sb256-Apr-04 7:21 
GeneralRe: fire button when pressing enter in and edit box Pin
r00k136-Apr-04 18:59
r00k136-Apr-04 18:59 
GeneralRe: fire button when pressing enter in and edit box Pin
avenger_sb2511-Apr-04 18:02
avenger_sb2511-Apr-04 18: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.