Jump to content

Need repalcement for GUICtrlCreateList()


Dryden
 Share

Recommended Posts

Hi guys, I was wondering if is there something like GUICtrlCreateList(), but without list and as easy to update as GUICtrlCreateList() is.

Cos in my program I have labels and I have GUICtrlCreateList() sowing data, the ploblem is that as I update them a scroll apears and u can view the last thing that was on that list. So I was looking for something like an updatable label in a box...

Thx in advance.

Edited by Dryden

"Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life." - Terry Pratchett.

Link to comment
Share on other sites

?????

Updatable label in a box?? GUICtrlCreateInput?

that was exactly what I was looking for, bu I thought that with GUICtrlCreateInput user could change what he was seing.

Thx :)

"Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life." - Terry Pratchett.

Link to comment
Share on other sites

You can set it to $ES_REAdONLY, so the user can't change the text.

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

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