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

    Red face Keep Always on Top

    i'm working as Oracle/Developer as a develpor. i am using PL/SQL Version 8.0.5.1.0 and Developer Forms Builder [32 Bit] Version 6.0.5.0.2. i've made a form for data processing with a progress bar.

    In this Form one window shows the data and other window show the progress bar. this progress bar apears when user clicks on button to process data.

    now problem is that when user minimize the main Form the progress window also minimizez, some body tell me how to some api to keep my progress window always on top untill pressesing completes.

  2. #2
    Join Date
    Aug 2001
    Location
    Sydney, Australia
    Posts
    813
    Try disabling the minimise button while the progress bar is up.

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