CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    32

    Controls Position

    i am having a dialog box, on that i am have controls lik static1(label) , edit1 box,
    save button and cancel button.

    how can i read the postions of the each and every control

  2. #2
    Join Date
    Sep 2002
    Location
    14° 39'19.65"N / 121° 1'44.34"E
    Posts
    9,815

    Re: Controls Position

    Quote Originally Posted by ravirams
    how can i read the postions of the each and every control
    With GetWindowRect().

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured