-
Recently Browsing 0 members
No registered users viewing this page.
-
Similar Content
-
By water
Due to corona I have a lot of spare time at the moment. So I started to create a "real" help file fo the AD UDF (MS Active Directory).
This help file should look/work like the AutoIt help file.
Attached you find the first beta of the AD help file.
Done so far:
Similar functions have been assigned to a group (example: mail, mailbox and Exchange related functions have been assigned to the "EMail" group) Content, Search and Index tabs work Formatting is similar to the AutoIt help file Introduction page ToDo:
Fill index tab Use folder icons Set the correct font size for the TOC Enhance the CSS to fully match the formatting of the AutoIt help file Create a documentation so you can create CHM files for other homegrown UDFs Create pages for the chapters - return an error message at the moment Upgrade to the latest version of Microsoft HTML Workshop Seems 1.3 is the latest What do you think?
Is something still missing on the ToDo-list?
Comments please
AD.chm
-
By Ignacio
Good day and thanks for your time, recently i made a script to help me to store some info, but i want it to also Move itself (the .exe) to a specific folder (in my case to documents, so i ahve a backupt of the exe), i tried using Filemove(), but i have to chose to run it as admin (even tough im the admin in both pc i tested it) to work, so i tried Filecopy(), and it does copy (and run the script as intended) and since i can simulate to "Move" it i decided to delete it with Filedelete() but im just unable to see how to make it work and delete it
$date=@year&@mon&@mday $log="C:\logs" $copyto="C:\Users\admin\Documents" DirCreate($log) FileCopy(@ScriptDir & "\" & @ScriptName, $copyto) FileDelete(@ScriptDir & "\" & @ScriptName) $file = FileOpen($log&"\logfiles"&$date&".htm", 1)
-
By dascondor
I need to has Opt(GUISetOnEvent,-1) available in my script, but since I'm using koda designer it uses GUIgetmessage is there any work around for this. I'm pretty new to this stuff so any help is great appreciated.
Any Thoughts?
-
By Skysnake
I tried to create a ticket and Trac told me my submission looks like spam. I do not see a captcha on either of the submission or "spam" screens...
Tiny little documenation issue:
GUICtrlRegisterListViewSort
Example 1 on Line 17
The documentation refers to the function "SortLV" where it is in fact "LVSort" used in the example.
Example 2 uses "LVSort2" (correct)
-
By guinness
Note: Any issues that are reported in this thread are not guaranteed to be seen by a Developer and therefore fixed.
If you would like to report an issue then please navigate to Help File/Documentation Issues and follow the instructions.
This thread is used to discuss about help file issues only and ideas that people might have to improve future releases of the help file. This has been created so as not to bloat the Tracker with discussion based comments.
Thank you.
-