Using VC++ to create Scheduling Application
Hi! I am new in VC++ and I would like to know how to use VC++ to create an Scheduling application?
eg.
7:00 8:00 9:00 10:00
-------------------------------------------------
|==========|***********************
**********|=====|*******************
******************* |==========|****
************************************
?Which classes, functions I suppose to use?????
Thank you very much!
Re: Using VC++ to create Scheduling Application
There is a book called Windows 95 Programming for Dummies, but Stephen Davis, that actually takes you step by step through a scheduling application. There is other good MFC information in that book.
Check it out.
Devin