How to show waitcursor bet. different proceses in windows app

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?TWFuaXNoIEJhZm5h?=

    How to show waitcursor bet. different proceses in windows app

    Hi,
    I have tried hard but not able to show waitcursor in betwen different
    processes.I launch new application from current application by using
    system.diagnost ics.proceesstar tinfo.Till second application is fully
    launched,i want to show waitcursor.I have used Current.Cursor =
    Cursors.Waitcur sor.But it is not working.
    Any ideas/insights would be highly appreciated.
    Thanks in advance for repyling(as always)

    Thanks and Regards.
    Manish Bafna.


  • Dirk Michaelsen

    #2
    Re: How to show waitcursor bet. different proceses in windows app

    Manish Bafna wrote:

    have you tried Application.Use WaitCursor = true; ?

    Dirk
    >I have tried hard but not able to show waitcursor in betwen different
    >processes.I launch new application from current application by using
    >system.diagnos tics.proceessta rtinfo.Till second application is fully
    >launched,i want to show waitcursor.I have used Current.Cursor =
    >Cursors.Waitcu rsor.But it is not working.
    >Any ideas/insights would be highly appreciated.
    >Thanks in advance for repyling(as always)

    Comment

    Working...