如何在visual studio 2010中制作数据输入软件 [英] how to make a data entry software in visual studio 2010

查看:161
本文介绍了如何在visual studio 2010中制作数据输入软件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好..



我想创建一个基于Windows的数据录入应用程序..我是初学者。我搜索了很多,但我没有找到任何有用的东西。过去我做了一个基于网络的项目。所以PLZ帮助我。如何开始和做什么。

hello..

I want to create a windows based data entry application.. i am a beginner. i searched a lot but i didn't find anything helpful. yesteryear i made a web based project. So plz help me out. how to start and what to do.

推荐答案

你需要学习如何创建用于数据输入的UI,如何保存数据和检索数据等。<检查以下文章

社交俱乐部:使用WinForms,C#.NET,ADO.NET和MS Access的示例应用程序 [ ^ ]

尝试在文​​章文档和代码的帮助下完成。你会了解基本概念。然后尝试实现您的要求。
you need to learn how to create UI for data entry, how you can save the data and retrieve data etc..
check below article
Social Club: Sample application using WinForms, C#.NET, ADO.NET and MS Access[^]
try to do it with the help of article documentation and the code. you will get idea about basic concepts. then try to implement your requirement.


创建数据库或数据存储以保存数据输入的结果。

创建一个winforms项目

创建表单,添加字段供用户输入数据

创建保存按钮

当用户点击保存按钮获取字段的值并将它们写入数据存储

清除为下一个数据输入准备的值

添加一个关闭按钮以允许用户关闭您的应用程序。



简单的东西,可能还需要一些额外的位,比如验证和查找。
Create your database or data store to hold the results of your data entry.
create a winforms project
create a form, adding the fields for your user to enter the data
create a save button
when the user clicks the save button get the value of the fields and write them to the data store
clear out the values ready for the next data entry
add a close button to allow the user to close you application.

Easy stuff, there may be some extra bits like validation and lookup needed as well.


建议你去试试这篇类似的文章,



使用ComponentOne InputPanel在几分钟内创建数据输入表单 [ ^ ]



步骤1:在visual studio中打开Sln文件,升级版本of the sln



第2步:调试,看看它是如何逐行工作的。



第3步:完成后..开始修改应用程序以满足您的需求或重新创建您自己的类似winform。





一切顺利:)快乐学习
Suggest you to tefer this similar article,

Create Data-entry Forms in Minutes Using ComponentOne InputPanel[^]

Step1:Open the Sln file in visual studio,which upgrades the version of the sln

Step 2:Debug and see how this works line by line.

Step 3:Once you are done ..start modifying the application for your needs or recreate your own similar winform.


All the best:) Happy learning


这篇关于如何在visual studio 2010中制作数据输入软件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆