Click here to Skip to main content
15,891,204 members
Home / Discussions / C#
   

C#

 
GeneralGraphic drawing with OR transparency Pin
azusakt7-Jun-04 21:53
azusakt7-Jun-04 21:53 
GeneralRe: Graphic drawing with OR transparency Pin
Mazdak7-Jun-04 22:22
Mazdak7-Jun-04 22:22 
GeneralRe: Graphic drawing with OR transparency Pin
azusakt7-Jun-04 22:46
azusakt7-Jun-04 22:46 
GeneralRe: Graphic drawing with OR transparency Pin
Mazdak8-Jun-04 1:22
Mazdak8-Jun-04 1:22 
GeneralRe: Graphic drawing with OR transparency Pin
Dave Kreskowiak8-Jun-04 4:29
mveDave Kreskowiak8-Jun-04 4:29 
GeneralRe: Graphic drawing with OR transparency Pin
Jay Shankar9-Jun-04 22:45
Jay Shankar9-Jun-04 22:45 
GeneralDraw Shape To Screen Pin
Anonymous7-Jun-04 21:40
Anonymous7-Jun-04 21:40 
GeneralMDI Form Pin
kobystud7-Jun-04 21:20
kobystud7-Jun-04 21:20 
hello,
i have created a MDI form that contain two child forms

class ParentForm : Sytem.Windows.Forms.Form
{
........

void func()
{
this.IsMdiContains = true
ChildForm1 child1 = new ChildForm1();
child1.MdiParent = this;
child1.Show();

ChildForm2 child2 = new ChildForm2();
child2.MdiParent = this;
child2.Show();

}

my question is : i want to show both child1 and child2 and i`m using the next statement:
this.LayoutMdi(System.Windows.Forms.MdiLayout.TileHorizontal);
but the problem is that i dont want to see on the screen half from ChildForm1 and half from ChildForm2. i want to see the real size form definition of both Child forms. what should i do?
thank you
koby
GeneralRe: MDI Form Pin
Dave Kreskowiak8-Jun-04 3:13
mveDave Kreskowiak8-Jun-04 3:13 
Generalsetup creation Pin
sreejith ss nair7-Jun-04 21:16
sreejith ss nair7-Jun-04 21:16 
General.NET Profiler Pin
Wizard_017-Jun-04 20:32
Wizard_017-Jun-04 20:32 
GeneralRe: .NET Profiler Pin
scadaguy8-Jun-04 2:54
scadaguy8-Jun-04 2:54 
GeneralQuestion abt Service Pin
SatyaDY7-Jun-04 20:14
SatyaDY7-Jun-04 20:14 
GeneralRe: Question abt Service Pin
Corinna John7-Jun-04 20:34
Corinna John7-Jun-04 20:34 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:49
SatyaDY7-Jun-04 21:49 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 21:24
Nick Seng7-Jun-04 21:24 
GeneralRe: Question abt Service Pin
SatyaDY7-Jun-04 21:53
SatyaDY7-Jun-04 21:53 
GeneralRe: Question abt Service Pin
Nick Seng7-Jun-04 22:05
Nick Seng7-Jun-04 22:05 
GeneralRe: Question abt Service Pin
Dave Kreskowiak8-Jun-04 3:07
mveDave Kreskowiak8-Jun-04 3:07 
GeneralRe: Question abt Service Pin
Nick Seng8-Jun-04 15:29
Nick Seng8-Jun-04 15:29 
GeneralChange Window Title Form Font Pin
Anonymous7-Jun-04 20:06
Anonymous7-Jun-04 20:06 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 3:44
protectorHeath Stewart8-Jun-04 3:44 
GeneralRe: Change Window Title Form Font Pin
Aaron Eldreth8-Jun-04 3:54
Aaron Eldreth8-Jun-04 3:54 
GeneralRe: Change Window Title Form Font Pin
Heath Stewart8-Jun-04 4:06
protectorHeath Stewart8-Jun-04 4:06 
GeneralRe: Change Window Title Form Font Pin
Dave Kreskowiak8-Jun-04 4:10
mveDave Kreskowiak8-Jun-04 4: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.