Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Accessing data in views Pin
26-Feb-02 21:12
suss26-Feb-02 21:12 
GeneralRe: Accessing data in views Pin
Steen Krogsgaard26-Feb-02 21:13
Steen Krogsgaard26-Feb-02 21:13 
GeneralRe: Accessing data in views Pin
26-Feb-02 21:42
suss26-Feb-02 21:42 
Generaltype casting a struct to LPARAM in SendMessage(...) Pin
26-Feb-02 20:23
suss26-Feb-02 20:23 
GeneralRe: type casting a struct to LPARAM in SendMessage(...) Pin
moliate26-Feb-02 20:51
moliate26-Feb-02 20:51 
Generaljust typing error Pin
26-Feb-02 21:06
suss26-Feb-02 21:06 
GeneralRe: just typing error Pin
Steen Krogsgaard26-Feb-02 21:20
Steen Krogsgaard26-Feb-02 21:20 
GeneralRe: just typing error Pin
moliate26-Feb-02 22:02
moliate26-Feb-02 22:02 
It works fine for me when I tried it... Confused | :confused:
Test ts;
::SendMessage(m_hWnd, WM_USER, (WPARAM)21, (LPARAM)&ts);


Perhaps you could send us a larger piece of code?

/moliate
Generalfile not found Pin
26-Feb-02 20:01
suss26-Feb-02 20:01 
GeneralRe: file not found Pin
Nish Nishant26-Feb-02 20:24
sitebuilderNish Nishant26-Feb-02 20:24 
GeneralHelp with OnKillFocus Pin
John Cruz26-Feb-02 19:39
John Cruz26-Feb-02 19:39 
GeneralRe: Help with OnKillFocus Pin
Derek Waters26-Feb-02 20:03
Derek Waters26-Feb-02 20:03 
GeneralRe: Help with OnKillFocus Pin
John Cruz26-Feb-02 20:00
John Cruz26-Feb-02 20:00 
GeneralRe: Help with OnKillFocus Pin
Joaquín M López Muñoz26-Feb-02 20:00
Joaquín M López Muñoz26-Feb-02 20:00 
GeneralNeed help with sychronizing list control datas in different windows Pin
David Z26-Feb-02 17:50
David Z26-Feb-02 17:50 
GeneralRe: Need help with sychronizing list control datas in different windows Pin
Derek Waters26-Feb-02 18:48
Derek Waters26-Feb-02 18:48 
GeneralRe: Need help with sychronizing list control datas in different windows Pin
David Z26-Feb-02 20:58
David Z26-Feb-02 20:58 
GeneralRe: Need help with sychronizing list control datas in different windows Pin
peterchen27-Feb-02 5:48
peterchen27-Feb-02 5:48 
GeneralRe: Need help with sychronizing list control datas in different windows Pin
David Z27-Feb-02 10:46
David Z27-Feb-02 10:46 
GeneralFinding Child Windows Pin
Alan Blakely26-Feb-02 16:20
Alan Blakely26-Feb-02 16:20 
GeneralRe: Finding Child Windows Pin
Daniel Ferguson26-Feb-02 18:01
Daniel Ferguson26-Feb-02 18:01 
GeneralCWnd destruction Pin
alex.barylski26-Feb-02 13:30
alex.barylski26-Feb-02 13:30 
GeneralRe: CWnd destruction Pin
Jay Beckert26-Feb-02 13:57
Jay Beckert26-Feb-02 13:57 
GeneralRe: CWnd destruction Pin
alex.barylski26-Feb-02 13:57
alex.barylski26-Feb-02 13:57 
GeneralRe: CWnd destruction Pin
Christian Graus26-Feb-02 14:06
protectorChristian Graus26-Feb-02 14:06 

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.