<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://autohotkey.wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://autohotkey.wiki/feed.php">
        <title>AutoHotkey Wiki - guides:com</title>
        <description>The ultimate automation scripting language for Windows</description>
        <link>https://autohotkey.wiki/</link>
        <image rdf:resource="https://autohotkey.wiki/_media/wiki:logo.png" />
       <dc:date>2026-05-12T19:02:26+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:autocad.application?rev=1659967715&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:excel.application?rev=1645977554&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:htmlfile?rev=1657112887&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:internetexplorer.application?rev=1645977069&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:sapi.spvoice?rev=1645974382&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:scriptlet.typelib?rev=1688600698&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:start?rev=1742992573&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:winhttp.winhttprequest?rev=1645977126&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:wmi?rev=1689789715&amp;do=diff"/>
                <rdf:li rdf:resource="https://autohotkey.wiki/guides:com:wscript.shell?rev=1660224437&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://autohotkey.wiki/_media/wiki:logo.png">
        <title>AutoHotkey Wiki</title>
        <link>https://autohotkey.wiki/</link>
        <url>https://autohotkey.wiki/_media/wiki:logo.png</url>
    </image>
    <item rdf:about="https://autohotkey.wiki/guides:com:autocad.application?rev=1659967715&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-08T14:08:35+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>AutoCAD.Application</title>
        <link>https://autohotkey.wiki/guides:com:autocad.application?rev=1659967715&amp;do=diff</link>
        <description>AutoCAD.Application

Reference &lt;https://help.autodesk.com/view/OARX/2023/ENU/?guid=GUID-A809CD71-4655-44E2-B674-1FE200B9FE30&gt;</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:excel.application?rev=1645977554&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-27T15:59:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Excel.Application</title>
        <link>https://autohotkey.wiki/guides:com:excel.application?rev=1645977554&amp;do=diff</link>
        <description>Excel.Application

Original post by Learning one on the AutoHotkey Archived Forums

----------

COM Object: Excel.Application

Purpose: Perform calculations, analyse information and visualise data in spreadsheets.

System Requirements: Microsoft Office Excel application

Documentation Link:</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:htmlfile?rev=1657112887&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-07-06T13:08:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>HTMLFile</title>
        <link>https://autohotkey.wiki/guides:com:htmlfile?rev=1657112887&amp;do=diff</link>
        <description>HTMLFile

Original post by jethrow on the AutoHotkey Archived Forums.

----------

Object Name: HTMLFile

Purpose: Represents an HTML document. Can be used to read, write, &amp; interact with HTML.

Documentation Link 

Other Links: W3Schools - Document Object

Basic Code Example - this example extracts all the text &amp; URLs from the links on the Google Search Page:</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:internetexplorer.application?rev=1645977069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-27T15:51:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>InternetExplorer.Application</title>
        <link>https://autohotkey.wiki/guides:com:internetexplorer.application?rev=1645977069&amp;do=diff</link>
        <description>InternetExplorer.Application

Original post by jethrow on the AutoHotkey Archived Forums

----------

COM Object: InternetExplorer.Application

Purpose: Explore Websites

System Requirements: General 

Documentation Link: InternetExplorer object

Other Links: NavConstants, CMD IDs, Basic Webpage Controls

Code Example:


;// open Standard Internet Explorer
wb := ComObjCreate(&quot;InternetExplorer.Application&quot;) ;// create IE
wb.Visible := true ;// show IE
wb.GoHome() ;// Navigate Home

;// the ReadyS…</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:sapi.spvoice?rev=1645974382&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-27T15:06:22+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SAPI.SpVoice</title>
        <link>https://autohotkey.wiki/guides:com:sapi.spvoice?rev=1645974382&amp;do=diff</link>
        <description>SAPI.SpVoice

As documented on MSDN.

The SAPI.SpVoice object (referred to as &quot;SpVoice &quot;) can be used to convert text to speech, either for immediate playback, or as a media file. SpVoice can use any system text-to-speech voices installed from language packs (although it requires some tweaking on modern windows).</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:scriptlet.typelib?rev=1688600698&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-05T23:44:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Scriptlet.TypeLib</title>
        <link>https://autohotkey.wiki/guides:com:scriptlet.typelib?rev=1688600698&amp;do=diff</link>
        <description>Scriptlet.TypeLib</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:start?rev=1742992573&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-03-26T12:36:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>COM APIs</title>
        <link>https://autohotkey.wiki/guides:com:start?rev=1742992573&amp;do=diff</link>
        <description>COM APIs

	&quot; Via Microsoft

 The Microsoft Component Object Model (COM) is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft&#039;s OLE (compound documents), ActiveX (Internet-enabled components), as well as others.</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:winhttp.winhttprequest?rev=1645977126&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-02-27T15:52:06+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WinHttp.WinHttpRequest.5.1</title>
        <link>https://autohotkey.wiki/guides:com:winhttp.winhttprequest?rev=1645977126&amp;do=diff</link>
        <description>WinHttp.WinHttpRequest.5.1

As documented on MSDN.

The WinHttp.WinHttpRequest.5.1 object (referred to as &quot;WinHttp&quot;) can be used to make complex HTTP requests, including different HTTP methods (GET, SET, ...) and arbitrary headers (Context-Type, ...) along with any body data.</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:wmi?rev=1689789715&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-07-19T18:01:55+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WMI (Windows Management Instrumentation)</title>
        <link>https://autohotkey.wiki/guides:com:wmi?rev=1689789715&amp;do=diff</link>
        <description>WMI (Windows Management Instrumentation)

Originally by shajul: &lt;https://www.autohotkey.com/board/topic/60968-wmi-tasks-com-with-ahk-l/&gt;

WMI Tasks COM with AutoHotkey

Some examples from MSDN.

CD-ROM drives details


strComputer := &quot;.&quot;
objWMIService := ComObjGet(&quot;winmgmts:{impersonationLevel=impersonate}!\\&quot; . strComputer . &quot;\root\cimv2&quot;)

colItems := objWMIService.ExecQuery(&quot;Select * from Win32_CDROMDrive&quot;)._NewEnum
While colItems[objItem]
    MsgBox % &quot;Device ID: &quot; . objItem.DeviceID 
	. &quot;`n…</description>
    </item>
    <item rdf:about="https://autohotkey.wiki/guides:com:wscript.shell?rev=1660224437&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-08-11T13:27:17+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>WScript.Shell</title>
        <link>https://autohotkey.wiki/guides:com:wscript.shell?rev=1660224437&amp;do=diff</link>
        <description>WScript.Shell

Original post by sbc on the AutoHotkey Archived Forums

----------

COM Object: WScript.Shell

Purpose: Various Administration Tasks

System Requirements: General, WSH version 5.6 for the Exec() method

Documentation Link: WshShell Object

Other Links: WSH Primer

Code Example:


#Requires AutoHotkey v1.1.0+

;Retrieve console&#039;s outputs
;http://msdn.microsoft.com/en-us/library/cbxxzwb5%28v=VS.85%29.aspx
;http://technet.microsoft.com/en-us/library/ee156605.aspx
objShell := ComObjCr…</description>
    </item>
</rdf:RDF>
