|
-
Mar 18th, 2001, 08:51 AM
#1
Thread Starter
Junior Member
hello i need someone help please !!!
i make an addin and i want to know who is the active form in the project.
when i look at the property :
VBInstance.ActiveWindow i get nothing.
in the connect.dsr in the sub:
AddinInstance_OnConnection
in the line :
Set VBInstance = Application
the property of
Application.ActiveWindow is also nothing .
so please someone help me , how can i get the active form in addin ???????
-
Mar 19th, 2001, 07:49 PM
#2
Addicted Member
Hi,
Maybe this will work for you...
Screen.ActiveForm
That which does not kill us, only makes us stronger. 
-
Mar 20th, 2001, 07:49 AM
#3
Thread Starter
Junior Member
no but thanks and the answer is :
no , that doesn work cause the form active screen is the addins form .
but thanks anyway.
if you want i found the answer :
VBInstance.SelectedVBComponent
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|