简体   繁体   English

Windows登录后创建可填写的表单

[英]Creating fillable form after windows login

I would like to create or ideally use a pre-made program that will start-up every time a user logs into our lab computer (Windows 10), I am asking for simple information such as name, type of experiment, etc. Ideally this form would be mandatory. 我想创建或理想地使用一个预制的程序,该程序将在用户每次登录我们的实验室计算机(Windows 10)时启动,我要求的是简单的信息,例如名称,实验类型等。表格将是强制性的。 I have read about using the Credentials Provider in windows, but my programming knowledge is frankly limited to Matlab and I have no experience with SQL, C# or creating any windows applications. 我已经阅读了有关在Windows中使用凭据提供程序的信息,但坦白地说,我的编程知识仅限于Matlab,并且我没有使用SQL,C#或创建任何Windows应用程序的经验。

This question is probably to open-ended for this forum, but I have no idea where to start! 这个问题可能是这个论坛不限成员名额的,但是我不知道从哪里开始! Google searches only direct me to windows login-related issues :/ Google搜索仅将我定向到Windows登录相关的问题:/

Any insight on possible ways of doing this would be greatly appreciated! 对此方法的任何见解将不胜感激!

If you create a windows form in C# with some text box entry fields then you can add the program to the windows startup items for all users ( https://www.labnol.org/software/add-programs-to-windows-startup/13013/ ). 如果您使用某些文本框输入字段在C#中创建Windows窗体,则可以将该程序添加到所有用户的Windows启动项中( https://www.labnol.org/software/add-programs-to-windows-startup / 13013 / )。 If you're really at the beginning then you need to get visual studio community here ( https://visualstudio.microsoft.com/downloads/ ) and then follow a windows forms tutorial (probably easier than WPF) here: https://msdn.microsoft.com/en-gb/library/dd492132.aspx . 如果您真的是刚开始,那么您需要在此处获得Visual Studio社区( https://visualstudio.microsoft.com/downloads/ ),然后在此处遵循Windows窗体教程(可能比WPF容易): https:// msdn.microsoft.com/en-gb/library/dd492132.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM