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
i can see only views from ur side guys no replies. if u don't understand my scenarion, let me know that plzz
thanks
kumar
s kumarPosted Nov 5, 2007, 11:34 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.
s kumarPosted Nov 5, 2007, 4:05 AM
k guysz. i got it. i just had to set childObj.top=0 and choldObj.left=0; whenever i call a child form.