March 29, 2024, 06:31:26 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


2. Defining the Project scope

Started by LarryMc, October 13, 2014, 07:45:53 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

For the purpose of this tutorial we want the following:

1. A WINDOWS based application containing some edit controls and buttons.
   a) the window setup in a subroutine in its own file
   b) the window message handler is in the main window
2. A DIALOG which is opened via a button on the main window.
   a)the dialog is configured in a subroutine
   b) the handler for the dialog
   c) both 2a and 2b are together in their own file
   d)the dialog processes information passed to it via a global value
   e)after processing the resulting data is displayed in the main window
3. Some utility subroutines in a separate file that are called by both the main window and the dialog.

This will give us plenty to start with.
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library