Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

If you can't find it, Build It.

 

There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10

Posted

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

If you can't find it, Build It.

 

There is no place Like 127.0.0.1 also don't forget 1 + 1 = 10

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...