{"id":21158693,"url":"https://github.com/wqweto/vbqrcodegen","last_synced_at":"2026-02-24T06:11:39.542Z","repository":{"id":65741895,"uuid":"549775570","full_name":"wqweto/VbQRCodegen","owner":"wqweto","description":"QR Code generator library for VB6/VBA","archived":false,"fork":false,"pushed_at":"2025-02-22T11:45:26.000Z","size":49,"stargazers_count":70,"open_issues_count":7,"forks_count":21,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-10-07T13:59:17.886Z","etag":null,"topics":["qr-code","qrcode","qrcode-generator","vb6","vba"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic 6.0","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit-0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wqweto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-10-11T18:06:26.000Z","updated_at":"2025-09-25T09:44:32.000Z","dependencies_parsed_at":"2024-07-20T16:22:34.923Z","dependency_job_id":"a104362f-a9bf-4f11-82e9-59f8b3cbf860","html_url":"https://github.com/wqweto/VbQRCodegen","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wqweto/VbQRCodegen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wqweto%2FVbQRCodegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wqweto%2FVbQRCodegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wqweto%2FVbQRCodegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wqweto%2FVbQRCodegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wqweto","download_url":"https://codeload.github.com/wqweto/VbQRCodegen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wqweto%2FVbQRCodegen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280832994,"owners_count":26398969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qr-code","qrcode","qrcode-generator","vb6","vba"],"created_at":"2024-11-20T12:32:03.515Z","updated_at":"2025-10-24T17:06:31.727Z","avatar_url":"https://github.com/wqweto.png","language":"Visual Basic 6.0","readme":"\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"418\" height=\"463\" src=\"https://dl.unicontsoft.com/upload/pix/ss_qr_code5.png\"\u003e\n\n## VbQRCodegen\nQR Code generator library for VB6/VBA\n\u003c/div\u003e\n\n### Description\n\nA single file QR Code generator based on https://www.nayuki.io/page/qr-code-generator-library\n\n### Usage\n\nJust add `mdQRCodegen.bas` to your project and call `QRCodegenBarcode` function to retrieve an picture from a text or a byte-array like this:\n\n```\n    Set Image1.Picture = QRCodegenBarcode(\"Sample text\")\n```\nNote that you can stretch/zoom the returned picture to any size without loss of quality because the picture is using vectors to draw the QR Code.\n\n### MS Access Support\n\nFor compatibility with image controls on forms/reports you can use `QRCodegenConvertToData` function like this:\n```\n    Image0.PictureData = QRCodegenConvertToData(QRCodegenBarcode(\"Sample text\"))\n```\nIf this does not work in your version of MS Access (for some reason) then you can try converting QR Code to a bitmap instead like this:\n```\n    Image0.PictureData = QRCodegenConvertToData(QRCodegenBarcode(\"Sample text\"), 500, 500)\n```\nNote that this produces 500x500 bitmap picture of the QR Code so might need to tweak output size parameters.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwqweto%2Fvbqrcodegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwqweto%2Fvbqrcodegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwqweto%2Fvbqrcodegen/lists"}