Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a simple windows Form, which has a button, on the click of the button a second form opens whose background is Pink Hint private

Create a simple windows Form, which has a button, on the click of the button a second form opens whose background is Pink


Hint

private void secondForm_Click(object sender, EventArgs e)

{

SecondForm s = new SecondForm ();

s.ShowDialog ();


}

Step by Step Solution

3.39 Rating (149 Votes )

There are 3 Steps involved in it

Step: 1

Solution Code Form1cs using System using SystemCollectionsGeneric using SystemComponentModel using S... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Auditing An International Approach

Authors: Wally J. Smieliauskas, Kathryn Bewley

6th edition

978-0070968295, 9781259087462, 978-0071051415

More Books

Students also viewed these Programming questions