WinStudio
IWSApplication interface
Returns an object that implements the IFormServer interface.
Application.FormServer
Sub Main() Dim myFormList As String myFormList = Application.FormServer.GetAllFormNames.ToString Application.ShowMessage(myFormList.Chars(3)) End Sub