Rajat wrote:
... change the post title to something useful !!

Suggest titles ... BoBo pick one ... I'll change it.
BoBo wrote:
it takes the focus away which is quite anoying if to use it on a constant basis.
With the latest version, it's easier to prevent that. Here is the revised section:
Code:
Gui, Color, %Color%
Gui, Font, s%FontSize%, %Font%
Gui, Add, text, ,%Text%
Gui, +Disabled +AlwaysOnTop +LastFound ; Also make it the "last found" window.
WinSet, TransColor, %Color% 150 ; GUI Hintergrund transparent setzen | Set GUI background transparent
Gui, -Caption
Gui, Show, Hide X%Pos% Y%TextVPos%
WinGetPos, X, Y, GUIWidth, Height,, %Text% ; GUI Breite ermitteln | Get GUI width ; This line and those below were not changed.
And also the "NoActivate" option is added to this line:
Code:
Gui, show, NoActivate X%Pos% Y%TextVPos% ; Anzeige der GUI an veränderter Position | Display the GUI @ changed postion