Click here to Skip to main content
15,925,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: separating strings Pin
Gary R. Wheeler8-Jul-06 3:59
Gary R. Wheeler8-Jul-06 3:59 
GeneralRe: separating strings Pin
Tara148-Jul-06 5:21
Tara148-Jul-06 5:21 
Questionolestd.h , compilation problem in vc++ 7.0 Pin
jalsa G8-Jul-06 1:00
jalsa G8-Jul-06 1:00 
AnswerRe: olestd.h , compilation problem in vc++ 7.0 Pin
Sarath C8-Jul-06 2:20
Sarath C8-Jul-06 2:20 
Questiontoolbar and CColorDialog Pin
TranQuangNhat8-Jul-06 0:56
TranQuangNhat8-Jul-06 0:56 
AnswerRe: toolbar and CColorDialog Pin
Sarath C8-Jul-06 2:26
Sarath C8-Jul-06 2:26 
Questionhow we can get specitfied port is running or not Pin
johnalek8-Jul-06 0:34
johnalek8-Jul-06 0:34 
AnswerRe: how we can get specitfied port is running or not [modified] Pin
Sarath C8-Jul-06 0:47
Sarath C8-Jul-06 0:47 
GeneralRe: how we can get specitfied port is running or not [modified] Pin
johnalek8-Jul-06 0:58
johnalek8-Jul-06 0:58 
GeneralRe: how we can get specitfied port is running or not Pin
Sarath C8-Jul-06 2:19
Sarath C8-Jul-06 2:19 
GeneralRe: how we can get specitfied port is running or not Pin
ThatsAlok9-Jul-06 20:22
ThatsAlok9-Jul-06 20:22 
Questionproblem in fucntion calling Pin
Amit Agarrwal8-Jul-06 0:27
Amit Agarrwal8-Jul-06 0:27 
AnswerRe: problem in fucntion calling Pin
Sarath C8-Jul-06 0:42
Sarath C8-Jul-06 0:42 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal8-Jul-06 2:51
Amit Agarrwal8-Jul-06 2:51 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal8-Jul-06 3:39
Amit Agarrwal8-Jul-06 3:39 
GeneralRe: problem in fucntion calling Pin
Sarath C9-Jul-06 0:48
Sarath C9-Jul-06 0:48 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal9-Jul-06 19:49
Amit Agarrwal9-Jul-06 19:49 
GeneralRe: problem in fucntion calling Pin
Sarath C9-Jul-06 19:56
Sarath C9-Jul-06 19:56 
actually set handler function should be call from the owner of list. i.e in this case, the dailog class. he also contains the XYZ Class too.

so he is becoming as mediator for communication.

set set handler should be called from OnInitDialog or from the constructor.

in the class, you pls add CListBox* m_pList;

in the set handler function
m_pList = pListBox;

inside display function, you can use m_pList, if you properly set the handle.

it's actually not big deal.

I dont have time to write code, that is why im explaining through these steps.

SaRath.

"Where I am from, there is no plan B. So, take advantage of today becuase tomorrow is not promised. - 50 Cent"

<blink>My Blog | Understanding State Patte

GeneralRe: problem in fucntion calling Pin
Amit Agarrwal9-Jul-06 21:19
Amit Agarrwal9-Jul-06 21:19 
GeneralRe: problem in fucntion calling Pin
Sarath C9-Jul-06 21:39
Sarath C9-Jul-06 21:39 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal9-Jul-06 21:55
Amit Agarrwal9-Jul-06 21:55 
GeneralRe: problem in fucntion calling Pin
Sarath C9-Jul-06 22:05
Sarath C9-Jul-06 22:05 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal9-Jul-06 22:25
Amit Agarrwal9-Jul-06 22:25 
GeneralRe: problem in fucntion calling Pin
Sarath C9-Jul-06 22:32
Sarath C9-Jul-06 22:32 
GeneralRe: problem in fucntion calling Pin
Amit Agarrwal8-Jul-06 3:42
Amit Agarrwal8-Jul-06 3:42 

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.