Results 1 to 2 of 2

Thread: Labels from back end appears during open and save file dialog

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2005
    Posts
    283

    Labels from back end appears during open and save file dialog

    I have a open and file save dialog which I use to open and save file. There are also some labels in the application. During the time a file is open or saved, the file open /save dialog becomes blurred by the background labels. Is there any way to prevent this?
    The attached pic is given as an example to explain the dilemma.
    Attached Images Attached Images  

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Labels from back end appears during open and save file dialog

    The reason for that is that the application is not being repainted properly while you are executing the open and/or save operations. Try calling the form's Refresh method before doing the work to force a repaint.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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