Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with AnimateWindow()

Status
Not open for further replies.

williamu

Programmer
Apr 8, 2002
494
GB
Hi,

I've been bored and trying to use AnimateWindow, and according to the docs it's declared in winuser.h, which I've #included. Also it says that the import library is user32.lib, which I've also included in the Project.

However when I try to build I get an:

'AnimateWindow' : undeclared identifier
Along with undeclared identifiers for the AW_* constants.

Has anyone had any success using this and could maybe tell me where I'm going wrong.

Thanks.


William
Software Engineer
ICQ No. 56047340
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top