{"id":21553718,"url":"https://github.com/fel88/autodialog","last_synced_at":"2026-05-11T16:37:11.585Z","repository":{"id":168361531,"uuid":"644068276","full_name":"fel88/AutoDialog","owner":"fel88","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-19T16:57:21.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-20T08:26:23.991Z","etag":null,"topics":["dialog","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fel88.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}},"created_at":"2023-05-22T18:42:21.000Z","updated_at":"2026-03-19T16:57:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"5ea5fc1a-feca-4969-abf2-2421b1025fea","html_url":"https://github.com/fel88/AutoDialog","commit_stats":null,"previous_names":["fel88/autodialog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fel88/AutoDialog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fel88%2FAutoDialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fel88%2FAutoDialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fel88%2FAutoDialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fel88%2FAutoDialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fel88","download_url":"https://codeload.github.com/fel88/AutoDialog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fel88%2FAutoDialog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32903648,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["dialog","winforms"],"created_at":"2024-11-24T07:11:52.106Z","updated_at":"2026-05-11T16:37:11.568Z","avatar_url":"https://github.com/fel88.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AutoDialog\n\nLibrary for creating custom dialog boxes for WinForms\n\nAvailable as NuGet package https://www.nuget.org/packages/AutoDialog\n\n## Samples\n**Min/Max selector:**\n```csharp\nvar d = DialogHelpers.StartDialog();\nd.AddNumericField(\"min\", \"Minimum\", 128, min: 0, max: 255, decimalPlaces: 0);\nd.AddNumericField(\"max\", \"Maximum\", 255, min: 0, max: 255, decimalPlaces: 0);\n\nif (!d.ShowDialog())\n    return;\n\n MessageBox.Show($\"Entered values: {d.GetIntegerNumericField(\"min\")}  {d.GetIntegerNumericField(\"max\")}\");\n```\n![image](https://github.com/fel88/AutoDialog/assets/15663687/7cbc2064-3ca9-49a8-94a9-8f3faa53ed30)\n\n---\n**ComboBox selector:**\n```csharp\nvar d = DialogHelpers.StartDialog();\nd.AddOptionsField(\"color\", \"Color\", new string[] { \"Red\", \"Green\", \"Blue\" }, \"Green\");\n\nif (!d.ShowDialog())\n  return;\n\nMessageBox.Show(d.GetOptionsField(\"color\"));\n```\n![image](https://github.com/fel88/AutoDialog/assets/15663687/e948ccf3-ef76-4aad-9496-94fbe51d5cd9)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffel88%2Fautodialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffel88%2Fautodialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffel88%2Fautodialog/lists"}