C#\winforms 中的成员资格

发布于 2025-01-04 22:24:22 字数 100 浏览 0 评论 0原文

请告诉我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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

行雁书 2025-01-11 22:24:22

请告诉我winforms\wpf中是否有“membership”类?

不,你知道,事情没那么简单。

我想为程序制作一个登录界面,这样当你点击登录时可以查看数据
在服务器上,然后让用户进入或不进入。

这就是所谓的编程。你坐下来写代码。

好的,有一个您可以使用的会员服务(与 ASP.NET 中的相同),但即便如此 - 它仍然需要编程,因为没有提供可视元素(因此:类上没有仅“表单”的方法)。最好的选择是坐下来并开始行动;)

Please tell me whether "membership" class in winforms \ wpf?

No. It is not that simple, you know.

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.

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 ;)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文