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 - Resources - Functions">
    <title>Resources - Functions - 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> / <a href="../../../library/index.html">Library</a> / Functions / Resources</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="category-overview" style="margin-bottom: 2rem;">
            <h2>Resources</h2>
            <p style="font-size: 1.1rem; margin: 1rem 0;">Resources functions</p>
            <p style="color: var(--primary-color); font-weight: 600;">4 functions in this category</p>
        </section>

        <section id="items-list" style="margin-top: 2rem;">
            <div class="feature-grid">

                <a href="loadpicture.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>loadpicture</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LoadPicture Function</p>
                </a>

                <a href="loadresdata.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>loadresdata</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LoadResData Function</p>
                </a>

                <a href="loadrespicture.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>loadrespicture</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LoadResPicture Function</p>
                </a>

                <a href="loadresstring.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>loadresstring</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LoadResString Function</p>
                </a>

            </div>
        </section>

    </main>

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