Results 1 to 2 of 2

Thread: Need help With Progress Bar

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2003
    Location
    FL
    Posts
    1

    Need help With Progress Bar

    Hello Im using
    Microsft Visual C++
    I wanted to play a trick on my friends, and I needed to insert a
    Progress Bar. I did And I need help making it load. When I run the dialog box, the progress bar doesn't load. Please help me thanks
    Ricky

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Code:
    #include <commctrl.h>
    #pragma comment(lib, "comctl32.lib")
    .....
    int WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
    {
    	InitCommonControls();
    	// .....
    }

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