Click here to Skip to main content
15,797,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to send messages between diferents dialogs? Pin
Cool_Dev23-Oct-09 0:31
Cool_Dev23-Oct-09 0:31 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk28-Oct-09 13:51
timbk28-Oct-09 13:51 
QuestionRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 4:36
David Crow22-Oct-09 4:36 
AnswerRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 6:37
timbk22-Oct-09 6:37 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 6:42
David Crow22-Oct-09 6:42 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk22-Oct-09 6:52
timbk22-Oct-09 6:52 
GeneralRe: how to send messages between diferents dialogs? Pin
David Crow22-Oct-09 7:02
David Crow22-Oct-09 7:02 
GeneralRe: how to send messages between diferents dialogs? Pin
timbk23-Oct-09 14:40
timbk23-Oct-09 14: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 13:52
timbk28-Oct-09 13:52 
QuestionHow to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw21-Oct-09 18:25
mtthw21-Oct-09 18:25 
AnswerRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 21-Oct-09 18:38
professional Randor 21-Oct-09 18:38 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
mtthw22-Oct-09 2:28
mtthw22-Oct-09 2:28 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Randor 22-Oct-09 4:21
professional Randor 22-Oct-09 4:21 
GeneralRe: How to with Visual c++ and windows sdk, I'm getting nowhere Pin
Richard MacCutchan22-Oct-09 4:46
mveRichard MacCutchan22-Oct-09 4:46 
QuestionInternet Explorer get PDF page count Pin
Subhash Madhukar21-Oct-09 15:45
Subhash Madhukar21-Oct-09 15:45 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev21-Oct-09 23:38
Cool_Dev21-Oct-09 23:38 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar22-Oct-09 23:58
Subhash Madhukar22-Oct-09 23:58 
AnswerRe: Internet Explorer get PDF page count Pin
Cool_Dev23-Oct-09 1:25
Cool_Dev23-Oct-09 1:25 
GeneralRe: Internet Explorer get PDF page count Pin
Subhash Madhukar25-Oct-09 15:45
Subhash Madhukar25-Oct-09 15:45 
GeneralRe: Internet Explorer get PDF page count Pin
Cool_Dev25-Oct-09 19:33
Cool_Dev25-Oct-09 19:33 
QuestionRe: Static maps, visual studio and memory leaks Pin
Draemstars21-Oct-09 13:09
Draemstars21-Oct-09 13:09 
AnswerRe: Static maps, visual studio and memory leaks Pin
«_Superman_»21-Oct-09 14:09
professional«_Superman_»21-Oct-09 14:09 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 1:25
Draemstars22-Oct-09 1:25 
GeneralRe: Static maps, visual studio and memory leaks Pin
«_Superman_»22-Oct-09 6:36
professional«_Superman_»22-Oct-09 6:36 
GeneralRe: Static maps, visual studio and memory leaks Pin
Draemstars22-Oct-09 14:19
Draemstars22-Oct-09 14: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.