ArcFM Responder Mobile Developer Guide
LoadDialog Method (IMMProgressDialog)






Syntax
'Declaration
 
Sub LoadDialog( _
   ByVal sTitle As System.String, _
   ByVal hwndParent As System.Integer, _
   ByVal eMsgLogOption As mmMessageLogOption _
) 
'Usage
 
Dim instance As IMMProgressDialog
Dim sTitle As System.String
Dim hwndParent As System.Integer
Dim eMsgLogOption As mmMessageLogOption
 
instance.LoadDialog(sTitle, hwndParent, eMsgLogOption)
void LoadDialog( 
   System.string sTitle,
   System.int hwndParent,
   mmMessageLogOption eMsgLogOption
)
procedure LoadDialog( 
    sTitle: System.String;
    hwndParent: System.Integer;
    eMsgLogOption: mmMessageLogOption
); 
function LoadDialog( 
   sTitle : System.String,
   hwndParent : System.int,
   eMsgLogOption : mmMessageLogOption
);
void LoadDialog( 
   System.string* sTitle,
   System.int hwndParent,
   mmMessageLogOption eMsgLogOption
) 
void LoadDialog( 
   System.String^ sTitle,
   System.int hwndParent,
   mmMessageLogOption eMsgLogOption
) 

Parameters

sTitle
hwndParent
eMsgLogOption
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMProgressDialog Interface
IMMProgressDialog Members

Send Feedback