简体   繁体   中英

How to add button with events on third party windows form application?

I need to add one button with events on third party windows application, whose click event will open web browser with provided link.

Is there any way to achieve this using c#, .net framework?

I do have API(DLL) to access some of the events and can deploy with third party application. But it doesn't provide method to acces the winform controls. The DLL is a SDK to subscribe events and perform background operations on the third party app.

Is there any way to dynamically draw a button control on current active windows form?

As far as I know, this is not possible since third party app, best approach would be to encapsulate the windows app with your own native app either by consuming the third party component as a control then adding your own buttons around the view that consumes it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM