Click here to Skip to main content
15,885,435 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: user form control in MFC Pin
Laan8213-May-09 5:40
Laan8213-May-09 5:40 
QuestionMultiple windows in VC++ Pin
vinod shankar k12-May-09 2:50
vinod shankar k12-May-09 2:50 
AnswerRe: Multiple windows in VC++ Pin
CPallini12-May-09 3:04
mveCPallini12-May-09 3:04 
AnswerRe: Multiple windows in VC++ Pin
«_Superman_»12-May-09 3:07
professional«_Superman_»12-May-09 3:07 
AnswerRe: Multiple windows in VC++ Pin
David Crow12-May-09 3:40
David Crow12-May-09 3:40 
Questionparameter of function Pin
durban212-May-09 2:44
durban212-May-09 2:44 
AnswerRe: parameter of function Pin
David Crow12-May-09 2:48
David Crow12-May-09 2:48 
AnswerRe: parameter of function Pin
CPallini12-May-09 2:58
mveCPallini12-May-09 2:58 
durban2 wrote:
my function f_my() receive identifier
of control, for example
IDC_DATETIMEPICKER1
How do set type of argument?

Maybe an int.


durban2 wrote:
As show - unproperly:
error C2660: 'GetDlgItem' : function does not take 1 arguments

void CADO_MDIApp:: f_my (long identifier)
{
COleDateTime* p1 = (COleDateTime*) GetDlgItem(identifier);
}


GetDlgItem function takes actually 2 parameters [^]. Possibly you want to call CWnd::GetDlgItem method.
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: parameter of function Pin
Cedric Moonen12-May-09 3:06
Cedric Moonen12-May-09 3:06 
QuestionWTSVirtualChannelWrite fails, GetLastError returns ERROR_INVALID_FUNCTION Pin
cefarix12-May-09 1:55
cefarix12-May-09 1:55 
QuestionRe: WTSVirtualChannelWrite fails, GetLastError returns ERROR_INVALID_FUNCTION Pin
rep_movsd6-Nov-13 10:44
rep_movsd6-Nov-13 10:44 
Questionmove file from one machine to another Pin
Mogaambo12-May-09 1:46
Mogaambo12-May-09 1:46 
AnswerRe: move file from one machine to another Pin
«_Superman_»12-May-09 2:10
professional«_Superman_»12-May-09 2:10 
AnswerRe: move file from one machine to another Pin
Madhu Nair12-May-09 2:10
Madhu Nair12-May-09 2:10 
QuestionRe: move file from one machine to another Pin
David Crow12-May-09 2:42
David Crow12-May-09 2:42 
Questionuser breakpoint called from code at 0x7c90120e Pin
Pryabu12-May-09 0:21
Pryabu12-May-09 0:21 
AnswerRe: user breakpoint called from code at 0x7c90120e Pin
Stuart Dootson12-May-09 0:46
professionalStuart Dootson12-May-09 0:46 
GeneralRe: user breakpoint called from code at 0x7c90120e Pin
Geeknerd579-Dec-09 9:02
Geeknerd579-Dec-09 9:02 
QuestionHow to get the List of Applications that associated to a File extention. Pin
Nitheesh George12-May-09 0:18
Nitheesh George12-May-09 0:18 
AnswerRe: How to get the List of Applications that associated to a File extention. Pin
David Crow12-May-09 2:45
David Crow12-May-09 2:45 
QuestionRegQueryValueEx returns value 6 Pin
B060611511-May-09 23:03
B060611511-May-09 23:03 
AnswerRe: RegQueryValueEx returns value 6 Pin
Rajesh R Subramanian11-May-09 23:10
professionalRajesh R Subramanian11-May-09 23:10 
AnswerRe: RegQueryValueEx returns value 6 Pin
Naveen11-May-09 23:12
Naveen11-May-09 23:12 
GeneralRe: RegQueryValueEx returns value 6 Pin
B060611511-May-09 23:53
B060611511-May-09 23:53 
GeneralRe: RegQueryValueEx returns value 6 Pin
CPallini11-May-09 23:58
mveCPallini11-May-09 23:58 

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.