- ServUO Version
- Publish 57
- Ultima Expansion
- Endless Journey
Hi guys, I have been playing around with gumps and in particular the HelpGump.cs . I am trying to have a button that opens a web browser to a custom URL.
I am using this currently to create the button:
Is there a quick way to invoke a browser opening on this?
I was looking around but couldnt find anything that helped me.
Thanks!
I am using this currently to create the button:
C#:
this.AddButton(80, 75, 5540, 5541, 9, GumpButtonType.Reply, 0);
Is there a quick way to invoke a browser opening on this?
I was looking around but couldnt find anything that helped me.
Thanks!