Feb 19
The Microsoft All-In-One Code Framework is a free, centralized code sample library provided by the Microsoft Community team. Their goal is to provide typical code samples for all Microsoft development technologies.
The team listens to developers’ pains in MSDN forums, social media and various developer communities. They write code samples based on developers’ frequently asked programming tasks, and allow developers to download them with a short code sample publishing cycle. Additionally, the team offers a free code sample request service. This service is a proactive way for our developer community to obtain code samples for certain programming tasks directly from Microsoft.
Good morning I am French, i have very difficult to speack english . I thank for your understand.
I have a problem for exchange between main form at other form.
When i hide the main form for go to the other form , and that i when new open the main form,
i don’t know how make for become visible the main form .
Here is open source
I go to other form .
form1.ActiveForm.hide();
form2 f = new form2();
f.show();
and i when go to main form .
form2.close();
form1 f = new form1();
f.show();
it is possible a make to otherwise .
thank all