I an using the Progressbar supplied with Windows Common
Controls. I would like to update it through api calls using SendMessage, not through the inbuilt functions, as I have to update it from various places.
The problem is that it is not responding to the api calls. Once in a while it might respond and increase the value. I know this might sound strange, but this is happening.

Thanks