InfoConnect for Airlines
CreateApplication() Method
Example 


Creates an application that represents the instance of InfoConnect that was just started by you, or a InfoConnect instance running at the default IPC channel (if the InfoConnect instance is the first instance started manually).
Syntax
'Declaration
 
Public Overloads Shared Function CreateApplication() As Application
'Usage
 
Dim value As Application
 
value = MyReflection.CreateApplication()
public static Application CreateApplication()

Return Value

An Application object.
Example
This sample gets a handle to an application that represents the first instance of InfoConnect started manually. Then it gets a handle to a demo session and gets some text from a session screen. Before running this sample, make sure the demoSession.rd3x session is running in a workspace

	
See Also