Hi,
If any kind sould could set me on track how to set plugin configuration dialog ontop. Whatever I do, I always have it showing underneath XLobby config dialog (F2)....
Cheers,
D.
Dim myForm As New Form1
myForm.ShowDialog()
art wrote:I'm no expert, but you could try something like this, providing that your form is called Form1:
- Code: Select all
Dim myForm As New Form1
myForm.ShowDialog()