Congratulations - C# Corner Q4, 2022 MVPs Announced
Why Join
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Mike L
2.2k
1
2.4k
Trying to create a starry sky, but it's not working.
Dec 5 2010 2:51 PM
For a Space Invaders game, I copied the code from someone's example for how to create a starry sky, such that a bunch of points of light will appear throughout the form and flickering in and out of existence. But when I run the example, nothing happens--the screen just stays completely black.
Here are my classes:
Form1
Game
Constants
Stars
And
here's
the example I'm copying from.
I changed the name of AnimationTimer to Timer1, but besides that, my code is pretty much identical to his... any idea what's going on?
Reply
Answers (
1
)
An example with DataGridView in 3-tier
Creating a process and toggling its visibility?