This Git repo includes two projects: an AVR Classic version and an AVR for .NET version to demonstrate the ways to display Windows forms. subject]. By comparing these two projects you can learn a little about the differences between to the two development environments.
Note the .NET project isn't published yet.
Use the green "Clone or download" button above to download this repository with the AVR projects in it.
Annotated AVR Classic code
- startup.vrp - Startup program
- formNonModalShow.vrf - Non-modal form shown with Show opcode
- formMain.vrf - Main form
- formModalExFmt.vrf - Modal form shown with ExFmt opcode
- formModalCall.vrf - Modal form shown with Call opcode
Annotated AVR for .NET code
- startup.vr - Startup program
- formMain.vr - Main form
- formNonModalShow.vr - Non-modal form shown with Show method
- formModalExFmt.vr - Modal form shown with ShowDialog method