{"id":15781441,"url":"https://github.com/mocanet/mocacontrols","last_synced_at":"2025-08-23T00:30:58.127Z","repository":{"id":65414160,"uuid":"47030045","full_name":"mocanet/MocaControls","owner":"mocanet","description":"Moca.NET Controls Extension for Visual Studio \u0026 Nuget Package","archived":false,"fork":false,"pushed_at":"2018-12-25T15:10:47.000Z","size":6054,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-11T19:19:51.291Z","etag":null,"topics":["c-sharp","dotnet","moca","nuget","vb","visual-studio-extension","vsix"],"latest_commit_sha":null,"homepage":"","language":"Visual Basic","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"ms-pl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mocanet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-11-28T16:05:28.000Z","updated_at":"2022-11-25T11:55:20.000Z","dependencies_parsed_at":"2023-01-23T10:55:09.111Z","dependency_job_id":null,"html_url":"https://github.com/mocanet/MocaControls","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocanet%2FMocaControls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocanet%2FMocaControls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocanet%2FMocaControls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mocanet%2FMocaControls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mocanet","download_url":"https://codeload.github.com/mocanet/MocaControls/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230650619,"owners_count":18259292,"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","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":["c-sharp","dotnet","moca","nuget","vb","visual-studio-extension","vsix"],"created_at":"2024-10-04T19:01:00.721Z","updated_at":"2024-12-20T22:14:29.054Z","avatar_url":"https://github.com/mocanet.png","language":"Visual Basic","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moca.NET Controls\n\n[![Build status](https://ci.appveyor.com/api/projects/status/fl5o0xyd1kaummnq?svg=true)](https://ci.appveyor.com/project/miyabis/mocacontrols)\n[![NuGet](https://img.shields.io/nuget/v/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)\n[![NuGet Pre Release](https://img.shields.io/nuget/vpre/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)\n[![NuGet](https://img.shields.io/nuget/dt/Moca.NETControls.svg)](https://www.nuget.org/packages/Moca.NETControls/)\n[![license](https://img.shields.io/badge/License-MS--PL-blue.svg)](https://opensource.org/licenses/MS-PL)\n\n## Overview\n\n### Custom Controls\n\n* AlertMessage  \ncontrol of the alert message display\n* Calendar  \ncalendar control\n* CheckBoxGroup  \nTreated as a group multiple check boxes\n* ComboBoxEx  \nLine is displayed in a flat style\n* DataGridViewEx  \n* DataBinder  \nComponent to assist in the binding of item and data input\n* DebugMarker  \nDebugging mark\n* FlowLayoutPanelEx  \n* MocaDi  \nController in order to use the AOP\n* ModelGridView  \nbind in the entity DataGridView \n* NullableDateTimePicker  \nControl was extended to handle Null in the standard DateTimePicker\n* RadioButtonEx  \n* RadioButtonGroup  \nTreated as a group multiple radio buttons\n* RichTextBoxEx\nLine is displayed in a flat style + Readonly\n* TextBoxEx  \nControl was extended to handle standard TextBox input restrictions, etc.\n* ToolStripMenuItemGroup  \nTreated as a group a plurality of menu items\n* WYSIWYGEditor  \nSimple WYSIWYG Editor\n\n## Support for multiple frameworks\n### Microsoft .NET Framework\n* 2.0\n* 3.5\n* 4.0\n* 4.5\n* 4.5.2\n* 4.6\n* 4.6.2\n* 4.7\n\n### How to get\n\nURL : https://www.nuget.org/packages/Moca.NETControls/\n```\nPM\u003e Install-Package Moca.NETControls\n```\n\n\n## Other Libraries\n\n[Moca.NET Organization](https://github.com/mocanet)\n\n## Visual Studio Extensions\n\n* [Moca.NET Template Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETTemplate30)\n* [Moca.NET Snippets Extension](https://marketplace.visualstudio.com/items?itemName=MiYABiS.MocaNETCodeSnippet)\n\n## Sample\n\n* Web Form Application  \n  * http://miyabis.github.io/Moca.NET-WebAppDemo/  \n  * https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Web-0e8d6dd7\n\n* Windows Form Application  \n  * http://miyabis.github.io/Moca.NET-WinAppDemo/  \n  * https://code.msdn.microsoft.com/vstudio/MocaNET-Framework-Windows-7174d250\n  * https://github.com/miyabis/Moca.NET-WinControlsDemo\n\n## For Development\n\n* Visual Studio 2017\n\n## License\n\nMicrosoft Public License (MS-PL)\n\nhttp://opensource.org/licenses/MS-PL\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocanet%2Fmocacontrols","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmocanet%2Fmocacontrols","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmocanet%2Fmocacontrols/lists"}