What's new

.NET Having trouble with this...

Cuddz

Cuddz

Enthusiast
Messages
117
Reaction score
6
Points
70
Sin$
0
hey guys i have used this code before and it has worked but right now its not. Not really sure why. Sometimes the
Code:
 private void Form1_Load(object sender, EventArgs e)
comes up by its self but this time i had to write it in. And its not working
Code:
 private void Form1_Load(object sender, EventArgs e)
        {
            MessageBox.Show("Can't get this to work:(");
        }

so if any one knows the problem that would be greatly appreciated

also i am very new
 
Z61

Z61

Some times our saints are sinners
Retired
Programmer Forum Addict Odysseus' Summit
Messages
5,468
Reaction score
3,429
Points
1,042
Sin$
0
Did you make a winforms class?
 
Top Bottom
Login
Register