Hello all, I'm new to this forum and to c# too, so there are some technical questions I'm not familiar to in c#.
I'm building a program based on a FORM controled by another pc (like a server) with several tabs. In each tab I have different panels in wich I wan't to display some images, button, etc.
The problem is, when i run the project, the components I added aren't displayed.
This is probably a refresh/paint problem because when I create a MessageBox after the adding of the components (the program obviously freezze) and I can see the components. After clicking ok (in the messageBox), components simply dissapear and all I can see is the background color I added.
If someone as any tip or direction to follow, I would be very greatful.
Thanks
I'm building a program based on a FORM controled by another pc (like a server) with several tabs. In each tab I have different panels in wich I wan't to display some images, button, etc.
The problem is, when i run the project, the components I added aren't displayed.
This is probably a refresh/paint problem because when I create a MessageBox after the adding of the components (the program obviously freezze) and I can see the components. After clicking ok (in the messageBox), components simply dissapear and all I can see is the background color I added.
If someone as any tip or direction to follow, I would be very greatful.
Thanks
Comment