CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    1

    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!


  2. #2
    Guest

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured