Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to display an image using wizard
    text
    copied!<p>I am developing a visual c++ application and i have to display an image on wizard (i have choosen wizard particularly because i have to create a button interface which on clicking should show different files on the same window of wizard where i want to show the image)i know the image display mechanism because i have already displayed an image on preview pane(even i have created buttons on that using resource editor but the problem is that when i display different files on the same window the buttons disappears and only appears by hovering ouse over them because button handle is the parent handle for every file display so it disappears and the first sight but appears by hovering mouse over them ) . So for this reason i wanted to display the image and different files on wizard where the same window is used to display files on different button click so that the button will persist on the wizard for each display.</p> <p>How to achieve my target ? Anhy ideas ? please do not hesitate to ask me if there is any confusion in my question.</p> <p>here are the screen shot of what i want to achieve <a href="http://prntscr.com/1mbife" rel="nofollow">http://prntscr.com/1mbife</a> and <a href="http://prntscr.com/1mbijf" rel="nofollow">http://prntscr.com/1mbijf</a> on different button clicks but it just to show you that what i want but here my problem is when i click on "previous" button then it shows an image but the "next" button don't appear until i move mouse over it , see this picture <a href="http://prntscr.com/1mbiyj" rel="nofollow">http://prntscr.com/1mbiyj</a> it don't contain the Next button until i move mose over it. so in order to solve this problem i want to acieve the same by using wizard. The problem is how to acieve using this wizard ?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload