Course list http://www.c-jump.com/bcc/

Lab 30: Fl_Progress bar and Timer events (Part I)


  1. Description
  2. Copying Visual Studio Project
  3. Adding widgets in FLUID
  4. Adding timer event callbacks
  5. How to submit

Description



Copying Visual Studio Project



Adding widgets in FLUID



Adding timer event callbacks


  1. Open solution

    
        c255labs\labs\c255_lab30_timer\c255_lab30.sln
    
    

    in Visual Studio.

  2. Download the new versions of

  3. Compile and test the program.

  4. Open CMainWindow.h in the text editor and examine the code:

  5. Open CMainWindow.cpp in the text editor and examine the code:

     


How to submit