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

C / C++ / MFC

 
GeneralRe: adding strings in listbox Pin
Mohanraj D13-Jun-08 0:03
Mohanraj D13-Jun-08 0:03 
GeneralRe: adding strings in listbox Pin
Hamid_RT13-Jun-08 6:39
Hamid_RT13-Jun-08 6:39 
Questionsending email Pin
john56328-Jun-08 20:25
john56328-Jun-08 20:25 
AnswerRe: sending email Pin
_AnsHUMAN_ 8-Jun-08 20:33
_AnsHUMAN_ 8-Jun-08 20:33 
QuestionConvert disk file(file stream) into memory stream. Pin
CodingLover8-Jun-08 20:00
CodingLover8-Jun-08 20:00 
QuestionConvert disk file(file stream) into memory stream. Pin
CodingLover8-Jun-08 19:58
CodingLover8-Jun-08 19:58 
QuestionAccess control variables and methods of other classes in SDI Application Pin
Maxim Zarus8-Jun-08 19:50
Maxim Zarus8-Jun-08 19:50 
AnswerRe: Access control variables and methods of other classes in SDI Application Pin
Paresh Chitte8-Jun-08 20:41
Paresh Chitte8-Jun-08 20:41 
Write your controling function in Application class (Derived from CWinApp).

class CYourApp : public CWinApp
{
public:
   void YourControlingFunction();
}

//Wherever required use like this,

CYourApp* pApp = (CYourApp*)AfxGetApp();
if(NULL != pApp)
{
   pApp->YourControlingFunction();
}


Hope this will serve your purpose.

Regards,
Paresh.
GeneralRe: Access control variables and methods of other classes in SDI Application Pin
Maxim Zarus8-Jun-08 21:06
Maxim Zarus8-Jun-08 21:06 
GeneralRe: Access control variables and methods of other classes in SDI Application Pin
Akt_4_U8-Jun-08 22:09
Akt_4_U8-Jun-08 22:09 
GeneralRe: Access control variables and methods of other classes in SDI Application Pin
Maxim Zarus8-Jun-08 22:15
Maxim Zarus8-Jun-08 22:15 
GeneralRe: Access control variables and methods of other classes in SDI Application Pin
Paresh Chitte8-Jun-08 22:44
Paresh Chitte8-Jun-08 22:44 
AnswerRe: Access control variables and methods of other classes in SDI Application Pin
SandipG 8-Jun-08 22:42
SandipG 8-Jun-08 22:42 
Questionfile dialog Pin
projectip8-Jun-08 19:35
projectip8-Jun-08 19:35 
AnswerRe: file dialog Pin
_AnsHUMAN_ 8-Jun-08 19:41
_AnsHUMAN_ 8-Jun-08 19:41 
GeneralRe: file dialog Pin
projectip8-Jun-08 19:58
projectip8-Jun-08 19:58 
GeneralRe: file dialog Pin
_AnsHUMAN_ 8-Jun-08 20:15
_AnsHUMAN_ 8-Jun-08 20:15 
GeneralRe: file dialog Pin
projectip8-Jun-08 20:28
projectip8-Jun-08 20:28 
GeneralRe: file dialog Pin
_AnsHUMAN_ 8-Jun-08 20:34
_AnsHUMAN_ 8-Jun-08 20:34 
GeneralRe: file dialog Pin
projectip8-Jun-08 20:45
projectip8-Jun-08 20:45 
GeneralRe: file dialog Pin
_AnsHUMAN_ 8-Jun-08 21:17
_AnsHUMAN_ 8-Jun-08 21:17 
GeneralRe: file dialog Pin
projectip8-Jun-08 21:48
projectip8-Jun-08 21:48 
GeneralRe: file dialog Pin
_AnsHUMAN_ 8-Jun-08 22:03
_AnsHUMAN_ 8-Jun-08 22:03 
QuestionUsing C++ prg place the cookie in the users cookie folder Pin
Nandu_77b8-Jun-08 17:31
Nandu_77b8-Jun-08 17:31 
AnswerRe: Using C++ prg place the cookie in the users cookie folder Pin
Jijo.Raj8-Jun-08 19:06
Jijo.Raj8-Jun-08 19:06 

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.