Click here to Skip to main content
16,004,761 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: vector of strings, find all matches Pin
Nuri Ismail4-Feb-10 0:14
Nuri Ismail4-Feb-10 0:14 
GeneralRe: vector of strings, find all matches Pin
ekimpl4-Feb-10 0:38
ekimpl4-Feb-10 0:38 
GeneralRe: vector of strings, find all matches Pin
Nuri Ismail4-Feb-10 3:51
Nuri Ismail4-Feb-10 3:51 
GeneralRe: vector of strings, find all matches Pin
ekimpl4-Feb-10 4:03
ekimpl4-Feb-10 4:03 
GeneralRe: vector of strings, find all matches Pin
Nuri Ismail4-Feb-10 4:07
Nuri Ismail4-Feb-10 4:07 
QuestionClient Blocking Event Sink Pin
Anthony98871-Feb-10 4:30
Anthony98871-Feb-10 4:30 
AnswerRe: Client Blocking Event Sink Pin
Stuart Dootson1-Feb-10 11:03
professionalStuart Dootson1-Feb-10 11:03 
QuestionSplitterWindow change message? [modified] Pin
Member 381982121-Jan-10 11:41
Member 381982121-Jan-10 11:41 
Hi there,
I've written a WTL SDI application, that uses splitter windows. I'd like to know how what messages to listen for to pick up when the splitter windows are moved.

I've tried listening to WM_SIZE, but only the CMainFrame seems to send WM_SIZE messages.

Here's my CSplitterImpl derived class:

template <bool t_bVertical = true>
class CViewSplitterT : public CSplitterWindowImpl<CViewSplitterT<t_bVertical>, t_bVertical>
{
public:
    DECLARE_WND_CLASS_EX(_T("Splitter"), 0, -1)	

	CViewSplitterT(){ }
};

typedef CViewSplitterT<false>   CHorSplitter;
typedef CViewSplitterT<true>	CVertSplitter;


What should I be listening for in the message map of my CMainFrame?

All suggestions welcomed!

modified on Friday, January 22, 2010 3:29 AM

AnswerRe: SplitterWindow change message? Pin
Stuart Dootson21-Jan-10 22:53
professionalStuart Dootson21-Jan-10 22:53 
AnswerRe: SplitterWindow change message? Pin
Jonathan Davies22-Jan-10 2:36
Jonathan Davies22-Jan-10 2:36 
GeneralRe: SplitterWindow change message? Pin
Stuart Dootson22-Jan-10 2:51
professionalStuart Dootson22-Jan-10 2:51 
QuestionI need an ebay program Pin
totolcm13-Jan-10 2:19
totolcm13-Jan-10 2:19 
QuestionQuery to copy the table with Data and Constraints in SQL Server Pin
siddisagar6-Jan-10 0:56
siddisagar6-Jan-10 0:56 
AnswerRe: Query to copy the table with Data and Constraints in SQL Server Pin
LunaticFringe6-Jan-10 1:05
LunaticFringe6-Jan-10 1:05 
GeneralRe: Query to copy the table with Data and Constraints in SQL Server Pin
siddisagar6-Jan-10 1:12
siddisagar6-Jan-10 1:12 
GeneralRe: Query to copy the table with Data and Constraints in SQL Server Pin
LunaticFringe6-Jan-10 2:27
LunaticFringe6-Jan-10 2:27 
QuestionATL ActiveX control embedded in Internet Explorer not receiving WM_CREATE, WM_DESTROY, WM_SHOWWINDOW messages Pin
Member 455120828-Dec-09 23:55
Member 455120828-Dec-09 23:55 
QuestionProblem in transform function Pin
ashtwin16-Dec-09 1:50
ashtwin16-Dec-09 1:50 
AnswerRe: Problem in transform function Pin
Stuart Dootson16-Dec-09 6:45
professionalStuart Dootson16-Dec-09 6:45 
GeneralRe: Problem in transform function Pin
ashtwin16-Dec-09 17:34
ashtwin16-Dec-09 17:34 
GeneralRe: Problem in transform function Pin
Stuart Dootson16-Dec-09 21:30
professionalStuart Dootson16-Dec-09 21:30 
GeneralRe: Problem in transform function Pin
ashtwin17-Dec-09 0:25
ashtwin17-Dec-09 0:25 
GeneralRe: Problem in transform function Pin
Stuart Dootson17-Dec-09 0:26
professionalStuart Dootson17-Dec-09 0:26 
GeneralRe: Problem in transform function Pin
ashtwin17-Dec-09 21:33
ashtwin17-Dec-09 21:33 
GeneralRe: Problem in transform function Pin
Stuart Dootson17-Dec-09 21:36
professionalStuart Dootson17-Dec-09 21:36 

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.