Hello guys,
i am assigned to a windows project recently, which is in c#.net. this is MDI based application n i d'thave any experience in windows applcation. this is my first assignment in my company so i need perform well or else i will be out from here.
my problem is this application contains i main parent window and 5 child windows. whenver i open a child for the first time, i am getting it in a proper position, but next time when i open second child window, positions are changing , next window again changing. i want all the windows in a certain positions which should not look likea mdi application.
guys help me plzzz
thanks
kumar
s kumarPosted Nov 5, 2007, 11:32 PM
Guys.. now i am having problem,i just want open one child form after something there then only another form should open. like u have a small child window to enter some number after that another child form takes that number and functions. i can show the first child by calling
frmchildn child1=new frmchild1();
child1.parent.me;
child1.show
then within the child1 how can i call the second child and child1 should be closed. remind it allthe codes all are in frmParent form.
reply me guyz plz