trademaid Posted January 18, 2009 Posted January 18, 2009 I want to make a tail command that shows the last x lines if a file in a window. I would however like the box width and size drag-able using the mouse. Any idea how to do this?
Andreik Posted January 18, 2009 Posted January 18, 2009 I want to make a tail command that shows the last x lines if a file in a window. I would however like the box width and size drag-able using the mouse. Any idea how to do this?I don't understand first question. Q2: #include <WindowsConstants.au3> $GUI = GUICreate("EXAMPLE",400,400,-1,-1,$WS_SIZEBOX) GUISetState() While GUIGetMsg() <> -3 WEnd
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now