Hi there,
in the MSDN is a good (?) sample of a "create a status bar". But the first error ist that the source lpParts = LocalLock(hloc); is not correct. The compiler appears a error-message, that a void* can not change into an int*.
OK I make a casting than, all is OK. Now I call my creating status bar function in the main window but no status bar is there ? why ? I really don't know where my mistake is ...
Have anyone a little help. I want to program a status bar in the Win32 API in C or C++.
SiM
in the MSDN is a good (?) sample of a "create a status bar". But the first error ist that the source lpParts = LocalLock(hloc); is not correct. The compiler appears a error-message, that a void* can not change into an int*.
OK I make a casting than, all is OK. Now I call my creating status bar function in the main window but no status bar is there ? why ? I really don't know where my mistake is ...
Have anyone a little help. I want to program a status bar in the Win32 API in C or C++.
SiM