找回密码
 立即注册
the支持password光标 | C#编程 2022-09-23 138 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
这是一个仿windows登录实例,有密码验证,图形模式下输入支持退格,有光标,支持鼠标(点击X可以退出,在对应输入框点击可以定位到当时输入(不过光标没移动,有待你的改进。。。),支持Tab键(按Tab键可以在密码框和用户名框间切换),会自动保留密码文件,支持汉字提示。。。
#includeHead.h
#includeChinese.c
#includeMouse.c
#includeLogin.c
#includeExit.c
#includeWindow.c
#includeOther.c
#includeScanf.c

(This is a Windows-like login instance, with password authentication, backspace support for input in graphics mode, cursor, and mouse support (click X to exit, click in the corresponding input box to locate the input at that time (but the cursor does not move, waiting for you) Improvement...), support the Tab key (press the Tab key to switch between the password box and the user name box), the password file will be automatically retained, and Chinese character prompts are supported...
#includeHead.h
#includeChinese.c
#includeMouse.c
#includeLogin.c
#includeExit.c
#includeWindow.c
#includeOther.c
#includeScanf.c)

[下载]23103187911.rar




上一篇:C语言制作坦K游戏方法总结
下一篇:根据用户权限使菜单栏选项可用或不可用