Hi,
I hope someone can help me. I’m going to use the Flexpendant GTPUMessageBox. However, in the documentation this is only described in C#, and I’m using VB. I have tried, but not succeeded in translating.
I use the follwing to call up the msgbox:
GTPUMessageBox.Show(Me, New MessageBoxEventHandler(AddressOf_ OnServerMessageClosed), “Do you really want to activate”, “Activate?”,_ System.Windows.Forms.MessageBoxIcon.Question,_ System.Windows.Forms.MessageBoxButtons.YesNo)
Is that OK to begin with?
And then, how should my event sub look like?
Help would really be appreciated. I might be completely lost here ![]()
/Per Malmqvist