Serial port and GPS

SerialGPSCfgForm.onSelGpxDir Method 

Called for the select button of the gpx directory

[Visual Basic]
Private Sub onSelGpxDir( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void onSelGpxDir(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
e

Remarks

The method uses SaveFileDialog for selecting the directory, because the FolderBrowseDialog is not available for NET Compact Framework. Don't get confused about the dialog title "save as", we don't save anything, we are only to lazy to implement such folder browsing dialog by ourselfs.

See Also

SerialGPSCfgForm Class | serial Namespace