Results 1 to 3 of 3

Thread: floating form?

  1. #1

    Thread Starter
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048

    floating form?

    im making a generic textpad and have a find form.. how would i make it act just like the one in notepad etc. ie it stays just on top of the main form but not other windows

  2. #2
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815
    Use

    VB Code:
    1. Form2.Show vbModeless, Me

    Or replace Me with the main form in your project if this isnt called from it.
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  3. #3

    Thread Starter
    Frenzied Member dis1411's Avatar
    Join Date
    Mar 2001
    Posts
    1,048
    thanks

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