C# forms[design]
C#
3
Posts
2
Posters
0
Views
1
Watching
-
all of the labels and text boxes disappeared from my form. The underlying class is still intact(all labels and textboxes are declared). Does anybody know how I can 'refresh' my form?
Hi, Try checking more deeply into the InitializeComponent method, probably the editor deleted all initialization code. Hope this helps. Andres Manggini. Buenos Aires - Argentina.
-
Hi, Try checking more deeply into the InitializeComponent method, probably the editor deleted all initialization code. Hope this helps. Andres Manggini. Buenos Aires - Argentina.