glasswizzard
Well-known member
- Joined
- Nov 22, 2019
- Messages
- 126
- Programming Experience
- Beginner
Hello, could someone help me with this perplexing problem that has suddenly decided to screw with me, I honestly have no clue how this happened, as far as I know I did nothing at all to cause this, it seems to me like Visual Studio is broken but I did repair it and the problem persists.
Suddenly in one of my projects my second form will not show properly. Here is a pic of what I made it look like (it has an empty listbox in the center):
It has always opened fine and looked like that but now when I open the second form (from the compiled program, not in the IDE) it looks like this:
The listbox control is not there, nor any of the properties I set for it, not even it's size. I'm not opening the form in any weird way either:
I'm guessing you probably need more information but I don't know what that would be, just let me know and I'll post it.
Thanks
Suddenly in one of my projects my second form will not show properly. Here is a pic of what I made it look like (it has an empty listbox in the center):
It has always opened fine and looked like that but now when I open the second form (from the compiled program, not in the IDE) it looks like this:
The listbox control is not there, nor any of the properties I set for it, not even it's size. I'm not opening the form in any weird way either:
C#:
Form HistoryForm = new Form();
HistoryForm.Show();
I'm guessing you probably need more information but I don't know what that would be, just let me know and I'll post it.
Thanks