|
-
October 18th, 2012, 09:26 AM
#4
Re: Strange stretching
 Originally Posted by AKE
hsb - handle of status bar.
It doesn't matter whether it is a status bar or any other window.
 Originally Posted by AKE
I tried comment "SendMessage(hsb, WM_SIZE, 0, 0);" - it didn't help me.
Well, this line must be removed because it is wrong. Either use MoveWindow or SetWindowPos or send some used defined message to the status bar window and implement its resizing while handling this message.
Now define "application close". How exactly does it happen? Without any error message? without any message in the Windows Event Viewer?
Victor Nijegorodov
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|