Click here to Skip to main content
15,913,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: decompiler for DLL Pin
David Crow20-Jul-04 2:58
David Crow20-Jul-04 2:58 
GeneralRe: decompiler for DLL Pin
Tim Smith20-Jul-04 4:11
Tim Smith20-Jul-04 4:11 
GeneralRe: decompiler for DLL Pin
David Crow20-Jul-04 4:26
David Crow20-Jul-04 4:26 
GeneralRe: decompiler for DLL Pin
bikram singh20-Jul-04 8:13
bikram singh20-Jul-04 8:13 
GeneralRe: decompiler for DLL Pin
David Crow20-Jul-04 8:30
David Crow20-Jul-04 8:30 
GeneralRe: decompiler for DLL Pin
bikram singh20-Jul-04 9:32
bikram singh20-Jul-04 9:32 
GeneralDC->ScrollDC( Pin
0v3rloader19-Jul-04 23:41
0v3rloader19-Jul-04 23:41 
GeneralRe: DC->ScrollDC( Pin
Alexander Wiseman20-Jul-04 8:25
Alexander Wiseman20-Jul-04 8:25 
Would you be willing to send me your code so I can look at it? I don't really have time to pull together something which has this scenario and I don't think I can answer your question off the top of my head.

Of course, MSDN doesn't say anything about this situation in ScrollDC, but I did find this comment:

[MSDN]
An application should use the ScrollWindow member function of class CWnd when it is necessary to scroll the entire client area of a window. Otherwise, it should use ScrollDC.
[/MSDN]

ScrollWindow's description in MSDN: "CWnd::ScrollWindow: Scrolls the contents of the client area of the current CWnd object."

ScrollDC's description in MSDN: "CDC::ScrollDC: Scrolls a rectangle of bits horizontally and vertically."

It may be that ScrollDC simply isn't suited for what you are doing, since you probably want the whole client area of your custom control to be scrolled. I'm not sure if using the other function will solve the problem. Give it a try and if it doesn't work I would be willing to look through your code if you would be willing to send it (Alexander@wisemanweb.com).

Sincerely,
Alexander Wiseman

Est melior esse quam videri
It is better to be than to seem
GeneralMessage Handler for dynamic Cbutton Pin
Puah19-Jul-04 23:09
Puah19-Jul-04 23:09 
GeneralRe: Message Handler for dynamic Cbutton Pin
Bhaskar19-Jul-04 23:54
Bhaskar19-Jul-04 23:54 
GeneralMemory leak debug - no code line ref Pin
srev19-Jul-04 22:44
srev19-Jul-04 22:44 
GeneralRe: Memory leak debug - no code line ref Pin
Roger Allen20-Jul-04 3:01
Roger Allen20-Jul-04 3:01 
GeneralRe: Memory leak debug - no code line ref Pin
srev20-Jul-04 6:39
srev20-Jul-04 6:39 
GeneralMC FILES Pin
Poorniselva19-Jul-04 21:26
Poorniselva19-Jul-04 21:26 
GeneralExperts in Embedded Visual C++, Visual C++ n PDA programming come in Pin
Anonymous19-Jul-04 21:22
Anonymous19-Jul-04 21:22 
GeneralCode for my Class CListenSocket: ListenSocket.h Pin
Anonymous19-Jul-04 21:23
Anonymous19-Jul-04 21:23 
GeneralRCode for my Class CListenSocket: ListenSocket.cpp Pin
Anonymous19-Jul-04 21:23
Anonymous19-Jul-04 21:23 
GeneralCode for my Class CLinkSocket: LinkSocket.h Pin
Anonymous19-Jul-04 21:25
Anonymous19-Jul-04 21:25 
GeneralCode for my Class CLinkSocket: LinkSocket.cpp Pin
Anonymous19-Jul-04 21:26
Anonymous19-Jul-04 21:26 
GeneralCode for my Class ServerDlg: ServerDlg.h Pin
Anonymous19-Jul-04 21:27
Anonymous19-Jul-04 21:27 
GeneralCode for my Class ServerDlg: ServerDlg.Cpp (Not yet completed) Pin
Anonymous19-Jul-04 21:28
Anonymous19-Jul-04 21:28 
GeneralMultiple Clipboard Pin
albd19-Jul-04 21:15
albd19-Jul-04 21:15 
GeneralRe: Multiple Clipboard Pin
Yulianto.19-Jul-04 22:34
Yulianto.19-Jul-04 22:34 
GeneralRe: Multiple Clipboard Pin
Kevin McFarlane20-Jul-04 6:28
Kevin McFarlane20-Jul-04 6:28 
QuestionHow to obtain NetBIOS (not DNS) name from IP address Pin
---Ranger---19-Jul-04 21:02
---Ranger---19-Jul-04 21:02 

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.