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

C / C++ / MFC

 
GeneralRe: how to send messages between diferents dialogs? Pin
Cool_Dev22-Oct-09 23:31
Cool_Dev22-Oct-09 23:31 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk28-Oct-09 12:51
timbk28-Oct-09 12:51 
QuestionRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 3:36
David Crow22-Oct-09 3:36 
AnswerRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 5:37
timbk22-Oct-09 5:37 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 5:42
David Crow22-Oct-09 5:42 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 5:52
timbk22-Oct-09 5:52 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 6:02
David Crow22-Oct-09 6:02 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk23-Oct-09 13:40
timbk23-Oct-09 13:40 
Thanks. But , wich is the correct syntax? i wrote the following code in CDlgMapa1
<code>CCalibracionDlg.PostMessage( ? , WM_MYCUSTOMMESSAGE,(WPARAM) wParam,(LPARAM) lParam);</code>
Two questions:
1-What have i put in'?' ? , the handler to CCalibracionDlg (is the object that recives the message) ? in this case , how can obtain it? if you could put some code like an example , would be nice.
2- at that line of code the compiler says : error C2143: syntax error : missing ';' before '.' , sounds like the compiler doesn't recognizes that line. thanks again.
AnswerRe: how to send messages between diferents dialogs? Pin
timbk28-Oct-09 12:52
timbk28-Oct-09 12:52 
QuestionHow to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw21-Oct-09 17:25
mtthw21-Oct-09 17:25 
AnswerRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 21-Oct-09 17:38
professional Randor 21-Oct-09 17:38 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw22-Oct-09 1:28
mtthw22-Oct-09 1:28 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 22-Oct-09 3:21
professional Randor 22-Oct-09 3:21 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Richard MacCutchan22-Oct-09 3:46
mveRichard MacCutchan22-Oct-09 3:46 
QuestionInternet Explorer get PDF page count Pin
Subhash Madhukar21-Oct-09 14:45
Subhash Madhukar21-Oct-09 14:45 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev21-Oct-09 22:38
Cool_Dev21-Oct-09 22:38 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar22-Oct-09 22:58
Subhash Madhukar22-Oct-09 22:58 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev23-Oct-09 0:25
Cool_Dev23-Oct-09 0:25 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar25-Oct-09 14:45
Subhash Madhukar25-Oct-09 14:45 
GeneralRe: Internet Explorer get PDF page count Pin
Cool_Dev25-Oct-09 18:33
Cool_Dev25-Oct-09 18:33 
QuestionRe: Static maps, visual studio and memory leaks Pin
Draemstars21-Oct-09 12:09
Draemstars21-Oct-09 12:09 
AnswerRe: Static maps, visual studio and memory leaks Pin
«_Superman_»21-Oct-09 13:09
professional«_Superman_»21-Oct-09 13:09 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 0:25
Draemstars22-Oct-09 0:25 
GeneralRe: Static maps, visual studio and memory leaks Pin
«_Superman_»22-Oct-09 5:36
professional«_Superman_»22-Oct-09 5:36 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 13:19
Draemstars22-Oct-09 13:19 

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.