Вопрос

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