Hi,
I have simple single borderless fullscreen Form (now with enabled double buffering) application because of Forms applet that I want. The problem is simple, a mentioned applet reqiure full lazy redrawing, so it causes screen flickering. That I make fullscreen cover image for hide loading...
Hello I am making a simple snake game with images using that:
private void rendering() {
while (true)
{
if (pbCanvas.InvokeRequired)
{
//pbCanvas.Refresh()...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.