{"id":21557289,"url":"https://github.com/sweeticelolly/dragcontrolside","last_synced_at":"2025-04-10T10:34:20.935Z","repository":{"id":159225884,"uuid":"171286090","full_name":"SweetIceLolly/DragControlsIDE","owner":"SweetIceLolly","description":"一个使用VB6开发的简易IDE，以VB6开发的形式来开发C++程序，让C++对GUI的编写更加香甜~","archived":false,"fork":false,"pushed_at":"2019-06-21T05:30:53.000Z","size":11090,"stargazers_count":15,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:21:40.020Z","etag":null,"topics":["cpp","gui","ide","programming","ui-design","vb6","visual-basic-6","visualbasic6"],"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/SweetIceLolly.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":"2019-02-18T13:07:50.000Z","updated_at":"2024-07-27T09:03:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"951ea7f1-4b0b-436d-9cec-bcdebe6bd773","html_url":"https://github.com/SweetIceLolly/DragControlsIDE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SweetIceLolly%2FDragControlsIDE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SweetIceLolly","download_url":"https://codeload.github.com/SweetIceLolly/DragControlsIDE/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199246,"owners_count":21063641,"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":["cpp","gui","ide","programming","ui-design","vb6","visual-basic-6","visualbasic6"],"created_at":"2024-11-24T08:11:53.800Z","updated_at":"2025-04-10T10:34:20.912Z","avatar_url":"https://github.com/SweetIceLolly.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 拖控件大法\n一个使用VB6开发的简易IDE，以VB6开发的形式来开发C++程序，让C++对GUI的编写更加香甜~\n\n[**百度贴吧链接**](http://tieba.baidu.com/p/5643550975)\n\n**第二版已经正式开坑，欢迎前来支持！** https://github.com/SweetIceLolly/DragControlsIDE-v2\n\n# 主要功能\n\n一个简单的，界面类似VB6的IDE，能基本达到一个简易工程的开发需求（新建， 摆放UI， 编写代码， 调试/运行， 编译， 打开/保存）。\n程序旨在以C++，但是尽量接近VB6的语法，使习惯于VB6开发的用户能使用接近VB6的开发环境进行简单的C++程序开发。\n这个程序可能并不能达到一个项目的开发需求，更加比不上MFC、C#、QT等，但是我相信对于新手来说一定是一个轻量的、友好的、简单的上手工具。\n你能够在拖控件大法里像VB6一样在窗体上摆放各种控件、设置他们的属性、针对他们的事件编写代码，而不一样的是语言换成了C++。如果您希望使用C++开发小型GUI程序，不妨试试吧。\n\n其他的内容不想打字啦... 有兴趣的话点开上面贴吧链接呗~ (｀・ω・´)\n\n# 已知的小毛病\n若提示xxx.ocx没有注册：请以管理员身份运行`regsvr32 ocx路径`\n\n窗体上拖放太多控件会爆炸... 目前没有什么好的解决思路 _(:з」∠)_ \n\n没有为代码编辑器选择等宽字体，导致代码编辑器写出来的代码略难看 XD\n\n【长期毛病】作者太懒\n\n# 想要改进的地方（但是目前没有着手改进23333）\n\n窗体断点弄的不是很理想... 目前只是通过往代码里插入`SuspendProcess`这种形式来实现断点，感觉不是很好，受技术所限不知道如何实现。\n\n调试期间的资讯太少（例如本地变量、呼叫堆栈等等功能都没能实现），也是因为技术所限导致的 (；′⌒`)\n\n目前只能进行有单个窗体程序的开发，希望在未来能实现有多个窗口的程序的开发吧。\n\n其他的诸如UI需要改进等问题请不要吐槽╥﹏╥ 作者UI硬伤呜呜呜我已经很努力改进的了啦... ε(┬┬﹏┬┬)3\n\n# 开源协议\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fdragcontrolside","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsweeticelolly%2Fdragcontrolside","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsweeticelolly%2Fdragcontrolside/lists"}