Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by gvgeowiz

  1. gvgeowiz

    image in picture box dissappears on resize

    It seems like I'm not anticipating/understanding some windows event. Because If, after a resize, I place a different window partially over my form and then move it more off my form, then part (yes only part) of the visible image appears. I've tried putting having form_paint and Pic1_paint and...
  2. gvgeowiz

    image in picture box dissappears on resize

    The code is pretty simple and always works when I press button1. (also it works always in VB6, on resize as well) But I cannot get it to redraw using the form1_Resize event. The form and the picturebox redraw fine, but the image just flashes to the picturebox and then is gone. When I press...
  3. gvgeowiz

    image in picture box dissappears on resize

    My c# program is using a c++ dll to load an image from an avi clip and display it to a picture box via the picturebox.handle. To draw the picture I call the c++ function passing to it the picturebox.handle. My problem comes when I need to resize the form (or when another window covers this). I...

Part and Inventory Search

Back
Top