联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All .net编程(408) 
按平台查找All Visual Basic(408) 

[.net编程] 狄洛尼TIN完美版

此程序是在学习vb参加省级级赛时,在老师的指导下所编写的不规则三角网的程序,可用于计算不规则三角网的土方量。也能够在vb.net中运行功能主要包括读书TXT文件,识别离散点数据,文件内包含数据文件,还能够在窗口显示数据文件,以及保存计算的输出结果。窗口有四个控件按钮,可以分别实现读取数据,绘制TIN图形及显示,显示边点及端点信息而且都能够保存等等。内附完整程序源代码,注释清晰,方便学习,几乎每行都有代码解释,定义简洁,只要有点编程基础的都能都学习掌握。
This program is a program of irregular triangulation network written under the guidance of teachers when learning vb to participate in the provincial competition, which can be used to calculate the earthwork of irregular triangulation network. The functions that can also be run in vb.net mainly include reading TXT files, identifying discrete point data, containing data files in the file, displaying data files in the window, and saving the output of the calculation. The window has four control buttons, which can respectively read data, draw TIN graphics and display, display edge points and endpoint information and can be saved, and so on. Contains complete program source code, clear comments, easy to learn, almost every line has code interpretation, the definition is simple, as long as there is a bit of programming foundation can learn to master. (2020-04-16, Visual Basic, 17KB, 下载1次)

http://www.pudn.com/Download/item/id/1587041323294672.html

[.net编程] vb转VB.NET

这个程序是在大学期间和同学一起在老师的指导下,不断完善所编写的成果,自编的vb转vb.net的完美程序,本来是内部使用,现在分享出来给大家参考学习。用过很多次,都很不错,只有少数地方需要自行修改一下,影响不大,只要有点编程基础的都能自行修改小错误。代码不仅能转换普通的程序代码,而且还能转换包括控件类,尤其是画图类已经完美解决了,根本不用操心。为学习工作大大的提高了效率。可能程序还有不够完善的地方,希望读者可以反馈给我,我会收集大家的意见及建议把这个程序更加完善,谢谢了。
This program is during the university and classmates under the guidance of the teacher, constantly improve the results of the preparation, self-compiled vb to vb.net perfect program, originally used internally, and now share it for your reference and learning. Used many times, are very good, only a few places need to modify, the impact is not great, as long as there is a bit of programming foundation can modify small errors. The code can convert not only ordinary program code, but also control classes, especially drawing classes, which have been solved perfectly and don't have to worry about it at all. It greatly improves the efficiency for study and work. Maybe there are still some imperfections in the program. I hope readers can give me feedback. I will collect your opinions and suggestions to make the program more perfect. Thank you. (2020-04-16, Visual Basic, 309KB, 下载4次)

http://www.pudn.com/Download/item/id/1587040265858798.html

[.net编程] ASP.NET-OA(VB.NET)

ASP.NET办公自动化系统开发实例导航(VB.NET编程篇).rar 本书首先介绍了ASP.NET Web应用系统的方案设计要素及框架设计方法,然后选择了系统管理、人事管理系统、项目管理系统、文档管理系统、内部邮件系统以及公司日程管理系统作为案例,深入剖析了办公自动化系统的开发思路、实现方法和技巧。本书的程序设计语言为VB.NET。 本书注重实用性和工程实践性,紧密结合办公自动化的应用需求,本书适合正在从事或希望从事办公自动化软件开发的人员阅读。
ASP.NET VB.NET (2011-11-08, Visual Basic, 10026KB, 下载39次)

http://www.pudn.com/Download/item/id/1692109.html

[.net编程] 6OneToManyFilter

在客户端上过滤数据 Visual Basic 编程人员将学会如何使用可过滤网格的组合框来设置数据绑定,以获得一对多的过滤。他们还会了解到如何添加计算列,以及如何设置货币字段的格式。
Filter data on the client Visual Basic programmers will learn how to use filters to set the grid' s combo box data binding in order to obtain the filter-to-many. They will also learn how to add a calculated column, as well as how to set the currency field format. (2009-08-26, Visual Basic, 11355KB, 下载3次)

http://www.pudn.com/Download/item/id/890089.html

[.net编程] closer

用VB.NET 2005编写定时关机程序,本文所使用的编程环境是Microsoft Visual Studio 2005,首先打开 Visual Studio。在文件 (File) 菜单上,单击新建项目 (New Project)。 在新建项目 (New Project) 对话框的模板 (Templates) 窗格中,单击 Windows 应用程序 (Windows Application)。单击确定 (OK)。
VB.NET 2005 with the preparation of regular shutdown procedure, the paper used in the programming environment is Microsoft Visual Studio 2005, first open Visual Studio. In the document (File) menu, click New Project (New Project). In the New Project (New Project) dialog box template (Templates) pane, click Windows Application (Windows Application). Click OK (OK). (2008-10-03, Visual Basic, 369KB, 下载7次)

http://www.pudn.com/Download/item/id/555121.html

[.net编程] VB.NET_server

基于.NET平台的局域网聊天程序——服务器端。对于学习vb.net网络编程的朋友来说,是个好帮手!
Based on. NET platform LAN chat program- server-side. Vb.net for learning network programming friends, it is a good helper! (2008-09-19, Visual Basic, 741KB, 下载66次)

http://www.pudn.com/Download/item/id/549246.html

[.net编程] help

dataset和DataApater ADO.NET DataSet 是数据的内存驻留表示形式,它提供了独立于数据源的一致关系编程模型。DataSet 表示整个数据集,其中包含表、约束和表之间的关系。由于 DataSet 独立于数据源,DataSet 可以包含应用程序本地的数据,也可以包含来自多个数据源的数据。与现有数据源的交互通过 DataAdapter 来控制。
dataset and data DataApaterADO.NET DataSet express the form of the presence of memory, which provides an independent data source on the relationship between consistent programming model. DataSet express the entire data sets, including tables, constraints and table relationships. Since the DataSet is independent of data source, DataSet can contain data from local applications, but also can contain data from multiple data sources. With existing data sources to control the interaction through the DataAdapter. (2008-06-07, Visual Basic, 13KB, 下载3次)

http://www.pudn.com/Download/item/id/484414.html

[.net编程] 网吧收费系统,支持分时段计费

提供最全面的VB,.Net编程资料,力争把程序太平洋建成我们自己的家庭,多谢大家的支持. 本站代码收集于互联网(除本站成员作品外)。网站内容详细分类,本站还提供你发布软件(代码)机会,让更多朋友欣赏你的杰作
provide the most comprehensive VB,. Net programming information and to strive to build the Pacific procedures of our own family, I would like to thank everyone for their support. Code collection site on the Internet (except members of site works). Website detailed classification, site also offers you the software (code), so that more friends appreciate your masterpiece (2005-12-09, Visual Basic, 97KB, 下载49次)

http://www.pudn.com/Download/item/id/131853.html