Disabling a Window

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I've posted a similar questione earlier but have narrowed down the problem
so I guess it's better to start a new thread. Basically, I was wondering how
it is possible to disable an active window when a user clicks outside of it.

I have a custom DLL app running inside a main app. I need to implement a
functionality that when a user clicks outside of the custom app, the main app
will become active and custom DLL app inactive. Is there something like:
' form1 is my DLL app
If Me.WindowStatus <> form1 Then
Set form1.Active = False ???

Thank you,
Victor.
 
Hi,

Thanks for the reply. What does does Form1.LostFocus return?

Thank you,
Victor.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top