Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to initialize const of base class Pin
Boniolopez30-Sep-04 5:26
Boniolopez30-Sep-04 5:26 
GeneralRe: How to initialize const of base class Pin
22491730-Sep-04 18:21
22491730-Sep-04 18:21 
AnswerRe: How to initialize const of base class Pin
Andrzej Markowski30-Sep-04 21:40
Andrzej Markowski30-Sep-04 21:40 
GeneralRe: How to initialize const of base class Pin
Boniolopez1-Oct-04 4:05
Boniolopez1-Oct-04 4:05 
Generalmake multiple mdi child windows scroll together Pin
mickelliot29-Sep-04 15:20
mickelliot29-Sep-04 15:20 
GeneralRe: make multiple mdi child windows scroll together Pin
Ryan Binns29-Sep-04 18:14
Ryan Binns29-Sep-04 18:14 
GeneralRe: make multiple mdi child windows scroll together Pin
mickelliot30-Sep-04 6:13
mickelliot30-Sep-04 6:13 
GeneralRe: make multiple mdi child windows scroll together Pin
Ryan Binns30-Sep-04 13:48
Ryan Binns30-Sep-04 13:48 
One way would be to handle WM_HSCROLL and WM_VSCROLL in each view. Whenever the view is scrolled, get the current scroll position. Each document (GetDocument()) has a list of all the views attached to it (GetFirstViewPosition(), GetNextView()). Just loop through for each view and call SetScrollPosition().

Ryan
"Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late" John Nichol "Point Of Impact"

GeneralShow animation on the dialog Pin
ic@29-Sep-04 15:09
ic@29-Sep-04 15:09 
GeneralRe: Show animation on the dialog Pin
Christian Graus29-Sep-04 15:10
protectorChristian Graus29-Sep-04 15:10 
GeneralRe: Show animation on the dialog Pin
ThatsAlok29-Sep-04 18:37
ThatsAlok29-Sep-04 18:37 
GeneralRe: Show animation on the dialog Pin
Muhammad Azam29-Sep-04 19:06
Muhammad Azam29-Sep-04 19:06 
GeneralRe: Show animation on the dialog Pin
ic@30-Sep-04 11:19
ic@30-Sep-04 11:19 
GeneralNumerical Methods Program Pin
L_JIMENEZ29-Sep-04 15:07
L_JIMENEZ29-Sep-04 15:07 
GeneralRe: Numerical Methods Program Pin
styx1300129-Sep-04 16:21
styx1300129-Sep-04 16:21 
GeneralOverlap Live Video Pin
tlerner29-Sep-04 14:53
tlerner29-Sep-04 14:53 
GeneralRe: Overlap Live Video Pin
Ryan Binns29-Sep-04 18:18
Ryan Binns29-Sep-04 18:18 
QuestionHow to get access to USB 2.0 port Pin
OutlawTornNMT29-Sep-04 14:00
OutlawTornNMT29-Sep-04 14:00 
AnswerRe: How to get access to USB 2.0 port Pin
Steve Mayfield29-Sep-04 14:28
Steve Mayfield29-Sep-04 14:28 
GeneralReadDirectoryChangesW() "An unexpected network error occurred." Pin
BlackDice29-Sep-04 11:49
BlackDice29-Sep-04 11:49 
GeneralRe: ReadDirectoryChangesW() "An unexpected network error occurred." Pin
Neville Franks29-Sep-04 12:19
Neville Franks29-Sep-04 12:19 
GeneralRe: ReadDirectoryChangesW() "An unexpected network error occurred." Pin
BlackDice30-Sep-04 3:26
BlackDice30-Sep-04 3:26 
GeneralRe: ReadDirectoryChangesW() "An unexpected network error occurred." Pin
Neville Franks30-Sep-04 10:37
Neville Franks30-Sep-04 10:37 
GeneralRe: ReadDirectoryChangesW() "An unexpected network error occurred." Pin
Neville Franks30-Sep-04 10:37
Neville Franks30-Sep-04 10:37 
Generaledt1 problem in vc .net Pin
Michael Liu29-Sep-04 11:43
Michael Liu29-Sep-04 11:43 

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.