C#\winforms 中的成员资格
请告诉我winforms\wpf中是否有“membership”类?如果有,如何使用?我想为该程序制作一个登录屏幕,以便当您单击登录时检查服务器上的数据,然后让用户进入或不进入。谢谢你!
Please tell me whether "membership" class in winforms \ wpf? If yes, how to use it? I want to make a login screen for the program, so that when you click on login to check the data on a server and then let in the user or not. Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你知道,事情没那么简单。
这就是所谓的编程。你坐下来写代码。
好的,有一个您可以使用的会员服务(与 ASP.NET 中的相同),但即便如此 - 它仍然需要编程,因为没有提供可视元素(因此:类上没有仅“表单”的方法)。最好的选择是坐下来并开始行动;)
No. It is not that simple, you know.
it is callled programming. YOu sit down and write code.
Ok, there is a membership service that you cn use (the same as in ASP.NET) but even then - it still would require programming because no visual elements are provided (so: no "form" only methods on classes). Best bet is to sit down and get going ;)