▍2. 使用vb.net类的时间表
类的时间表是一个很难的问题。这是一个简单的版本的排课中的应用。一个可以轻松地安排上课时间表使用此应用程序。它是编码在视觉基本点网。它是学习者的理想选择。请安装VB。NET与合适的库文件。如果有任何问题的代码或发现任何问题的代码,请评论它,我会清除所有的疑虑和帮助你。
▍3. 墨香GM管理器
自己做的墨香数据库管理器 还没完全弄好。。 下次重新发过 采用了VB2010和.net 4
▍4. vb.net_LibrarayMgmt
说明: Library vb.net examples
▍5. finance
金融客户管理系统,主要针对金融客户管理的CRM(Financial Customer Management System)
▍6. finance
说明: 金融客户管理系统,主要针对金融客户管理的CRM(Financial Customer Management System)
▍7. ORC
基于VB.NET开发(VS2010)照明综保性能计算软件,内涵EXE文件,五段式计算,选择性强,运用ACESS数据库,可以添加设备和电缆数据,计算完成后可生成word版计算说明书(Based on the development of VB.NET (VS2010) guaranteedcost lighting calculation software integrated, meaning EXE files, five segment calculation, strong selectivity, using the ACESS , you can add equipment and data cable, after completion of the calculation can generate word version calculation specification)
▍8. fileOperate
这个例子主要是vb.net对excel表格进行读操作和写操作,读操作的代码有点问题,请将代码 xlBook.Close() xlApp = Nothing 交还控制给Excel xlBook = Nothing xlSheet = Nothing 更改为 xlBook.Close() xlBook = Nothing xlApp.Quit() xlApp = Nothing xlSheet = Nothing(This example mainly describes vb.net operates excel spreadsheet for reading and writing,writing codes have some errors please change xlBook.Close() xlApp = Nothing xlBook = Nothing xlSheet = Nothing into xlBook.Close() xlBook = Nothing xlApp.Quit() xlApp = Nothing xlSheet = Nothing)