Click here to Skip to main content
15,917,610 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: IDL enum and VC Import Pin
John M. Drescher13-May-03 5:09
John M. Drescher13-May-03 5:09 
GeneralRe: IDL enum and VC Import Pin
Jörgen Sigvardsson13-May-03 9:48
Jörgen Sigvardsson13-May-03 9:48 
GeneralRe: IDL enum and VC Import Pin
John M. Drescher13-May-03 10:05
John M. Drescher13-May-03 10:05 
GeneralRe: IDL enum and VC Import Pin
Jörgen Sigvardsson13-May-03 11:09
Jörgen Sigvardsson13-May-03 11:09 
GeneralRe: IDL enum and VC Import Pin
John M. Drescher13-May-03 11:20
John M. Drescher13-May-03 11:20 
GeneralConsuming ATL generated events in IE Pin
rajeev11-May-03 18:50
rajeev11-May-03 18:50 
General2 questions in wtl Pin
User 1605510-May-03 16:06
User 1605510-May-03 16:06 
GeneralRe: 2 questions in wtl Pin
Michael Dunn10-May-03 17:19
sitebuilderMichael Dunn10-May-03 17:19 
Look at the message map in CSplitterWindow, it contains FORWARD_NOTIFICATIONS(). That means essentially, "pass all unhandled WM_NOTIFY or WM_COMMAND messages to my parent". So when the list sends a LVN_xxx to its parent (the splitter), the splitter sends it to its parent (the main frame). So the answer is, you don't have to do anything. (BTW I'll be covering this topic in my WTL articles soon, probably part 7.)

Can't say about your 2nd question. Post some code.

--Mike--
Latest blog entry: *drool* (Alyson) [May 10]
Ericahist | Homepage | RightClick-Encrypt | 1ClickPicGrabber
"You have Erica on the brain" - Jon Sagara to me

GeneralRe: 2 questions in wtl Pin
User 1605511-May-03 0:09
User 1605511-May-03 0:09 
GeneralRe: 2 questions in wtl Pin
Michael Dunn11-May-03 6:03
sitebuilderMichael Dunn11-May-03 6:03 
Generalread vector Pin
aguest10-May-03 13:53
aguest10-May-03 13:53 
GeneralRe: read vector Pin
Nick Parker11-May-03 2:59
protectorNick Parker11-May-03 2:59 
GeneralRe: read vector Pin
aguest11-May-03 5:39
aguest11-May-03 5:39 
GeneralRe: read vector Pin
Nick Parker11-May-03 12:40
protectorNick Parker11-May-03 12:40 
GeneralATL COM object not callable in ASP Pin
cmak9-May-03 18:58
cmak9-May-03 18:58 
GeneralRe: ATL COM object not callable in ASP Pin
Brian Shifrin9-May-03 21:26
Brian Shifrin9-May-03 21:26 
GeneralRe: ATL COM object not callable in ASP Pin
Jörgen Sigvardsson13-May-03 9:46
Jörgen Sigvardsson13-May-03 9:46 
Generalstd::vector Pin
73Zeppelin9-May-03 15:59
73Zeppelin9-May-03 15:59 
GeneralRe: std::vector Pin
Tim Smith9-May-03 16:36
Tim Smith9-May-03 16:36 
GeneralRe: std::vector Pin
73Zeppelin9-May-03 17:36
73Zeppelin9-May-03 17:36 
GeneralRe: std::vector Pin
John M. Drescher9-May-03 17:00
John M. Drescher9-May-03 17:00 
GeneralRe: std::vector Pin
73Zeppelin9-May-03 17:41
73Zeppelin9-May-03 17:41 
GeneralMFC dialog containing ATL control that fires events... Pin
nebbish8-May-03 9:18
nebbish8-May-03 9:18 
GeneralIE Toolbar in ATL Pin
H.P.8-May-03 8:01
H.P.8-May-03 8:01 
GeneralFireing events from worker thread Pin
Sivakumar R8-May-03 2:08
Sivakumar R8-May-03 2:08 

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.