开发者

Smoother Transition between application in windows app, c#

My ap开发者_开发问答plication 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜