Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
How can I add comment lines to inputbox?
Thanks.
For example inputbox
inputbox
2 Grobeton
1 Temel Betonu
140 Tabliye
114 Duvar
30 guse
14 katran
string layerName = Interaction.InputBox("Layer Ayarları", "Layer Kodu giriniz:", "2: Grobeton", 0, 0);
2
1
140
114
30
14
layer.Color = Color.FromRgb(255, 0, 0);
Solved! Go to Solution.