I am an experienced VB programmer however I am a new to VB.Net. This might be a very basic question, but why does the form Activate base class event continue to fire (it appears it is in a continous loop)?
Do you mean the Activated event? My guess would be because you have a breakpoint set, and the form is trying to activate, but then the IDE window gets activated because its hitting the breakpoint, then you click the run button, the form gets activated, the IDE window gets activated because it hits the break point, etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.