vb6parse 1.0.0

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="VB6Parse Library Reference - Library Reference">
    <title>Library Reference - VB6Parse Library Reference</title>
    <link rel="stylesheet" href="../assets/css/style.css">
    <link rel="stylesheet" href="../assets/css/docs-style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
    <script src="../assets/js/theme-switcher.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/vbnet.min.js"></script>
    <script>hljs.highlightAll();</script>
</head>
<body>
    <header class="docs-header">
        <div class="container">
            <h1><a href="../index.html">VB6Parse</a> / Library Reference</h1>
            <p class="tagline">VB6 Library Reference</p>
        </div>
    </header>

    <nav class="docs-nav">
        <div class="container">
            <a href="../index.html">Home</a>
            <a href="../library/index.html">Library Reference</a>
            <a href="../documentation.html">Documentation</a>
            <a href="https://docs.rs/vb6parse" target="_blank">API Docs</a>
            <a href="https://github.com/scriptandcompile/vb6parse" target="_blank">GitHub</a>
            <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
                <span class="theme-icon">🌙</span>
            </button>
        </div>
    </nav>

    <main class="container">
        
        <section id="library-overview">
            <h2>VB6 Library Reference</h2>
            <p>
                Complete reference documentation for Visual Basic 6 built-in functions and statements.
                This reference covers 161 functions organized in 14 categories 
                and 18 statements in 5 categories.
            </p>
            
            <div class="info-box" style="margin: 2rem 0;">
                <strong>📖 About This Reference:</strong> This documentation is automatically generated from 
                the VB6Parse source code. Each entry includes syntax, parameters, return values, remarks, 
                and comprehensive examples to help you understand VB6's built-in library.
            </div>
        </section>

        <section id="functions" style="margin-top: 3rem;">
            <h2>Functions (161 items)</h2>
            <p>VB6 functions return values and can be used in expressions.</p>
            
            <div class="feature-grid">

                <a href="functions/arrays/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Arrays</h2>
                    <p>Arrays functions</p>
                    <small>6 functions</small>
                </a>

                <a href="functions/conversion/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Conversion</h2>
                    <p>Conversion functions</p>
                    <small>6 functions</small>
                </a>

                <a href="functions/datetime/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Datetime</h2>
                    <p>Datetime functions</p>
                    <small>22 functions</small>
                </a>

                <a href="functions/environment/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Environment</h2>
                    <p>Environment functions</p>
                    <small>8 functions</small>
                </a>

                <a href="functions/file/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>File</h2>
                    <p>File functions</p>
                    <small>12 functions</small>
                </a>

                <a href="functions/financial/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Financial</h2>
                    <p>Financial functions</p>
                    <small>13 functions</small>
                </a>

                <a href="functions/graphics/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Graphics</h2>
                    <p>Graphics functions</p>
                    <small>5 functions</small>
                </a>

                <a href="functions/interaction/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Interaction</h2>
                    <p>Interaction functions</p>
                    <small>7 functions</small>
                </a>

                <a href="functions/logic/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Logic</h2>
                    <p>Logic functions</p>
                    <small>3 functions</small>
                </a>

                <a href="functions/math/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Math</h2>
                    <p>Math functions</p>
                    <small>13 functions</small>
                </a>

                <a href="functions/objects/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Objects</h2>
                    <p>Objects functions</p>
                    <small>4 functions</small>
                </a>

                <a href="functions/resources/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Resources</h2>
                    <p>Resources functions</p>
                    <small>4 functions</small>
                </a>

                <a href="functions/string/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>String</h2>
                    <p>String functions</p>
                    <small>50 functions</small>
                </a>

                <a href="functions/type_checking/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h2>Type Checking</h2>
                    <p>Type Checking functions</p>
                    <small>8 functions</small>
                </a>

            </div>
        </section>

        <section id="statements" style="margin-top: 3rem;">
            <h2>Statements (18 items)</h2>
            <p>VB6 statements perform actions and control program flow.</p>
            
            <div class="feature-grid">

                <a href="statements/file_operations/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>File Operations</h3>
                    <p>File Operations statements</p>
                    <small>4 statements</small>
                </a>

                <a href="statements/filesystem/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>Filesystem</h3>
                    <p>Filesystem statements</p>
                    <small>3 statements</small>
                </a>

                <a href="statements/runtime_state/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>Runtime State</h3>
                    <p>Runtime State statements</p>
                    <small>4 statements</small>
                </a>

                <a href="statements/string_manipulation/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>String Manipulation</h3>
                    <p>String Manipulation statements</p>
                    <small>2 statements</small>
                </a>

                <a href="statements/system_interaction/index.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>System Interaction</h3>
                    <p>System Interaction statements</p>
                    <small>5 statements</small>
                </a>

            </div>
        </section>

    </main>

    <footer>
        <div class="container">
            <p>&copy; 2024-2026 VB6Parse Contributors. Licensed under the MIT License.</p>
        </div>
    </footer>
</body>
</html>