摘要:
用户界面设计风格说明 (dotnet中华网技术论坛)
1引言
1.1设计说明
本文档是对系统界面设计风格进行描述,和用户交互的最终界面在《详细设计说明书》中设计和解释。
1.2概念和定义
用户界面:又称人机界面,实现用户与计算机之间得通信,以控制计算机或进行用户和计算机之间得数据传送得系统部件。
gui:即图形用户界面,一种可视化得用户界面,它使用图形界面代替正......
摘要:
content-type: text/plain; charset="gb2312"
content-transfer-encoding: 8bit
以下程序是用来验证用户登录的共有两个按钮,一个是用来提交的,一个是用来重填的,页面部分就很简单了,两个文本框,两个按钮,这里页面的代码就不写了:)
private sub button2_click(by......
从App到Application(CSDN)
vb6升级到vb.net,app变成了application
很多人不清楚这方面的变化,现在简单列举如下:
imports system.reflection.assembly
imports system.diagnostics.fileversioninfo
’app.path
application.startuppath
’app.title
getexecutingassembly.getname.name
’app.exename
getexecutingassembly.location
’app.major
getversioninfo(getexecutingassembly.location).productmajorpart
’app.minor
getversioni...
下一页 摘要:
i dont know about you, but im very fond of the listview control - its a very useful control to have around. microsofts .net framework provides much of the functionality you need to display dat......