Click here to Skip to main content
15,918,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I would like your response to a question given below.

Question: when i run my application i get a primary window (say window1),when i click an icon present on primary window, i get another window ( say window2) on the top of it.

I want to refresh window2.if i hit f5,it gets refreshed. but i want to do it with the help of program. i have handle of window2.


Is there any function in vc++ that helps to refresh window ? i have handler for window in question.

Thanks in advance.
Posted
Updated 31-Oct-11 21:12pm
v2

1 solution

You can use functions like InvalidateRect[^], Invalidate[^] or RedrawWindow[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900