I am not sure how to use this even properly. When I have it as follows I
have to click on the tabPage1 for anything to show. TIA.
namespace TabLayout
{
public partial class TabLayout : Form
{
public TabLayout()
{
InitializeCompo nent();
}
private void tabPage1_Change (object sender, EventArgs e)
{
lblSomeLabel.Te xt = "TESTING";
}
}
}
have to click on the tabPage1 for anything to show. TIA.
namespace TabLayout
{
public partial class TabLayout : Form
{
public TabLayout()
{
InitializeCompo nent();
}
private void tabPage1_Change (object sender, EventArgs e)
{
lblSomeLabel.Te xt = "TESTING";
}
}
}
Comment