The IDE Continued | ||
You use the IDE to build your program. There are 3 main things that you do using the IDE. 1. Build your program's interface 2. Add code to objects 3. Modify object properties Let's look at each of these. | ||
![]() | ||||||
Add objects (controls) to a window by dragging them from the Controls Window to a window. | ||||||
![]() | ||||||
2. Add code to objects | ||
![]() | ||
To program an object's response to an event click on the event name in the code editor window. The Action event has been clicked above and code has been put into that event for PushButton1 | ||
About the Code Editor Window: In the Code Editor window there are six sections: | ||