[php]
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
Label1.Text = MousePosition.X & ", " & MousePosition.Y
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Timer1.Start()
Timer1.Interval = 1
End Sub
[/php]
If you do such simple programs either include the source code or make some epic GUI.
Originally Posted by Blubb1337
If you do such simple programs either include the source code or make some epic GUI.
GUI isnt that bad
but yea... after all, you take more time placing the controls on the form then the code itself..
Originally Posted by Blubb1337
If you do such simple programs either include the source code or make some epic GUI.
Even then there's no point of releasing source for such simple programs
Simple but good job.
Can't run it...app crashes on load !!!!!
Originally Posted by FLAMESABER
Can't run it...app crashes on load !!!!!
probabily he is using .net framework 4.0? or forgot controls .dll? xD
Originally Posted by Brinuz
probabily he is using .net framework 4.0? or forgot controls .dll? xD
No...no issue with .NET,,, but yea I guess he forgot some .dll.....or maybe some crappy startup can do that too !!
10 bucks says he forgot the DotNetBar .dll. I did the same thing when I used it
/facewall.
lol... i know it's an easy program, i was very bored and i decided to create a program... it tooks me like 1min.... and in my debug folder there isn't any dotnetbar .dlls....
Originally Posted by Sixx93
lol... i know it's an easy program, i was very bored and i decided to create a program... it tooks me like 1min.... and in my debug folder there isn't any dotnetbar .dlls....
Well don't release 1min programs then -.- they don't benefit anyone rofl. Spend some time and make something useful.