|
-
Apr 3rd, 2000, 08:36 PM
#1
Thread Starter
New Member
I have made an add-in for Word. I would like it too be on top of Word in that session.
When I start I show the form with vbmodal. But when I move the form a "copy" of the form shows in the "wordwindow". I must leave focus from my form when I move the form so that word can repaint the window.
But how can I spot that my form has been moved. I can't find any proper event.
Or maybe it can be solved in some other way without modal.
-
Apr 4th, 2000, 03:02 AM
#2
Lively Member
try this -
add 2 forms to a project
in the first form use
form2.show, me
this will keep form 2 in front of form1 at all times
hope this is what you are looking for
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
|