ZeroEffect Posted September 26, 2005 Posted September 26, 2005 Ok this is odd I have no code in place to keep my form on top of other forms but yet it is. Now this does not happen when the application is first started. I'm able to send it to the background with out a problem. Could the wat I am loading the my program? 'this is uses from a module to start the program MainForm.Show() Application.Run(MainForm) 'This is called only once in a new thread to load last loaded information. 'called from mainforms load event Private Sub ShowWait() Application.Run(WaitForm) End Sub I am kind of baffeled by this any thoughts? Thanks ZeroEffect Quote If you can't find it, Build It. There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10
Administrators PlausiblyDamp Posted September 26, 2005 Administrators Posted September 26, 2005 Does it start to stay in front of other forms after any particular time or after a certain operation has been done? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ZeroEffect Posted September 26, 2005 Author Posted September 26, 2005 At this point it seems to be random. I can't get the program to do it while it's being debugged from VB.Net. So it is a little hard to trace. I'll be trying some more things today to see if I can trigger it. Thanks for your help. ZeroEffect Quote If you can't find it, Build It. There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10
ZeroEffect Posted October 5, 2005 Author Posted October 5, 2005 Found it! It was in my code. I had a property set to True. Quote If you can't find it, Build It. There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.