|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Ghost image on a Form after GetSaveFileNameGetSaveFileName API function. The image is part of one of the thumbnails in the left side of the Save As dialog issued via GetSaveFileName. The code was of the form: if GetSaveFileNameW(VarPtr(OFName)) = 0 then Do stuff Else Do other stuff, this is the branch being taken end if I appear to have gotten around the problem with the following: i = GetSaveFileNameW(VarPtr(OFName)) Me.Refresh If i = 0 Then Do stuff Else Do other stuff, this is the branch being taken end if What causes this? Me.Refresh seems to work, would DoEvents have done as well? Howard Kaikow <kai***@standards.com> schrieb im Beitrag
<u66nEfM8JHA.1***@TK2MSFTNGP05.phx.gbl>... > What causes this? - A bad graphics adapter driver? (Note that the newest driver not in anycase is the best...) - A badly implemented subclassing of the form with which the problem appears - A third party control on the form which prevents the form from being refreshed automatically etc. -- Thorsten Albers albers (a) uni-freiburg.de
Inno Setup and Dependencies
Download multiple files concurrently using WinHttpRequest When the compiler freezes.... what is the rescue? How to Change $(AppPath) in PDWizard? The JET VBA File...Help Please! can i do this with real database, not just dataset Autosize DataGrid Columns Using Outlook object Macro to Print Text to file in UTF-8 JPEG File Compression |
|||||||||||||||||||||||