Click here to Skip to main content
15,926,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Right way to delete a pointer [modified] Pin
Nemanja Trifunovic2-Jun-06 6:17
Nemanja Trifunovic2-Jun-06 6:17 
GeneralRe: Right way to delete a pointer [modified] Pin
Zac Howland2-Jun-06 8:09
Zac Howland2-Jun-06 8:09 
GeneralRe: Right way to delete a pointer Pin
Nemanja Trifunovic2-Jun-06 12:50
Nemanja Trifunovic2-Jun-06 12:50 
GeneralRe: Right way to delete a pointer [modified] Pin
Nemanja Trifunovic2-Jun-06 4:48
Nemanja Trifunovic2-Jun-06 4:48 
AnswerRe: Right way to delete a pointer Pin
SteveKing2-Jun-06 3:40
SteveKing2-Jun-06 3:40 
AnswerRe: Right way to delete a pointer Pin
James R. Twine2-Jun-06 4:39
James R. Twine2-Jun-06 4:39 
QuestionCurrent directory Pin
racing572-Jun-06 1:30
racing572-Jun-06 1:30 
AnswerRe: Current directory Pin
Hamid_RT2-Jun-06 1:32
Hamid_RT2-Jun-06 1:32 
GeneralRe: Current directory Pin
racing572-Jun-06 1:49
racing572-Jun-06 1:49 
GeneralRe: Current directory Pin
Nibu babu thomas2-Jun-06 3:06
Nibu babu thomas2-Jun-06 3:06 
GeneralRe: Current directory Pin
David Crow2-Jun-06 3:17
David Crow2-Jun-06 3:17 
QuestionPackage Pin
VinayCool2-Jun-06 1:22
VinayCool2-Jun-06 1:22 
AnswerRe: Package Pin
Hamid_RT2-Jun-06 1:40
Hamid_RT2-Jun-06 1:40 
AnswerRe: Package Pin
SteveKing2-Jun-06 3:49
SteveKing2-Jun-06 3:49 
QuestionTimers in VC++ Pin
Sharath862-Jun-06 1:08
Sharath862-Jun-06 1:08 
AnswerRe: Timers in VC++ Pin
Amar Sutar2-Jun-06 1:17
Amar Sutar2-Jun-06 1:17 
AnswerRe: Timers in VC++ [modified] Pin
_AnsHUMAN_ 2-Jun-06 1:21
_AnsHUMAN_ 2-Jun-06 1:21 
AnswerRe: Timers in VC++ [modified] Pin
James R. Twine2-Jun-06 4:50
James R. Twine2-Jun-06 4:50 
AnswerRe: Timers in VC++ Pin
Hamid_RT2-Jun-06 1:22
Hamid_RT2-Jun-06 1:22 
QuestionInvoke Default Mail Client (with attachment) [modified] Pin
QuickDeveloper2-Jun-06 1:06
QuickDeveloper2-Jun-06 1:06 
AnswerRe: Invoke Default Mail Client (with attachment) [modified] Pin
Brad Bruce2-Jun-06 2:10
Brad Bruce2-Jun-06 2:10 
AnswerRe: Invoke Default Mail Client (with attachment) [modified] Pin
David Crow2-Jun-06 3:21
David Crow2-Jun-06 3:21 
AnswerRe: Invoke Default Mail Client (with attachment) Pin
Michael Dunn2-Jun-06 7:47
sitebuilderMichael Dunn2-Jun-06 7:47 
QuestionSOS urgent Help Required!!!Worker Thread Trouble Pin
Sharath862-Jun-06 1:05
Sharath862-Jun-06 1:05 
I need to implement a worker thread in an dialog based MFC. the thread callback function (controlling function that i want to use must be a member of the dialg class itlself but the only functions that the AfxBeginThread function is accepting is the function identifier of a global function of type
AfxBeginThread(MyFunc,....);
//the above statement is to be used in a member funciton(button click event) of a dialog based //MFC.exe

UINT MyFunc(LPVOID lpParam);
How can i use AfxBeginThread if MyFunc also needs to be part of the MFC dialog Class.
Any help in this matter would be great.
If any sample code can be given that would be wonderful.

Sharath
AnswerRe: SOS urgent Help Required!!!Worker Thread Trouble [modified] Pin
_anil_2-Jun-06 1:21
_anil_2-Jun-06 1:21 

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.