The_BORG Posted August 10, 2021 Share Posted August 10, 2021 First off, I am new to this forum so if this is the wrong place to ask please advise. I am building a script with GUI, it loads a file and presents the contents line by line in the GUI, works fine... except.. when the file contains more lines than the GUI original form size can fit, I cannot scroll (vertically). how do I enable the simple main window scroll feature? Link to comment Share on other sites More sharing options...
Nine Posted August 10, 2021 Share Posted August 10, 2021 $WS_VSCROLL ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Screen Scraping Link to comment Share on other sites More sharing options...
The_BORG Posted August 10, 2021 Author Share Posted August 10, 2021 Thx Nine, Did that all ready but it seems stuck, also tried $WS_SIZEBOX with weird results, it resizes the window but also contents. still messing around with it, thank you for your answer. Link to comment Share on other sites More sharing options...
Nine Posted August 10, 2021 Share Posted August 10, 2021 I am not very good at guessing game. Please create a runable snippet of your code, so we can test it on our side... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector GIF Animation (cached) Screen Scraping Link to comment Share on other sites More sharing options...
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