Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make Buttons to Change Visibility? [VB.NET]
#1
Can someone give me to code so that if I click one button it makes the old picture box invisible and it makes another one visible?
Reply
#2
Code:
PictureBox1.Visible = True
PictureBox2.Visible = False

use that under an event.

and you will see how it works.
Reply
#3
(09-12-2010, 02:49 AM)null(void) Wrote:
Code:
PictureBox1.Visible = True
PictureBox2.Visible = False

use that under an event.

and you will see how it works.

This is a method that works.
Use it as it is simple.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  VB.Net Make a Real AntiVirus (AV) - Part 1 goranpilkic 27 28,554 08-25-2014, 12:43 AM
Last Post: dark_move
  How To Make And Use A Builder And Stub. [VB.NET] [Source] Vorfin 35 21,350 11-25-2012, 10:34 PM
Last Post: ƃu∀ ıʞƃu∀
  Visual Basic Guide - Buttons Death Demise 9 4,815 03-09-2012, 06:46 PM
Last Post: BreShiE
  Possible to use .NET to make a program for web capture? ๖ۣۜHacker™ 3 1,776 12-24-2011, 02:14 AM
Last Post: King
  [Vb.net] How To Make Your vb.net application nice loocking. [TUT] CodingWorm 3 6,030 10-14-2011, 01:31 AM
Last Post: Digital-Punk

Forum Jump:


Users browsing this thread: 1 Guest(s)