wp83ec5f64.png
wpcff022fe.png
wpe05f0f24.png
wp7bd4f988.png
wp3a644f2b.png
wp794b7de1.png
wp6b867d8f.png
wpbe4b707d.png

 

Here is a sample of what your screen should resemble.

 

wp0a61af98.png

 

You will also need to place a static control at the top center to represent the month name.  Name it “STC_Month”.  Now place to buttons, one on the left and one on the right.  This buttons will be used to change the month we are viewing to the next or previous months.  I named the ones on my project “btn_cal_prevmonth” and “btn_cal_nextmonth”.

 

So now that we have our visual controls on the screen, we need to start creating some simple procedures.  We’re going to create 4 procedures, most of which will start with the name “Cal_”.  

 

wp7e4b3b69.png

The forth procedure is one that came from the calendar popup control that ships with WinDev.  Now lets get into the guts of the cal_build procedure.

 

 

 

Next Page