Hi, i am trying to make a small form, but when you click "start" 1/many balls appear and bounce around the SCREEN, not the form. so it will touch the edges of the screen, then bounce off. can anyone help me with this?
Have you done anything at all or were you just hoping that someone would do it for you? If you have a specific problem then ask away. If not, come back when you do.
You can separate the configuration and action processes and run the latter as a console app using the desktop as a drawing surface. Or you can run a two form app with the action running in a maximised, transparent window. Or you can parent the app to the desktop so that a configuration panel is always visible. Or if you're really keen you could use API to replace the desktop altogether. Any way you choose you don't need the ball to 'overlap' the form. Just because you run the app in a form doesn't mean that everything must be bound by it.