简体   繁体   中英

Smoother Transition between application in windows app, c#

My application handles the startup and termination of external some application. An inbuilt TaskBar is there to tab the applications that are started.

Say when three applications are started, i map those 3 applications to the tabs created. So that the user can use the task bar to switch between the application. The default windows task bar will be replaced by my applications taskbar because it is a Kiosk application.

All these works fine...

What i want to do is, the toggling between the applications is not smooth, which the user dosent like. I want to make the change of applications smooth. I am using windows XP.

I am calling ShowWindowsAsync function to show the application when user clicks the respective tab.

How can i make the the visual effective using c# ? Is there any possibility ?

P/Invoke AnimateWindow() to get transitions. Visit pinvoke.net for the required declarations.

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