CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 1999
    Location
    Tilburg-Breda, Noord-Brabant, The Netherlands
    Posts
    135

    Placing Frame-window on your screen.

    Hi there,

    I was wondering how I can place a Frame-window on another place of the screen. The default place where the screen appears is the top-left corner, and that's not really what I want.

    Maybe you can help me.

    Thanx,
    Jan Meeuwesen


  2. #2
    Join Date
    Jan 2000
    Location
    CA, USA
    Posts
    305

    Re: Placing Frame-window on your screen.

    Try
    frame.setBounds(200, 200, 100, 100);

    Kannan



  3. #3
    Join Date
    Nov 1999
    Location
    Tilburg-Breda, Noord-Brabant, The Netherlands
    Posts
    135

    Re: Placing Frame-window on your screen.

    Thank you,

    This is certainly the solution.

    Greets,
    Jan.


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