wIck3d 0 Posted February 21, 2011 (edited) Hi all, Is there a way to get a label control's width? For example, if we have a label like this: $Label_1 = GUICtrlCreateLabel("Hello", 0, 0) The control's width would be set to default which autofit the control for "Hello" Is there a way to know the width in such a case? Edited February 21, 2011 by wIck3d Scripts:Mouse coords, cursor ID and color Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted February 21, 2011 ControlGetPos() .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
wIck3d 0 Posted February 21, 2011 Thanks! Scripts:Mouse coords, cursor ID and color Share this post Link to post Share on other sites