Modify the message box popup location

Can we change the location that the message box appears on the screen?

@491114473 No you can’t do that.
However you can write your own code for message box and place it on screen as per your requirement.

I am a beginner, can you guide the operation, I need your help.put the message box in the upper left corner or the upper right corner, thank you very much!

Hi @491114473

I had a quick look and it doesn’t look like you can natively modify the Message Box activity:

As such, you would either have to write your own snippet of code and use the Invoke Code activity to execute it, or use a Form or Callout activity with some clipping regions set to achieve what you want using UiPath activities :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.