Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRead string at a certain point? Pin
Aoife25-Apr-02 3:48
Aoife25-Apr-02 3:48 
AnswerRe: Read string at a certain point? Pin
Michael P Butler25-Apr-02 3:50
Michael P Butler25-Apr-02 3:50 
AnswerRe: Read string at a certain point? Pin
Alexandru Savescu25-Apr-02 3:54
Alexandru Savescu25-Apr-02 3:54 
AnswerRe: Read string at a certain point? Pin
Tim Smith25-Apr-02 3:57
Tim Smith25-Apr-02 3:57 
GeneralRe: Read string at a certain point? Pin
Aoife25-Apr-02 4:49
Aoife25-Apr-02 4:49 
Questionwho can help me? Pin
Atilla Selem25-Apr-02 3:08
Atilla Selem25-Apr-02 3:08 
AnswerRe: who can help me? Pin
Michael P Butler25-Apr-02 3:28
Michael P Butler25-Apr-02 3:28 
GeneralRe: who can help me? Pin
Atilla Selem25-Apr-02 3:54
Atilla Selem25-Apr-02 3:54 
i have just found the mistake that i did (shown below). i had forgetten to uncomment line (2) so i couldn't have reached any control of my Dialog that i want to update...

Thanks for ur interest..
Atilla Selem


// SockDlg.cpp : My implementation file
(1) CSockDlg* pSockDlg;
(2) pSockDlg=(CSockDlg*)(CWnd::FromHandle(m_hWnd));

// MulticastSocket.cpp : Cpp that i call my dialog funtion to update text in
my ListBox;

extern CSockDlg* pSockDlg;
{
..
..pSockDlg->OnReceive();
}

-----> m_ctlRecvd.AddString(strRecvd); // which resides in OnReceive() in SockDlg

and it has worked!...


willing to learn and teach
Generaldifference between handle & instance Pin
Aviv Halperin25-Apr-02 3:02
Aviv Halperin25-Apr-02 3:02 
GeneralRe: difference between handle & instance Pin
Tim Smith25-Apr-02 3:31
Tim Smith25-Apr-02 3:31 
GeneralRe: difference between handle & instance Pin
moliate25-Apr-02 4:44
moliate25-Apr-02 4:44 
GeneralSetPixelColor for 8-bit bmp Pin
chen25-Apr-02 2:41
chen25-Apr-02 2:41 
GeneralRe: SetPixelColor for 8-bit bmp Pin
Mike Zinni25-Apr-02 3:14
Mike Zinni25-Apr-02 3:14 
GeneralClassWizard in Visual Studio.NET Pin
MarkyMark25-Apr-02 1:53
MarkyMark25-Apr-02 1:53 
GeneralRe: ClassWizard in Visual Studio.NET Pin
Shog925-Apr-02 4:59
sitebuilderShog925-Apr-02 4:59 
GeneralRe: ClassWizard in Visual Studio.NET Pin
MarkyMark25-Apr-02 5:01
MarkyMark25-Apr-02 5:01 
GeneralToolbar button Pin
Hans Ruck25-Apr-02 0:04
Hans Ruck25-Apr-02 0:04 
GeneralSolved Pin
Hans Ruck25-Apr-02 0:42
Hans Ruck25-Apr-02 0:42 
GeneralRe: Toolbar button Pin
Roger Allen25-Apr-02 0:52
Roger Allen25-Apr-02 0:52 
Generalif( Ms Word Version == 97) Damm ! got new one ! :-) Pin
Braulio Dez25-Apr-02 0:00
Braulio Dez25-Apr-02 0:00 
GeneralRe: if( Ms Word Version == 97) Damm ! got new one ! :-) Pin
-Dy25-Apr-02 1:29
-Dy25-Apr-02 1:29 
GeneralMemory Hogging!! :( Pin
Sameer Maggon24-Apr-02 23:45
Sameer Maggon24-Apr-02 23:45 
GeneralRe: Memory Hogging!! :( Pin
Christian Graus24-Apr-02 23:50
protectorChristian Graus24-Apr-02 23:50 
GeneralRe: Memory Hogging!! :( Pin
Nish Nishant25-Apr-02 0:07
sitebuilderNish Nishant25-Apr-02 0:07 
GeneralRe: Memory Hogging!! :( Pin
Christian Graus25-Apr-02 0:21
protectorChristian Graus25-Apr-02 0: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.