Search the Community
Showing results for tags 'resource'.
-
Function Reference _GUIResourcePic.au3 Functions related to the image control in the GUI. Sintax: _GUICtrlPic_Create( FileName, Left, Top [, Width [, Height [, Style [, ExStyle ]]]]]] ) _GUICtrlPic_SetImage( controlID, FileName [, FixSize ]]) _GUICtrlPic_Delete( controlID ) _GUICtrlPic_Release( c...
- 67 replies
-
- gif
- gif animated
- (and 4 more)
-
I get the following error on compiling. All files defined in the resources to add exists. The exe file is created but when executing a pop-up window is shown with the message "File exists ?" >22:51:25 Performing the Program Resource Update steps: !>22:51:25 Error: Failed to get script data...
- 2 replies
-
- resource
- windows 10
-
(and 1 more)
Tagged with:
-
Which of the two should I use? It seems pragma compile offers access to resource fields that AutoIt3Wrapper only allows access to via Res_Field, such as CompanyName and ProductName. AutoIt3Wrapper offers help with versioning in the form of automatic version increase, pragma doesn't. (afaik) Should...
- 14 replies
-
- compile
- autoit3wrapper
-
(and 3 more)
Tagged with:
-
A3X Script Extract With newer versions of AutoIT (v3.3.10.0+), the compiled script is no longer appended to files as an overlay, and instead is embedded as a binary resource. This leads my previous AutoIt-script detection UDF lacking. However, since that UDF (>PE File Overlay Extraction) was ta...
-
First of all, I would like to thank those who helped me immensely on this script: guinness Edano and as well thank those who's script's I barrowed from: Melba23 guinness BrewManNH (if i missed anyone I apologize) I have learned a great deal in a short amount of time, and I certainly co...
- 13 replies
-
So here is a current SciTE tool I'm working on, I need a little help finishing it up. I need to have the main gui read the _res.profile that's associated with the script in the focused tab in SciTE... I need it to enter the selected file path at the insertoin cursor in SciTE... anyone wanna th...
- 26 replies
-
- Scite Add-on
- SciTE Tools
-
(and 5 more)
Tagged with:
-
I was troubleshooting behavior of a script and was looking at Process Explorer and I noticed that processes that I started using an AutoIT script are void of details such as Description and Company Name. The associated Icon is also generic in Process Explorer. I also have the lower pane open in P...
-
Hi every body! I have a strange problem that i can't solve: I made a GUI with a ToolBar, and i want to display custom icons in it. It's OK if i don't compile the script and i try to add the icons into my ImageList directly from disque, but when i compile and embeed my icons in the Exe file, the...