...
The gmStudio samples are available as a separate installer package (gmSamplesSetup.msi).
To install the gmStudio Samples, run the gmSamplesSetup.msi file.
The following directories are created by the gmStudio samples installation process:
Code Block |
---|
[INSTALLDIR]:
|
\---samples: sample files
|
+---batch: scripts for running gmStudio in unattended mode
|
+---migrations: sample migration project files (*.gmproj)
|
+---source: sample source codes
| |
| +---FileExplorer: a desktop application sample
| |
| +---FMStocks: a multi-project VB6/ASP/COM example
| | |
| | +---FMSLib
| | \---FMSWeb
| |
| \---ScanTool: a multi-project VB6/COM example
| |
| +---ScanToolLib_VB6
| \---ScanToolUI_VB6
|
\---workspace
|
+---DemoScanTool: ScanTool sample migration workspace
+---FileExplorer: FileExplorersample migration workspace
+---FMStocks_csh: FMStocks sample migration workspace (in C#.NET)
\---FMStocks_vbn: FMStocks sample migration workspace (in VB.NET)
|
...
zip files as described in this Samples section of the manual.
gmStudio Working Configuration
...
- Select the VB6 projects to migrate:
- a) Click [File/New Migration] from the main menu. This will open the [Migration Project Setup] form.
- b) Enter a name for your migration project; the default is "pgrade1Upgrade1.
- c) Use the [Select Migration Units] control to find and select VBPs.
- d) Click [Add] to add VBPs to the migration project
- e) Click [Save & Exit] to return to the Main Form.
- Run the migration process by clicking the [Upgrade] button on the Toolbar.
...