Please can someone help....

I am writing a file-sharing application and I am trying to add a progress bar for the file transfering part.

I am writing this in c using win32 api...
I would like to incorporate the progress bar into the status bar at the bottom of my main dialog box...

hwndStatusBar = CreateStatusWindow(WS_CHILD | WS_VISIBLE | CCS_BOTTOM | SBARS_SIZEGRIP,NULL,hwnd, ID_STATUS);

Can someone help pls...

Matt