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 |
|
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 |
|
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 |
|
Quote:
Originally Posted by mangai |
|
Light Poster
|
|
| 2Jan2007,09:51 | #5 |
|
I have kept the refresh option in menu
|
|
Go4Expert Founder
|
![]() |
| 2Jan2007,10:16 | #6 |
|
Handle its event handler to refresh the image.
|
|
Light Poster
|
|
| 2Jan2007,10:31 | #7 |
|
ya but i need the code which i have to write inside that event handler
|
|
Go4Expert Founder
|
![]() |
| 2Jan2007,10:51 | #8 |
|
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 |
|
oh ok..
thanks a lot.. |
|
Go4Expert Founder
|
![]() |
| 2Jan2007,13:20 | #10 |
|
Quote:
Originally Posted by mangai |

