How can i have a message box indicate "The process is running" until the process will end plz?

How can i have a message box indicate “The process is running” until the process will end plz ?

Use the Message Box activity to show a message box.

1 Like

Yes but i don’t need the button “OK” i just need a message box indicate the message during the process and when the process finish than the message disapear

You could have your process click “OK” on this box once the activity is complete.

1 Like

how can i do that plz ?
@Anthony_Humphries

This was apparently a case of “Easier said than done”. The Message Box activity hangs until the user or anything else closes it, but it needs to run in the background.

I found an alternate solution. Use the UiPath.DesktopNotification.Activities package in your package manager (you will need to download this). I’ve attached a workflow that shows how this works.

Processusvierge.zip (12,2 Ko)

2 Likes

Thank you my friend it works but not until the end of the process, it stoped after 10s.

How can i do to let the notification be visible during the all process plz ?
@Anthony_Humphries