-
Win32 API Image Toggling Problem
Hello. I am beginner in win32 API programming.
I am sending some data from server to client by using socket programming (UDP protocol) and threading. By doing this, I am able to receive the data at client.
Then, I am displaying some image on a window. So as soon as any data is received, previous image should be toggled i.e. old image should be replaced by any new image.
But if I minimize that window containing image or suppose I move that window, then only image is toggling.
But, it should toggle directly without minimizing a window, as soon as data is received. So please tell me some solution to solve my problem. Thank you in advance.
-
-
Hi,
You might find the answer to your query here -http://www.codeproject.com/Articles/2078/Guide-to-WIN-Paint-for-Intermediates
Similar Threads
-
By f4cepl4nt in forum C++
Replies: 3
Last Post: 03-09-2005, 12:24 AM
-
By Robert C. Cain in forum VB Classic
Replies: 4
Last Post: 10-29-2001, 04:44 AM
-
By Robert C. Cain in forum VB Classic
Replies: 0
Last Post: 10-25-2001, 03:02 PM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 02-09-2001, 06:40 AM
-
By anonymous in forum VB Classic
Replies: 2
Last Post: 01-30-2001, 12:16 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|