Shoutbox

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?
using it for one of my scripts .. (that i was lazy on)


edit: right now i'm using SetWindowPos with a timer



oh yeah, and also how to use "WM/Picture" :P i always seem to receive errors whenever i try to use it to output text into the debug.
quote:
Error: Invalid procedure call or argument (code: -2146828283)
       File: Variables.js. Line: 38.
code:
Debug.Trace(WMP.currentMedia.getItemInfoByType("WM/Picture", "en-us", 3).URL);

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.