The abbreviation " VPN " has slowly become established among average Internet users, which is certainly good, but the problem is that people have started to see VPN as the ultimate solution to all problems.
In this tutorial, I will show you how to set the text to change when you move the cursor over the button.
- Open VB, create a new application.
- Add a Button from the Toolbox.
-
Double click on Button1 and edit and make the following code:
Private Sub Promena_Teksta() Handles Button1.MouseHover Button1.Text = "Tutorial"
Comments
Post a Comment