need help in visual basic 2008

syner

Broken In
im new to VB,so can any one tell me,i wanna display image when click on button,could any one tell me how,please be kind enough to explain who steps because im completely new user for VB
 

dvd420

Right off the assembly line
Hi,

You can try following as a layman's approach..

In the form add two controls:
1. Command Btn
2. Image Box

Add the image to the image box, and set the visibility=false
on the btn_click event alter the visibility property...
 
Top Bottom