CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: ALWAYS ON TOP

  1. #1
    Join Date
    Nov 1999
    Posts
    15

    ALWAYS ON TOP

    HOW DO I MAKE MY FORM ALWAIS ON TOP?



  2. #2
    Join Date
    Oct 1999
    Location
    Holland
    Posts
    34

    Re: ALWAYS ON TOP

    See the Visual Basic CallDll sample. The API function used for this is SetWindowsPos


  3. #3

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