Click here to Skip to main content
15,913,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionConsole window output [modified] Pin
locoone18-Nov-06 16:01
locoone18-Nov-06 16:01 
AnswerRe: Console window output Pin
Michael Dunn18-Nov-06 16:50
sitebuilderMichael Dunn18-Nov-06 16:50 
AnswerRe: Console window output Pin
tiaozi19-Nov-06 20:52
tiaozi19-Nov-06 20:52 
QuestionLine spacing in an edit box Pin
Sorin Basca18-Nov-06 10:39
Sorin Basca18-Nov-06 10:39 
AnswerRe: Line spacing in an edit box Pin
Mark Salsbery18-Nov-06 13:17
Mark Salsbery18-Nov-06 13:17 
GeneralRe: Line spacing in an edit box Pin
Sorin Basca19-Nov-06 6:03
Sorin Basca19-Nov-06 6:03 
GeneralRe: Line spacing in an edit box Pin
Mark Salsbery19-Nov-06 6:07
Mark Salsbery19-Nov-06 6:07 
Questionclass function pointer to LPVOID Pin
edvintas18-Nov-06 10:16
edvintas18-Nov-06 10:16 
I have a problem with passing function pointer as lParam. I get an error message like that: error C2440: 'type cast' : cannot convert from 'void (__thiscall Screenshots::* )(void)' to 'LPVOID'
how to fix that? D'Oh! | :doh:

Screenshots::Screenshots()
{
	void (Screenshots::*ScrLoopPtr)(void);
	ScrLoopPtr = &Screenshots::ScrLoop;
	hookHD = CreateThread(0, 0, mThread, (LPVOID)ScrLoopPtr, 0, 0); 
}


thanks for help Smile | :)
AnswerRe: class function pointer to LPVOID Pin
Waldermort18-Nov-06 10:30
Waldermort18-Nov-06 10:30 
GeneralRe: class function pointer to LPVOID Pin
edvintas18-Nov-06 10:58
edvintas18-Nov-06 10:58 
QuestionNotifications and messages in win app. Pin
sawerr18-Nov-06 9:24
sawerr18-Nov-06 9:24 
AnswerRe: Notifications and messages in win app. Pin
sawerr18-Nov-06 9:36
sawerr18-Nov-06 9:36 
GeneralRe: Notifications and messages in win app. Pin
Waldermort18-Nov-06 9:51
Waldermort18-Nov-06 9:51 
AnswerRe: Notifications and messages in win app. Pin
Waldermort18-Nov-06 9:51
Waldermort18-Nov-06 9:51 
GeneralRe: Notifications and messages in win app. Pin
sawerr18-Nov-06 19:25
sawerr18-Nov-06 19:25 
AnswerRe: Notifications and messages in win app. Pin
Michael Dunn18-Nov-06 20:36
sitebuilderMichael Dunn18-Nov-06 20:36 
GeneralRe: Notifications and messages in win app. Pin
sawerr18-Nov-06 21:38
sawerr18-Nov-06 21:38 
GeneralRe: Notifications and messages in win app. Pin
Michael Dunn18-Nov-06 22:20
sitebuilderMichael Dunn18-Nov-06 22:20 
AnswerRe: Notifications and messages in win app. Pin
dinpura19-Nov-06 18:59
dinpura19-Nov-06 18:59 
QuestionFinding rectangle coordinates Pin
Oliver12318-Nov-06 9:18
Oliver12318-Nov-06 9:18 
AnswerRe: Finding rectangle coordinates Pin
PJ Arends18-Nov-06 9:23
professionalPJ Arends18-Nov-06 9:23 
QuestionVC6.0 to VC7 - templates, c++ standards conformance proble Pin
cobra99918-Nov-06 7:50
cobra99918-Nov-06 7:50 
AnswerRe: VC6.0 to VC7 - templates, c++ standards conformance proble [modified] Pin
Waldermort18-Nov-06 7:59
Waldermort18-Nov-06 7:59 
AnswerRe: VC6.0 to VC7 - templates, c++ standards conformance proble Pin
markkuk18-Nov-06 8:02
markkuk18-Nov-06 8:02 
AnswerRe: VC6.0 to VC7 - templates, c++ standards conformance proble Pin
PJ Arends18-Nov-06 8:08
professionalPJ Arends18-Nov-06 8:08 

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.