Download project file. This file not containing viruses. If your web browser is tell this file contained viruses, don't think about that.
Not available
Language : C#.NET
using System;
using System.Windows.Forms;
namespace ShowHideControls
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void btnlogovisible_Click(object sender, EventArgs e)
{
if(pblogo.Visible == true)
{
pblogo.Hide();
btnlogovisible.Text = "Show Logo";
}
else if (pblogo.Visible == false)
{
pblogo.Show();
btnlogovisible.Text = "Hide Logo";
}
}
}
}
Thanks for watching this tutorial. You can ask any question about this tutorial . If you have any other question? - go to our web & send your question with more details. So thankful to watch this tutorial. If you learn some thing from us, please subscribe to follow our next tutorials.
🔗Links -
Ask questions - https://bit.ly/3Fsrx64
Website - https://bit.ly/3FpH4nh
Tutorials for C# - https://bit.ly/3ae9D8H
🧑🏭Contact -
Gmail - codecdevus@gmail.com
Discord - https://discord.gg/R4dPWCsYFe