Jump to content

Search the Community

Showing results for tags 'Is it possible?'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 3 results

  1. $Form1 = GUICreate("Entity Tracker", 606, 425, 500, 241,-1, $WS_EX_ACCEPTFILES) $Tab1 = GUICtrlCreateTab(0, 0, 625, 441) $TabSheet1 = GUICtrlCreateTabItem("Tracker") I was hoping to to be able to disable (i.e. prevent a user from activating the tabsheet) by: GUICtrlSetState($TabSheet1, $GUI_DISABLE) But this doesn't work. (Or at least I can't get it to work). I've checked the help files and searched but can't seem to see an obvious and easy solution to this, but I'm sure one must exist. Hoping someone might know how to do this.
  2. hello, please take a look: i use a vlc-plugin within my script, to remote and watch tv from my dreambox. the plugin causes some lines i can see in the SciTE console. how can i get / store these outputs to a $variable when the script is compiled?
  3. Hi mates, The tool I developed uses different folders where files are located: @scriptdir contains all the .exe, some .dll and some .ini /logs contains log.txt /images contains all images needed to _imagesearch() /manual contains manual.chm and manual.chw /DB contains db.xml As previously discussed with Zedna, I can't use Resources UDF since _imagesearch() doesn't support embedded images but needs them stored on HDD. As previously discussed with Trancexx, I can embedd binaries (runbinary) but It's too risky so I decided to avoid it. So question is: How can I embeed all these files and folders into an executable so that when it's run it re-builds the original folders/file structure? What I expect to have is: Before compiling : all the .au3 and the folders with the files After compiling : just one compiled.exe and all folders with their files. Thanks for the support, Marco
×
×
  • Create New...