Jump to content

Recommended Posts

  • Moderators
Posted (edited)

Maybe something like this?

TraySetToolTip (@UserName)

Or?

TrayTip( "Username", @UserName, 10)
Sleep(10000)
Edited by big_daddy
Posted

maybe

#include <GUIConstants.au3>

$title = @UserName
GUICreate($title, 200, 20)
GUISetState()

GUISetState(@SW_MINIMIZE)

AdlibEnable("Check_User", 1000)

While 3
    $msg3 = GUIGetMsg()
    
    If $msg3 = $GUI_EVENT_CLOSE Then Exit
WEnd

Func Check_User()
    
    WinSetTitle($title, "", @UserName)
    $title = @UserName
EndFunc

8)

NEWHeader1.png

Posted

Hello,

I want the logged in user-name to be shown in the taskbar.

Is this possible with autoIT?

baeus

Yes.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...