'Declaration
Public Shared Function SelectFileToLoadWithAdjust( _
ByVal As IWin32Window, _
ByVal As String, _
ByVal As Boolean _
) As ImGearPage
'Usage
Dim owner As IWin32Window
Dim dialogTitle As String
Dim selectRemote As Boolean
Dim value As ImGearPage
value = ImGearWinForms.SelectFileToLoadWithAdjust(owner, dialogTitle, selectRemote)