>Is there a Windows API function that does the same thing as
>Picture1.Refresh, using picture1's device context, i.e. hDC ???
Not with just a hDC. You'd have to get the hwnd it's assigned to first
(WindowFromDC). Then you could use UpdateWindow or InvalidateWindow.
-Tom
MVP - Visual Basic
(please post replies to the newsgroup)
uo - 31 Aug 2004 21:15 GMT
Thanks, this should do it.
> >Is there a Windows API function that does the same thing as
> >Picture1.Refresh, using picture1's device context, i.e. hDC ???
[quoted text clipped - 5 lines]
> MVP - Visual Basic
> (please post replies to the newsgroup)