Click here to Skip to main content
15,905,144 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: .NET 3.0 Pin
szukuro26-Apr-07 22:43
szukuro26-Apr-07 22:43 
GeneralRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:21
Kevin McFarlane27-Apr-07 3:21 
AnswerRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:30
Kevin McFarlane27-Apr-07 3:30 
QuestionPlugins and Assembly References Pin
Steven M Hunt26-Apr-07 8:26
Steven M Hunt26-Apr-07 8:26 
AnswerRe: Plugins and Assembly References Pin
Eugene Ciloci27-Apr-07 12:15
Eugene Ciloci27-Apr-07 12:15 
GeneralRe: Plugins and Assembly References Pin
Steven M Hunt27-Apr-07 12:24
Steven M Hunt27-Apr-07 12:24 
Questionscroll bar issue in MDI Pin
sarah_malik26-Apr-07 5:04
sarah_malik26-Apr-07 5:04 
AnswerRe: scroll bar issue in MDI Pin
Dave Kreskowiak26-Apr-07 5:58
mveDave Kreskowiak26-Apr-07 5:58 
sarah_malik wrote:
The default Windows behaviour for MDI applications is that they never have scroll bars on MDI Parent


Obviously, this is an incorrect assumption since you're not using a Win32 control.

The MDI Child forms get rendered by a hidden, but in plain sight, control on the MDI Parent form. This is the MdiClient control. There is no property or method to turn off the scroll bars in the MdiClient control.

What you were changing were the properties of the MdiParent form, not the MdiClient control.

Every method I can think of for customizing the MdiClient control requires you to create your own version of the control, or process the window messages going to the control and alter them to keep the child windows from exceeding the boundries of the display area.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: scroll bar issue in MDI Pin
sarah_malik27-Apr-07 4:38
sarah_malik27-Apr-07 4:38 
QuestionAddin trouble shoot Pin
veron71226-Apr-07 2:46
veron71226-Apr-07 2:46 
QuestionDynamic crystal report in .net Pin
prash.dark25-Apr-07 23:17
prash.dark25-Apr-07 23:17 
QuestionLong operation [modified] Pin
sarah_malik25-Apr-07 15:35
sarah_malik25-Apr-07 15:35 
AnswerRe: Long operation Pin
Brady Kelly25-Apr-07 19:26
Brady Kelly25-Apr-07 19:26 
GeneralRe: Long operation Pin
Luc Pattyn26-Apr-07 1:28
sitebuilderLuc Pattyn26-Apr-07 1:28 
GeneralRe: Long operation Pin
Brady Kelly26-Apr-07 1:38
Brady Kelly26-Apr-07 1:38 
GeneralRe: Long operation Pin
sarah_malik26-Apr-07 3:09
sarah_malik26-Apr-07 3:09 
AnswerRe: Long operation Pin
pbraun27-Apr-07 5:13
pbraun27-Apr-07 5:13 
GeneralRe: Long operation Pin
sarah_malik27-Apr-07 9:11
sarah_malik27-Apr-07 9:11 
GeneralRe: Long operation Pin
pbraun27-Apr-07 9:28
pbraun27-Apr-07 9:28 
GeneralRe: Long operation Pin
sarah_malik27-Apr-07 10:28
sarah_malik27-Apr-07 10:28 
QuestionAbout multi-threading Pin
Diego F.25-Apr-07 4:51
Diego F.25-Apr-07 4:51 
AnswerRe: About multi-threading Pin
kubben25-Apr-07 5:55
kubben25-Apr-07 5:55 
GeneralRe: About multi-threading Pin
Diego F.26-Apr-07 23:12
Diego F.26-Apr-07 23:12 
GeneralRe: About multi-threading Pin
pbraun27-Apr-07 5:04
pbraun27-Apr-07 5:04 
GeneralRe: About multi-threading Pin
Diego F.30-Apr-07 2:12
Diego F.30-Apr-07 2:12 

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.