I'm looking for an control or something like to About box Java Swing in C#.
UPDATE as in the pic:
if you're using VS, choose in menu: project > add new item > about box in visual studio installed templates.
project
add new item
about box
and then:
var aboutBox = new AboutBox1(); aboutBox.ShowDialog();
I hope this help!
Copyright © 2021 Jogjafile Inc.
if you're using VS, choose in menu:
project
>add new item
>about box
in visual studio installed templates.and then:
I hope this help!