Windows窗体应用程序. [英] windows form application.

查看:99
本文介绍了Windows窗体应用程序.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个像理货功能专家之类的应用程序,例如仅使用键盘而不使用MS中的鼠标. Visual Studio 2008中的.NET平台.该怎么办?请任何人帮助我...

I want to create a application like tally functionalists like using only keyboard without the help of mouse in MS. NET platform in visual studio 2008. So what to do? plzz any one help me out...

推荐答案

您编写代码.如果您不知道如何开始,请购买书籍或阅读一些在线教程.这个问题没有真正的答案,它基本上说我很无能,请给我答案",甚至没有定义问题.表单具有键盘事件,如何处理它们在您的控件中.
You write code. If you have no idea how to even start, you buy a book or read some online tutorials. There is no real answer to this question, it basically says ''I am clueless, give me the answer'', without even defining the question. Forms have keyboard events, how you handle them, is in your control.


好吧,开始于:
1)双击桌面上的Visual Studio.如果没有图标,请让木乃伊帮助您将其放置在其中.
2)加载后,查看菜单栏.使用文件...新建...项目"
3)在对话框中,在左侧树视图中选择"Visual C#",在右侧树中选择"Windows Forms Application".
4)给它取一个合理的名称,然后按OK.


之后,设计应用程序UI,业务层和数据访问层,然后实现它们.
测试,就完成了!
Well, start by:
1) Double click on Visual Studio on your desktop. If you don''t have an icon, ask mummy to help you put one there.
2) When it loads, look at the menu bar. Use "File...New...Project"
3) In the dialog, select "Visual C#" in the tree view on teh left, and "Windows Forms Application" on the right.
4) Give it a sensible name, and press OK.


After that, design the application UI, and the Business Layer, and Data Access Layer, then implement them.
Test, and you are done!


您可以使用TabIndex属性来管理控制顺序
You can use TabIndex property to manage control sequence


这篇关于Windows窗体应用程序.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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