문제

I'm looking for an control or something like to About box Java Swing in C#.

UPDATE as in the pic:

enter image description here

도움이 되었습니까?

해결책

if you're using VS, choose in menu: project > add new item > about box in visual studio installed templates.

and then:

 var aboutBox = new AboutBox1();
 aboutBox.ShowDialog();

I hope this help!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top