Click here to Skip to main content
15,921,250 members
Home / Discussions / C#
   

C#

 
Generalstruct conversion(VB->C#) problem Pin
Member 6548331-Apr-04 13:21
Member 6548331-Apr-04 13:21 
GeneralC# . Question on "Microsoft Data Access Application Block" Pin
abidkayani11-Apr-04 12:30
abidkayani11-Apr-04 12:30 
GeneralC# problem .. SQLParameters Pin
abidkayani11-Apr-04 12:25
abidkayani11-Apr-04 12:25 
GeneralRe: C# problem .. SQLParameters Pin
Charlie Williams1-Apr-04 13:25
Charlie Williams1-Apr-04 13:25 
GeneralChild windows opening outside the screen! Pin
Carl Mercier1-Apr-04 12:04
Carl Mercier1-Apr-04 12:04 
GeneralRe: Child windows opening outside the screen! Pin
Dave Kreskowiak1-Apr-04 13:10
mveDave Kreskowiak1-Apr-04 13:10 
GeneralRe: Child windows opening outside the screen! Pin
Carl Mercier1-Apr-04 17:03
Carl Mercier1-Apr-04 17:03 
GeneralRe: Child windows opening outside the screen! Pin
Dave Kreskowiak2-Apr-04 4:56
mveDave Kreskowiak2-Apr-04 4:56 
The Default behavior doesn't take into account the size of the child window your opening... so no, it won't do it for you.

The Default behavior will walk down the parent window's client area adding up to 10 child windows stepping down and to the right until the new child window's title bar is half way down the client area of the parent window. It will then start at the top-left corner of the parent client area again and start over. It will do this without any reguard to the size of the child windows...

So if you want the entire child window inside the parent client area, you're goin got have to supply your own code for placing the child windows with reguard to it's size.


RageInTheMachine9532
GeneralRe: Child windows opening outside the screen! Pin
Carl Mercier2-Apr-04 6:12
Carl Mercier2-Apr-04 6:12 
GeneralRe: Child windows opening outside the screen! Pin
Dave Kreskowiak2-Apr-04 6:22
mveDave Kreskowiak2-Apr-04 6:22 
GeneralRe: Child windows opening outside the screen! Pin
Carl Mercier2-Apr-04 6:35
Carl Mercier2-Apr-04 6:35 
GeneralProblem with web browser control in Windows Form Pin
Tim Kohler1-Apr-04 11:23
Tim Kohler1-Apr-04 11:23 
GeneralComboBox on a ToolBar Menu Pin
adam.southerland@oscn.net1-Apr-04 11:22
adam.southerland@oscn.net1-Apr-04 11:22 
Generalproblem with the project reference Pin
dizzyha1-Apr-04 10:35
dizzyha1-Apr-04 10:35 
GeneralRe: problem with the project reference Pin
Heath Stewart1-Apr-04 10:40
protectorHeath Stewart1-Apr-04 10:40 
GeneralCreateGraphics Problem Pin
Tristan Rhodes1-Apr-04 10:25
Tristan Rhodes1-Apr-04 10:25 
GeneralRe: CreateGraphics Problem Pin
Heath Stewart1-Apr-04 10:39
protectorHeath Stewart1-Apr-04 10:39 
GeneralRe: CreateGraphics Problem Pin
Tristan Rhodes1-Apr-04 10:50
Tristan Rhodes1-Apr-04 10:50 
GeneralRe: CreateGraphics Problem Pin
Heath Stewart2-Apr-04 8:58
protectorHeath Stewart2-Apr-04 8:58 
GeneralRe: DragDrop registration failed - Error Pin
Heath Stewart1-Apr-04 8:46
protectorHeath Stewart1-Apr-04 8:46 
GeneralRe: DragDrop registration failed - Error Pin
Tristan Rhodes1-Apr-04 10:39
Tristan Rhodes1-Apr-04 10:39 
GeneralMDIChild help Pin
robmays1-Apr-04 8:37
robmays1-Apr-04 8:37 
GeneralRe: MDIChild help Pin
Heath Stewart1-Apr-04 8:58
protectorHeath Stewart1-Apr-04 8:58 
GeneralRe: MDIChild help Pin
robmays1-Apr-04 9:14
robmays1-Apr-04 9:14 
GeneralGive a panel a focus Pin
Jonathan Slenders1-Apr-04 8:22
Jonathan Slenders1-Apr-04 8:22 

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.