Search found 4 matches
- 28 Dec 2020, 00:58
- Forum: Ask For Help
- Topic: How can I un-encrypt my script? Topic is solved
- Replies: 11
- Views: 1349
Re: How can I un-encrypt my script? Topic is solved
im also really impressed with this script to hide our code. although im struggling with understanding the default key used to encode or decode. i dont want to use the default key, because others who do understand the code better than me will be able to decode with default key. I assume is ([email protected]....
- 14 May 2020, 02:55
- Forum: Scripts and Functions
- Topic: [class] LayeredWindow ( WS_EX_LAYERED )
- Replies: 12
- Views: 2885
- 20 Mar 2019, 06:33
- Forum: Ask For Help
- Topic: IL and LV - Issue Topic is solved
- Replies: 2
- Views: 471
Re: IL and LV - Issue Topic is solved
Hi, my (untested) suggestions: Remove the leading numbers from the image file names. Create an array of file names. Create a complete image list at the start of the script. Replace the ComboBox control by a DDL . Add the AltSubmit option to make it return the index of the selected item. #NoEnv Imag...
- 19 Mar 2019, 04:44
- Forum: Ask For Help
- Topic: IL and LV - Issue Topic is solved
- Replies: 2
- Views: 471
IL and LV - Issue Topic is solved
HI, am facing an issue in the following code: #Persistent Gui, Add, ListView, -Readonly w225 h200 Center hwndhLV vLV, IMG|Action|Label Gui, Add, ComboBox,Center Choose1 r14 w120 gbox vfrmSAVEDPRESET , 1 True|2 Question|3 Attention|4 Star|5 Into|6 Plus|7 Kiss|8 North|9 South|10 East|11 West|12 Up|13 ...