quote:
Originally posted by Ezra
ause serious errors like memory leaks, crashing, freezes and what not, if you don't know exactly what you're doing and you're using 'advanced' stuff as classes and objects...
Here ya go:
code:
Me.Close()
Funny thing is i knew that, i just dunno y i didn't use it lol
quote:
Originally posted by CookieRevised
Golden rule: avoid DoEvents
Do u mean like
code:
Do
i += 1
Loop While (i < 10)
quote:
Originally posted by YottabyteWIzard
I know that, but it's my only theory because i reinstalled Media Center and still can't install VB.NET, and when i had XP Pro SP2 and i can. Ideas?
Do you have the dvd version or the cd version ? Can u atleast launch the install ?
--------
Last thing, is there a way to catch a glodal click, like in Java ? Basically what i wanna do is if the user clicks anywhere in the form (which has only an image and labels) i want it to do a me.Hide().
Thx again for all the help, u guys are the best!!