Jump to content

Logged in Domain-User shall appear in taskbar


 Share

Recommended Posts

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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