Click here to Skip to main content
16,005,162 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: regarding client socket Pin
Sarath C28-Apr-08 21:22
Sarath C28-Apr-08 21:22 
GeneralRe: regarding client socket Pin
Hamid_RT29-Apr-08 21:44
Hamid_RT29-Apr-08 21:44 
GeneralPrint service's message to console.. Pin
Member 270194028-Apr-08 19:57
Member 270194028-Apr-08 19:57 
GeneralRe: Print service's message to console.. Pin
Sarath C28-Apr-08 21:28
Sarath C28-Apr-08 21:28 
GeneralRe: Print service's message to console.. Pin
Rajkumar R28-Apr-08 21:43
Rajkumar R28-Apr-08 21:43 
GeneralRe: Print service's message to console.. Pin
Member 270194028-Apr-08 22:42
Member 270194028-Apr-08 22:42 
QuestionHow can carry value of string from one ctrl to another ctrl? Pin
Le@rner28-Apr-08 19:34
Le@rner28-Apr-08 19:34 
AnswerRe: How can carry value of string from one ctrl to another ctrl? Pin
Sarath C28-Apr-08 21:33
Sarath C28-Apr-08 21:33 
You can define your own message and like WM_SYNC_MYTEXT and send it to the specified control window. that message has to be handled at the tree control side (i.e derive your own tree control from CTreeCtrl) and handle message inside ON_MESSAGE macro inside the message map)

Please check MSDN
Message Handling and mapping[^]
User defined handlers[^]

There may be a better solution for your problem. What I've said is a quick solution.

-Sarath.
"Great hopes make everything great possible" - Benjamin Franklin

GeneralRe: How can carry value of string from one ctrl to another ctrl? Pin
Le@rner2-May-08 2:27
Le@rner2-May-08 2:27 
AnswerRe: How can carry value of string from one ctrl to another ctrl? Pin
David Crow29-Apr-08 3:12
David Crow29-Apr-08 3:12 
AnswerRe: How can carry value of string from one ctrl to another ctrl? Pin
Le@rner29-Apr-08 18:18
Le@rner29-Apr-08 18:18 
QuestionRe: How can carry value of string from one ctrl to another ctrl? Pin
David Crow30-Apr-08 3:03
David Crow30-Apr-08 3:03 
AnswerRe: How can carry value of string from one ctrl to another ctrl? Pin
Le@rner30-Apr-08 18:20
Le@rner30-Apr-08 18:20 
GeneralRe: How can carry value of string from one ctrl to another ctrl? Pin
David Crow1-May-08 3:27
David Crow1-May-08 3:27 
GeneralRe: How can carry value of string from one ctrl to another ctrl? Pin
Le@rner1-May-08 18:20
Le@rner1-May-08 18:20 
GeneralRe: How can carry value of string from one ctrl to another ctrl? Pin
Le@rner1-May-08 18:22
Le@rner1-May-08 18:22 
GeneralRe: How can carry value of string from one ctrl to another ctrl? Pin
David Crow2-May-08 3:39
David Crow2-May-08 3:39 
QuestionRe: How can carry value of string from one ctrl to another ctrl? Pin
David Crow2-May-08 3:33
David Crow2-May-08 3:33 
QuestionHow to Embed MFC ActivexControl in C# Windows Application? Pin
spalanivel28-Apr-08 19:24
spalanivel28-Apr-08 19:24 
Questionhow to get white color on grey background color Pin
ias128-Apr-08 19:15
ias128-Apr-08 19:15 
AnswerRe: how to get white color on grey background color Pin
Rajkumar R28-Apr-08 19:37
Rajkumar R28-Apr-08 19:37 
AnswerRe: how to get white color on grey background color Pin
Hamid_RT29-Apr-08 21:41
Hamid_RT29-Apr-08 21:41 
GeneralProblem with Plink!!! Pin
Member 474468328-Apr-08 18:51
Member 474468328-Apr-08 18:51 
GeneralRe: Problem with Plink!!! Pin
Saurabh.Garg28-Apr-08 19:25
Saurabh.Garg28-Apr-08 19:25 
GeneralRe: Problem with Plink!!! Pin
Member 474468328-Apr-08 19:31
Member 474468328-Apr-08 19:31 

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.