Set minimum width of a chat window - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: Set minimum width of a chat window (/showthread.php?tid=80873) Set minimum width of a chat window by roflmao456 on 01-11-2008 at 10:01 PM
what API function can be used to accomplish this? oh yeah, and also how to use "WM/Picture" i always seem to receive errors whenever i try to use it to output text into the debug. quote: code: RE: Set minimum width of a chat window by deAd on 01-12-2008 at 02:30 AM There is no API function for this, you would need to subclass the window and handle WM_GETMINMAXINFO to do this. |