Click here to Skip to main content
Sign Up to vote bad
good
See more: C#WPF
Hi How to set my widow position to be inside my frame or panel or rectangle?
            frmTrnSummary objTrnSummary = new frmTrnSummary();
            objTrnSummary.Owner = this;
            objTrnSummary.Height = 410;
            objTrnSummary.Width = 992;                                     
            objTrnSummary.ShowDialog();
            var location = frame1.PointToScreen(new Point(100, 100));
            objTrnSummary.Left = 0;
            objTrnSummary.Top = 0;
 
I tried this but not working.
Posted 7 Nov '12 - 0:08


1 solution

Note that location is declared, initialized, but never used. If this is not so, you show wrong code fragment. Never ignore compilation warning.
 
That's all, based on you insufficient information. You don't explain what it "this", frmTrnSummary and other relevant detail.
 
—SA
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 355
1 Arun Vasu 345
2 Sergey Alexandrovich Kryukov 338
3 Maciej Los 208
4 Zoltán Zörgő 189
0 Sergey Alexandrovich Kryukov 9,755
1 OriginalGriff 7,559
2 CPallini 4,018
3 Rohan Leuva 3,362
4 Maciej Los 2,951


Advertise | Privacy | Mobile
Web01 | 2.6.130523.1 | Last Updated 7 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid