how to Refresh a page?

Light Poster
29Dec2006,15:30   #1
mangai's Avatar
Can anyone give me the VC++code for refreshing a page..
thats when i click on refresh option in menu, the images I have opened should be reloaded
Go4Expert Founder
29Dec2006,17:38   #2
shabbir's Avatar
Is it just me who could not get what you are looking for or there are others also?

Can you kindly give a bit more details of what you are asking.
Light Poster
29Dec2006,17:45   #3
mangai's Avatar
My area of research is Image Processing..
I am developing an application in VC++..
In my application after I open an Image, i want to reload it by clicking refresh button..
I need code for that..

Thanks,
Mangai
Go4Expert Founder
29Dec2006,18:50   #4
shabbir's Avatar
Quote:
Originally Posted by mangai
My area of research is Image Processing..
I am developing an application in VC++..
In my application after I open an Image, i want to reload it by clicking refresh button..
I need code for that..

Thanks,
Mangai
Where is the refresh button. In your app??
Light Poster
2Jan2007,09:51   #5
mangai's Avatar
I have kept the refresh option in menu
Go4Expert Founder
2Jan2007,10:16   #6
shabbir's Avatar
Handle its event handler to refresh the image.
Light Poster
2Jan2007,10:31   #7
mangai's Avatar
ya but i need the code which i have to write inside that event handler
Go4Expert Founder
2Jan2007,10:51   #8
shabbir's Avatar
It should be similar to the code you have written to load the image for the first time for loading the image.
Light Poster
2Jan2007,10:53   #9
mangai's Avatar
oh ok..
thanks a lot..
Go4Expert Founder
2Jan2007,13:20   #10
shabbir's Avatar
Quote:
Originally Posted by mangai
oh ok..
thanks a lot..
My pleasure.