Click here to Skip to main content
16,012,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: a problem in visual C++ Pin
Hamid_RT18-Jun-06 22:52
Hamid_RT18-Jun-06 22:52 
Questioncan we apply socket program to parent and child Pin
happy_ram18-Jun-06 22:07
happy_ram18-Jun-06 22:07 
AnswerRe: can we apply socket program to parent and child Pin
_AnsHUMAN_ 18-Jun-06 22:13
_AnsHUMAN_ 18-Jun-06 22:13 
GeneralRe: can we apply socket program to parent and child Pin
happy_ram18-Jun-06 22:15
happy_ram18-Jun-06 22:15 
AnswerRe: can we apply socket program to parent and child Pin
Laxman Auti18-Jun-06 22:25
Laxman Auti18-Jun-06 22:25 
GeneralRe: can we apply socket program to parent and child Pin
_AnsHUMAN_ 18-Jun-06 22:26
_AnsHUMAN_ 18-Jun-06 22:26 
GeneralRe: can we apply socket program to parent and child Pin
happy_ram18-Jun-06 22:36
happy_ram18-Jun-06 22:36 
GeneralRe: can we apply socket program to parent and child Pin
_AnsHUMAN_ 18-Jun-06 22:46
_AnsHUMAN_ 18-Jun-06 22:46 
I showed you how you can access variables, controls etc from the child dialog that are in the parent dialog. In the same manner you can access functions from the parent dialog in the child dialog. It was not about how you return values from child to parent but it showed how you can do it other way round.
Suppost you are having a function in your parent dialog
CPoint ReturnPoints()
{
return xpoint; //xpoint is a variable in your code of CPoint type
}

You can use this function as
CPoint valueOfPoint=wnd->ReturnPoints();

Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_
AnswerRe: can we apply socket program to parent and child Pin
Laxman Auti18-Jun-06 22:49
Laxman Auti18-Jun-06 22:49 
GeneralRe: can we apply socket program to parent and child Pin
see me18-Jun-06 22:53
see me18-Jun-06 22:53 
GeneralRe: can we apply socket program to parent and child Pin
happy_ram18-Jun-06 23:06
happy_ram18-Jun-06 23:06 
GeneralRe: can we apply socket program to parent and child Pin
see me18-Jun-06 23:22
see me18-Jun-06 23:22 
GeneralRe: can we apply socket program to parent and child Pin
happy_ram19-Jun-06 0:34
happy_ram19-Jun-06 0:34 
QuestionResume the File transfer using sockets Pin
zahid_ash18-Jun-06 21:51
zahid_ash18-Jun-06 21:51 
AnswerRe: Resume the File transfer using sockets Pin
_AnsHUMAN_ 18-Jun-06 21:59
_AnsHUMAN_ 18-Jun-06 21:59 
GeneralIt should be with out FTP involvment - Resume the File transfer using sockets Pin
zahid_ash18-Jun-06 22:02
zahid_ash18-Jun-06 22:02 
AnswerRe: It should be with out FTP involvment - Resume the File transfer using sockets Pin
Laxman Auti18-Jun-06 22:31
Laxman Auti18-Jun-06 22:31 
Questionhow to display avi file in VC? Pin
dinyxu18-Jun-06 21:51
dinyxu18-Jun-06 21:51 
AnswerRe: how to display avi file in VC? Pin
Viorel.18-Jun-06 22:29
Viorel.18-Jun-06 22:29 
QuestionHelp me to use windows hook exactly. Pin
marcoslav18-Jun-06 21:35
marcoslav18-Jun-06 21:35 
AnswerRe: Help me to use windows hook exactly. Pin
Viorel.18-Jun-06 21:43
Viorel.18-Jun-06 21:43 
GeneralRe: Help me to use windows hook exactly. Pin
FarPointer18-Jun-06 21:49
FarPointer18-Jun-06 21:49 
GeneralRe: Help me to use windows hook exactly. Pin
marcoslav18-Jun-06 22:53
marcoslav18-Jun-06 22:53 
GeneralRe: Help me to use windows hook exactly. Pin
Viorel.18-Jun-06 23:05
Viorel.18-Jun-06 23:05 
AnswerRe: Help me to use windows hook exactly. Pin
FarPointer18-Jun-06 21:47
FarPointer18-Jun-06 21:47 

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.