Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2008 |
| Replies: 8 Views: 1,258 Ya , rite that is the way to do the program. the code works fine |
Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 8 Views: 1,258 u try the code snippet:
Private Sub cmdSwitch_click()
if picture1.picture ="D:\hehe\Winter.jpg" then
picture1.picture = LoadPicture("D:\hehe\Sunset.jpg"
else
picture1.picture =... |