answersLogoWhite

0


Best Answer

If you have a picture box on the form, and it is not visable, the code for the button would be:

PictureBox1.Visible = True

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the code for showing a pic when clicking a command button in vb?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Source code for linking two frames in java by clicking the button other frame will viewed?

//in button clickJFrame2 j1=new Jframe2();JFrame2.setvisible(true);


How do you add a click event to a java button?

we can do this using of javascript. you can use this following code: <input type=button value="button" onClick=onclick_function()> here onclick_function() is a function which is called by javascript on clicking the button. javascript code is as follows: <script language="javascript" type="text/javascript"> // your code for onclick_function() function onclick_function(){ alert("Welcome to javascript"); } </script>


You lost the key-code for your black and white PC game what do you do?

The key code can be found on the back of your manual. You can also get it by clicking the Start button of your computer, choose Run, then type regedit and browse to : HKEY_Local_Machine. The value under the Data column is the key-code.?æ


What is the konami code?

it is a code that appeared in many games by konami. the konami code is as following: up-button up-button down-button down-button left-button right-button left-button right-button B-button A-button this code will usually give you 999 lives, all the powerups, or anything else in most games.


Where do you enter Pixie Hollow codes?

You enter them in the secret code section, located by scrolling down at the homescreen, and clicking the "Secret Codes" button. Please note, you have to be logged in when entering secret codes.


Where do I redeem my referral code?

You can enter your referrer's code by entering their referral code when you create an account, clicking the menu bar and selecting add referral code, or by clicking on the Refer tab and entering it there. You will have 48 hours to enter a referral code.


What is HTML code of Display text after click on submit button?

To create a button that displays text after being clicked, you can use HTML and JavaScript. Here's an example code: HTML: <button onclick="displayText()">Submit</button> <p id="text"></p> JavaScript: function displayText() { document.getElementById("text").innerHTML = "Text to display after clicking submit button."; } In this code, the button is created using the <button> tag and an onclick attribute is added to call the displayText() function when clicked. The function displayText() uses JavaScript to access the element with the ID "text" and change its innerHTML to the desired text, which will be displayed below the button.


Where do you look in to find the HTML code?

Most browsers have the ability to view the HTML code using a variation of "View Source" command. The specific location of this command is dependant on the particular browser you are using. Alternately, you can open an HTML file use Notepad or any similar text editor (Vi, Emacs, etc.) and see the HTML code that way.Furthermore, many modern browsers give you the ability to inspect the HTML code right in the same window as the browser. In Windows, you can often call this command by using the F12 key, or by right clicking on an element in the page and choosing the appropriate command from the context menu.To learn more about how to view source code in specific browsers, see the related link.


Input code for command and conquer generals deluxe edition?

registration code Command & Conquer Generals deluxe . edition


Command and conquer generals code?

The CD key code for Command and Conquer Generals can be found on the back of the game's manual. If you do not have a code you will not be able to install the game.


What is a code search button?

a button on your emerson remote control


How do you get HTML of your music?

HTML stands for Hyper-Text Mark-Up Language, it is the code used to develop web pages, and unfortunately there is no such thing as HTML of music or media files.Answer If the questioner is referring to finding a music file on a web page, this is possible. Sometimes the music file may be found in a video file such as .avi, .mov, or .wmv and the video file must be downloaded to extract the file. Otherwise, by right clicking anywhere on a website's page, the HTML source code can be shown. In Internet Explorer, this can be done by clicking "View Source" after right clicking and in Mozilla Firefox, this can be done by clicking "View Page Source" after right clicking. Sometimes this is disabled on a website and must be done through the browser itself. In Internet Explorer, this can be done by clicking the Page icon on the Command Bar and clicking "View Source" or selecting the "View" button and clicking "Source". In Mozilla Firefox, this can be done by selecting the "View" button and clicking "Page Source", or Ctrl + U. At this point, in both text files (Internet Explorer's and Mozilla Firefox's) you can select "Edit" and click "Find" or use the shortcut Ctrl + F. In this dialog box, you can search for the file/song name or search for the music file type. I find the latter the easiest and try the typical music file types in: ".mp3", ".wma", ".wav"; and sometimes, ".mp4".