Jump to content

text box thats mouse resizable for tail command


Recommended Posts

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

When the words fail... music speaks.

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...