in reply to Win32::GUI bitmap

This is a problem you often run into using visual basic, at least while first getting started. The problem is, your window isn't getting completely redrawn. I don't quite remember the command to force a redraw, but you might find it if you contacted the Win32-GUI mailing list. http://sourceforge.net/projects/perl-win32-gui/



My code doesn't have bugs, it just develops random features.

Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)

Replies are listed 'Best First'.
Re: Re: Win32::GUI bitmap
by primus (Scribe) on Jan 28, 2003 at 05:33 UTC
    you monks wont believe this, but it is because the variable i was using to hold the instance of the bitmap went out of scope.... GAH! thanks all for the help
      Lol, well it wasn't what I thought it was, at least I don't think it was anymore, but it was still a valid possibility :) Glad to hear you solved your problem.



      My code doesn't have bugs, it just develops random features.

      Flame ~ Lead Programmer: GMS (DOWN) | GMS (DOWN)