{"id":16007669,"url":"https://github.com/uzitech/inputbox","last_synced_at":"2025-08-23T01:39:41.685Z","repository":{"id":21884717,"uuid":"25208430","full_name":"UziTech/InputBox","owner":"UziTech","description":"C# Input dialog for accepting information.","archived":false,"fork":false,"pushed_at":"2023-12-15T02:44:07.000Z","size":8,"stargazers_count":12,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-25T07:48:20.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/UziTech.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":"2014-10-14T13:33:39.000Z","updated_at":"2024-12-01T09:43:06.000Z","dependencies_parsed_at":"2023-12-15T03:39:31.267Z","dependency_job_id":"aeec9b9e-2b57-4f91-a59a-1d6ca7e990f3","html_url":"https://github.com/UziTech/InputBox","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":"0.18181818181818177","last_synced_commit":"b3ba7c353d801c1d4dc4ed3f7248dd3fd813c26a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/UziTech/InputBox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UziTech%2FInputBox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UziTech%2FInputBox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UziTech%2FInputBox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UziTech%2FInputBox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UziTech","download_url":"https://codeload.github.com/UziTech/InputBox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UziTech%2FInputBox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271731364,"owners_count":24811300,"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-08-22T02:00:08.480Z","response_time":65,"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":[],"created_at":"2024-10-08T12:04:30.988Z","updated_at":"2025-08-23T01:39:41.637Z","avatar_url":"https://github.com/UziTech.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"InputBox\n========\n\nC# Input dialog for accepting information.\n\nUsage\n=====\n\n```C#\nstring username = \"user\";//Get last username from registry or file\n\nInputBoxItem[] items = new InputBoxItem[] {\n    new InputBoxItem(\"Username\", username),\n    new InputBoxItem(\"Password\", true)\n};\n\nInputBox input = InputBox.Show(\"Login\", items, InputBoxButtons.OKCancel);\nif (input.Result == InputBoxResult.OK)\n{\n    doLogin(input.Items[\"Username\"].Text, input.Items[\"Password\"].Text);\n}\n```\n![](http://uzitech.github.io/images/inputbox1.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzitech%2Finputbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuzitech%2Finputbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuzitech%2Finputbox/lists"}