Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs it possible to convert Visual C++ program with GUI into COM DLL or ActiveX ? Pin
peysock5-Sep-06 6:37
peysock5-Sep-06 6:37 
QuestionHow to write a C++ program to find out these??? Pin
sinbear5-Sep-06 6:35
sinbear5-Sep-06 6:35 
AnswerRe: How to write a C++ program to find out these??? Pin
sinbear5-Sep-06 6:44
sinbear5-Sep-06 6:44 
AnswerRe: How to write a C++ program to find out these??? Pin
Maximilien5-Sep-06 6:54
Maximilien5-Sep-06 6:54 
GeneralRe: How to write a C++ program to find out these??? Pin
Ahmed Ismail Mohamed5-Sep-06 9:11
Ahmed Ismail Mohamed5-Sep-06 9:11 
AnswerRe: How to write a C++ program to find out these??? Pin
RomTibi5-Sep-06 9:43
RomTibi5-Sep-06 9:43 
AnswerRe: How to write a C++ program to find out these??? Pin
RomTibi8-Sep-06 10:18
RomTibi8-Sep-06 10:18 
QuestionProblem getting pointer of function in class Pin
Toubou5-Sep-06 6:18
Toubou5-Sep-06 6:18 
when compiler compiles this line of code

hThread = CreateThread(NULL, 0, (LPTHREAD_START_ROUTINE)this->TConnectionReceive, 0, NULL);


I got "error C2440: 'type cast' : cannot convert from 'overloaded-function' to 'unsigned long (__stdcall *)(void *)'
"

How do I get pointer to this->TConnectionReceive ?
AnswerRe: Problem getting pointer of function in class Pin
toxcct5-Sep-06 6:28
toxcct5-Sep-06 6:28 
GeneralRe: Problem getting pointer of function in class Pin
Toubou5-Sep-06 7:05
Toubou5-Sep-06 7:05 
GeneralRe: Problem getting pointer of function in class Pin
toxcct5-Sep-06 7:09
toxcct5-Sep-06 7:09 
AnswerRe: Problem getting pointer of function in class Pin
Jun Du5-Sep-06 7:19
Jun Du5-Sep-06 7:19 
GeneralRe: Problem getting pointer of function in class Pin
led mike5-Sep-06 7:25
led mike5-Sep-06 7:25 
GeneralRe: Problem getting pointer of function in class Pin
toxcct5-Sep-06 7:28
toxcct5-Sep-06 7:28 
GeneralRe: Problem getting pointer of function in class Pin
led mike5-Sep-06 7:32
led mike5-Sep-06 7:32 
QuestionSetWizardMode results in wizard too wide for its property pages Pin
Owen Lawrence5-Sep-06 5:25
Owen Lawrence5-Sep-06 5:25 
Questionhow to get rid of VC++ tabs? Pin
9ine5-Sep-06 4:10
9ine5-Sep-06 4:10 
AnswerRe: how to get rid of VC++ tabs? Pin
David Crow5-Sep-06 4:28
David Crow5-Sep-06 4:28 
GeneralRe: how to get rid of VC++ tabs? Pin
9ine5-Sep-06 5:06
9ine5-Sep-06 5:06 
GeneralRe: how to get rid of VC++ tabs? Pin
toxcct5-Sep-06 5:24
toxcct5-Sep-06 5:24 
GeneralRe: how to get rid of VC++ tabs? Pin
9ine7-Sep-06 23:18
9ine7-Sep-06 23:18 
GeneralRe: how to get rid of VC++ tabs? Pin
toxcct7-Sep-06 23:20
toxcct7-Sep-06 23:20 
GeneralRe: how to get rid of VC++ tabs? Pin
David Crow5-Sep-06 5:24
David Crow5-Sep-06 5:24 
AnswerRe: how to get rid of VC++ tabs? Pin
krmed5-Sep-06 7:39
krmed5-Sep-06 7:39 
GeneralRe: how to get rid of VC++ tabs? Pin
9ine7-Sep-06 23:15
9ine7-Sep-06 23:15 

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.