Cann not implement floating tollbar?

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

Guest

I am posting this twice
I want to implement floating toolbar form. This form will be visible only if MS Word document is opened
If user minimise MS word document then this Windows form should not be displayed

I know i need to play with windows API but do not have an idea how to implement that

Can any one help me doing this

dinoo
 
* "=?Utf-8?B?ZGlub28=?= said:
I am posting this twice.
I want to implement floating toolbar form. This form will be visible only if MS Word document is opened.
If user minimise MS word document then this Windows form should not be displayed.

I know i need to play with windows API but do not have an idea how to implement that.

Can any one help me doing this?

I would do that in VBA/.NET. Consider asking in the Word VBA groups.
 
In fact I am not looking for a solution for Floating the toolbar on just MS Word document
it could be some other document or window as well

is there any way in .NET i can achieve this? How do I register a form for all the windows messages
That might help me

Thank

dinoo
 
Back
Top