Click here to Skip to main content
15,924,982 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: TCP/IP Socket programming Pin
markkuk20-May-01 21:06
markkuk20-May-01 21:06 
QuestionCPrintDialog::GetDefaults() doesn't work? Pin
Joep18-May-01 1:31
Joep18-May-01 1:31 
AnswerRe: CPrintDialog::GetDefaults() doesn't work? Pin
Gerry18-May-01 3:21
Gerry18-May-01 3:21 
GeneralUnsing STL in cunjunction with MFC Pin
18-May-01 1:19
suss18-May-01 1:19 
GeneralRe: Unsing STL in cunjunction with MFC Pin
James R. Twine18-May-01 2:57
James R. Twine18-May-01 2:57 
QuestionQuestion on pass HBITMAP using WM_COPYDATA? Pin
18-May-01 1:01
suss18-May-01 1:01 
QuestionQuestion on pass HBITMAP using WM_COPYDATA? Pin
18-May-01 1:01
suss18-May-01 1:01 
AnswerRe: Question on pass HBITMAP using WM_COPYDATA? Pin
#realJSOP18-May-01 2:48
professional#realJSOP18-May-01 2:48 
I sent you an email reply, but I'll summarize what I said in the email.

Create a struct containing the data you want to send to the other application, and put a (void) pointer to that struct into the lpData field of the COPYDATASTRUCT variable. You can actually send any pointer you want as long as the app know how to handle the pointer. I use the dwData field to indicate what type of struct/pointer I'm sending, and the receiving app traverses a switch statement to determine what to do with the pointer.


GeneralRe: Question on pass HBITMAP using WM_COPYDATA? Pin
18-May-01 20:49
suss18-May-01 20:49 
GeneralMFC SplitterBar *** SDI without Document/View Architecture *** Pin
Hubbard18-May-01 0:50
Hubbard18-May-01 0:50 
GeneralChild window resizing problem!! Pin
17-May-01 23:22
suss17-May-01 23:22 
GeneralRe: Child window resizing problem!! Pin
Tomasz Sowinski18-May-01 0:23
Tomasz Sowinski18-May-01 0:23 
GeneralRe: Child window resizing problem!! Pin
18-May-01 0:35
suss18-May-01 0:35 
GeneralRe: Child window resizing problem!! Pin
Tomasz Sowinski18-May-01 0:43
Tomasz Sowinski18-May-01 0:43 
QuestionHow is it possible to access to global variable in project ? Pin
17-May-01 22:34
suss17-May-01 22:34 
AnswerRe: How is it possible to access to global variable in project ? Pin
17-May-01 22:39
suss17-May-01 22:39 
AnswerRe: How is it possible to access to global variable in project ? Pin
18-May-01 4:13
suss18-May-01 4:13 
GeneralRe: How is it possible to access to global variable in project ? Pin
18-May-01 18:52
suss18-May-01 18:52 
GeneralRe: How is it possible to access to global variable in project ? Pin
18-May-01 20:18
suss18-May-01 20:18 
GeneralWhere is the CMainFrame in dialog project ??? Pin
19-May-01 11:27
suss19-May-01 11:27 
GeneralRe: Where is the CMainFrame in dialog project ??? Pin
Christian Graus19-May-01 13:04
protectorChristian Graus19-May-01 13:04 
GeneralRe: Where is the CMainFrame in dialog project ??? Pin
Christian Graus19-May-01 13:12
protectorChristian Graus19-May-01 13:12 
GeneralPlease !! HELP ME !! I Don't SUCCESS !!! ??? Pin
19-May-01 20:40
suss19-May-01 20:40 
GeneralRe: Please !! HELP ME !! I Don't SUCCESS !!! ??? Pin
Christian Graus19-May-01 21:59
protectorChristian Graus19-May-01 21:59 
AnswerRe: How is it possible to access to global variable in project ? Pin
#realJSOP20-May-01 2:40
professional#realJSOP20-May-01 2:40 

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.