CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: aael

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    2,842

    Re: Positioning of window on Desktop

    Thank you.

    I managed to get the dimensions of the window.
    Please can you tell me how to shift the CFormView window?
  2. Replies
    10
    Views
    2,842

    Re: Positioning of window on Desktop

    The first parameter of GetWindowRect is HWND hWnd. How do I get the hWnd for my CFormView?

    Thank you
  3. Replies
    10
    Views
    2,842

    Re: Positioning of window on Desktop

    How would I get the position of the view? What is the VC++ command to get the position of the view?

    Thank you
  4. Replies
    10
    Views
    2,842

    Re: Positioning of window on Desktop

    The application is an SDI.

    All I would like to do is to have the two windows (the SDI CFormView window and the CDialog window) appear so that they do not overlap.

    Thank you
  5. Replies
    10
    Views
    2,842

    Positioning of window on Desktop

    Hi All

    I have a CFormView derived window which I would like to position at run time.
    In particular when the user clicks a button I would like to shfit the CFormView window and open up a new...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured