Hey I've got a problem, and its been really annoying, I've tried to fix it for a while now but no luck.
This is a simple explain.
I have a form and when i put a button on the form then build it and run it the button doesn't appear.
The button is visible in the properties, this doesn't only happen with buttons but with all the other objects. I hope there is a simple solution because this has been limited my project for school that i am doing. I have even redone the project twice, but each time i encounter the same project after I've done like 50% of the work.
Another example is when i added this code into of the the form loads.
If I'm not incorrect it should make it so the application fills the screen.Code:Me.Height = Screen.PrimaryScreen.Bounds.Height
Me.Width = Screen.PrimaryScreen.Bounds.Width
But this isn't working. (this could be another problem)
But if anyone can help, i would be very thankful, i need to try and finish my project.
Thanks
