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

C / C++ / MFC

 
GeneralRe: Disable Task Manager for ALL users? Pin
Stephen Hewitt3-Sep-07 22:29
Stephen Hewitt3-Sep-07 22:29 
Questionmsvcrt.dll Pin
vikramlinux3-Sep-07 18:29
vikramlinux3-Sep-07 18:29 
AnswerRe: msvcrt.dll Pin
Naveen3-Sep-07 18:39
Naveen3-Sep-07 18:39 
GeneralRe: msvcrt.dll Pin
vikramlinux3-Sep-07 18:58
vikramlinux3-Sep-07 18:58 
Question[SOLVED] MoveWindow() and Negative Values [modified] Pin
Zeke8083-Sep-07 12:16
Zeke8083-Sep-07 12:16 
AnswerRe: MoveWindow() and Negative Values Pin
Mark Salsbery3-Sep-07 12:44
Mark Salsbery3-Sep-07 12:44 
GeneralRe: MoveWindow() and Negative Values Pin
Zeke8083-Sep-07 13:14
Zeke8083-Sep-07 13:14 
GeneralRe: MoveWindow() and Negative Values Pin
Mark Salsbery3-Sep-07 14:45
Mark Salsbery3-Sep-07 14:45 
I can't find a specific documented sentence that states this.

This has been the behavior of windows since the start of Windows.
Windows has always kept mis-behaving apps from drawing outside their windows.

You can move all your controls yourself for scrolling if you want to.  You're also free to hide
child windows that are outside the visible client area of the window if you feel better about it. 
Of course, for child windows partially outside the client area of the parent, you'd need to handle
all clipping.  It could be a lot of work for something Windows will do with one function call...

The ScrollWindowEx() API will move the child windows for you if you use the
SW_SCROLLCHILDREN flag.  If you try this, you'll see that Windows happily moves the
child windows to negative coordinates.

Mark



Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: MoveWindow() and Negative Values Pin
Zeke8083-Sep-07 15:25
Zeke8083-Sep-07 15:25 
GeneralRe: MoveWindow() and Negative Values Pin
chandu0043-Sep-07 18:14
chandu0043-Sep-07 18:14 
QuestionHow to get a status from ITask Pin
StefanKittel3-Sep-07 10:40
StefanKittel3-Sep-07 10:40 
AnswerRe: How to get a status from ITask Pin
Hamid_RT3-Sep-07 18:52
Hamid_RT3-Sep-07 18:52 
QuestionHow to launch exe file with command line? Pin
jerome_data3-Sep-07 7:38
jerome_data3-Sep-07 7:38 
AnswerRe: How to launch exe file with command line? Pin
Mark Salsbery3-Sep-07 8:26
Mark Salsbery3-Sep-07 8:26 
AnswerRe: How to launch exe file with command line? Pin
Hamid_RT3-Sep-07 18:50
Hamid_RT3-Sep-07 18:50 
AnswerRe: How to launch exe file with command line? Pin
Jason Teagle3-Sep-07 22:37
Jason Teagle3-Sep-07 22:37 
Question860612 - automatic expand in outlining Pin
ilostmyid23-Sep-07 6:01
professionalilostmyid23-Sep-07 6:01 
QuestionProblem defining operator<(rhs) Pin
John R. Shaw3-Sep-07 5:50
John R. Shaw3-Sep-07 5:50 
AnswerRe: Problem defining operator&lt;(rhs) Pin
Russell'3-Sep-07 7:05
Russell'3-Sep-07 7:05 
AnswerRe: Problem defining operator&amp;lt;(rhs) Pin
Stephen Hewitt3-Sep-07 14:58
Stephen Hewitt3-Sep-07 14:58 
GeneralRe: Problem defining operator&amp;lt;(rhs) Pin
John R. Shaw3-Sep-07 18:26
John R. Shaw3-Sep-07 18:26 
GeneralRe: Problem defining operator&amp;amp;lt;(rhs) Pin
Stephen Hewitt3-Sep-07 18:54
Stephen Hewitt3-Sep-07 18:54 
GeneralRe: Problem defining operator&amp;amp;lt;(rhs) Pin
John R. Shaw5-Sep-07 16:03
John R. Shaw5-Sep-07 16:03 
GeneralRe: Problem defining operator&amp;amp;lt;(rhs) Pin
Stephen Hewitt5-Sep-07 16:15
Stephen Hewitt5-Sep-07 16:15 
Questionany good 3ds max plugin guide? Pin
nathan73-Sep-07 5:10
nathan73-Sep-07 5:10 

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.