public partial class game : Form
{
private Image bat = Image.FromFile("F:\\C#\\Projects\\Final Images\\bat normal.gif");
private void game_Load(object sender, EventArgs e)
{
baseballControl.Image = bat;
}
}
}
i know its not much, but the idea is all there. I have also tried to use the form transparency key, however it makes form completely transparent so all white spaces would show the desktop or anything else behind it, not the forms background. Any help is greatly appreciated and thanks in advance!

New Topic/Question
Reply




MultiQuote




|