Reply to thread

Try this


  dim dlg as new GUIDialogOK = GUIWindowManager.GetWindow(GUIWindow.Window.WINDOW_DIALOG_OK)

  dlg.SetHeading("Window Title")

  dlg.SetLine(1, "Playing")

  dlg.SetLine(2, filename)

  dlg.DoModal(GUIWindowManager.ActiveWindow)


If this doesn't work then post the code you need converting and I'll convert it. As long as its not 4000 lines. :D


Top Bottom