Changes between Version 16 and Version 17 of BasicTutorials


Ignore:
Timestamp:
2011-11-26 16:58:56 (12 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BasicTutorials

    v16 v17  
    11= Basic Tutorials = 
    2 If you need to get access to the EwE sources please [wiki:GettingStartedWithSources read these instructions]. 
     2These tutorials assume that you have [wiki:DownloadingTheSourceFromSvn access to the EwE6 sources], that you have [wiki:HowToInstallVisualBasicExpress a development environment installed] and that your system [wiki:InstallAccess2007Drivers can handle Access 2007 database files]. 
    33 
    4  * [wiki:CreateaSimpleUserInterface Create a simple user interface] - This article will teach you how to create a Button, Label and a Textbox control. 
     4It is also assumed that you are familiar with basic concepts of Microsoft .NET software development. 
     5 
    56 * [wiki:EweConsoleAppExample EwE6 console application] - This article shows how to run EwE6 from a console application. 
    67 * [wiki:RunEcosimViaConsoleApplication Run Ecosim from a console application] - This article shows how to run Ecosim from a console application. 
    78 * [wiki:EcosimVariableTimestepPluginExample Ecosim multi threaded and Variable Timestep example] - This article shows how to run Ecosim on a separate thread from the interface and a variable time step. 
     9 
     10Non-EwE related playthings: 
     11 * [wiki:CreateaSimpleUserInterface Create a simple user interface] - This article will teach you how to create a Button, Label and a Textbox control in a Windows Forms application. But honestly, there are much better tutorials on the Internet to teach you how to program Microsoft .NET!