Click here to Skip to main content
15,909,898 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: can you please specify why this is happen? Pin
Ranjoy Guha22-Mar-07 1:31
Ranjoy Guha22-Mar-07 1:31 
GeneralRe: can you please specify why this is happen? Pin
David Crow22-Mar-07 3:20
David Crow22-Mar-07 3:20 
AnswerRe: can you please specify why this is happen? Pin
James R. Twine22-Mar-07 1:42
James R. Twine22-Mar-07 1:42 
AnswerRe: can you please specify why this is happen? Pin
David Crow22-Mar-07 3:31
David Crow22-Mar-07 3:31 
QuestionSplitter Windows Pin
Taruni21-Mar-07 22:29
Taruni21-Mar-07 22:29 
QuestionRe: Splitter Windows Pin
Mark Salsbery22-Mar-07 7:54
Mark Salsbery22-Mar-07 7:54 
AnswerRe: Splitter Windows Pin
Taruni22-Mar-07 18:26
Taruni22-Mar-07 18:26 
GeneralRe: Splitter Windows Pin
Mark Salsbery23-Mar-07 7:30
Mark Salsbery23-Mar-07 7:30 
There's a variety of places...

CSplitterWnd has the virtual methods StartTracking() and StopTracking() which are called at the
start and end of a splitter drag. Overriding these, combined with handling WM_MOUSEMOVE, you
may be able to extract the info you need.

Catching WM_SIZE in the panes won't work since the panes aren't resized until the splitter drag
is complete.

The source code for CSplitterWnd is the best source of info for this Smile | :)

Mark


"If you can dodge a wrench, you can dodge a ball."

QuestionDisable tab-- pls help me Pin
deeps_cute21-Mar-07 22:15
deeps_cute21-Mar-07 22:15 
AnswerRe: Disable tab-- pls help me Pin
prasad_som21-Mar-07 22:45
prasad_som21-Mar-07 22:45 
QuestionMemory Leak in ADO Connection->open() Pin
voorugonda prashanth21-Mar-07 22:11
voorugonda prashanth21-Mar-07 22:11 
AnswerRe: Memory Leak in ADO Connection->open() Pin
kakan21-Mar-07 22:28
professionalkakan21-Mar-07 22:28 
QuestionMail Id checking problem Pin
Y_Kaushik21-Mar-07 22:01
Y_Kaushik21-Mar-07 22:01 
AnswerRe: Mail Id checking problem Pin
toxcct21-Mar-07 23:48
toxcct21-Mar-07 23:48 
AnswerRe: Mail Id checking problem Pin
James R. Twine22-Mar-07 1:55
James R. Twine22-Mar-07 1:55 
QuestionResize of the Frame Pin
Kiran Pinjala21-Mar-07 21:51
Kiran Pinjala21-Mar-07 21:51 
AnswerRe: Resize of the Frame Pin
prasad_som21-Mar-07 22:39
prasad_som21-Mar-07 22:39 
QuestionResource Error Pin
rushiraj.jhala21-Mar-07 21:36
rushiraj.jhala21-Mar-07 21:36 
QuestionRe: Resource Error Pin
prasad_som21-Mar-07 21:40
prasad_som21-Mar-07 21:40 
AnswerRe: Resource Error Pin
rushiraj.jhala21-Mar-07 23:31
rushiraj.jhala21-Mar-07 23:31 
Questionhow to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu21-Mar-07 21:32
anumadhu21-Mar-07 21:32 
AnswerKeep title concise,too Pin
prasad_som21-Mar-07 21:38
prasad_som21-Mar-07 21:38 
AnswerRe: how to solve the problem occured due to using setupapi.h and Dbt.h header files in my windows service application.. in windows XP and VC++.Net 2005 Pin
anumadhu22-Mar-07 1:50
anumadhu22-Mar-07 1:50 
Questionretrieving an offset from an EXE Pin
SharatChandra21-Mar-07 21:14
SharatChandra21-Mar-07 21:14 
AnswerRe: retrieving an offset from an EXE Pin
toxcct21-Mar-07 23:46
toxcct21-Mar-07 23:46 

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.