如何将vb.net项目转换为DLL [英] How to Convert vb.net project to DLL

查看:74
本文介绍了如何将vb.net项目转换为DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我试图将我的项目表单划分为dll,所以当客户端出现问题或要求在单个表单中进行修改时,我不得不重新构建项目并且exe大小会很大。
在我目前的项目中,


,exe大小为4.8 MB,我通过互联网和远程处理客户,所以每次我做一些小改动(改变文本框的背面颜色)一种形式)我不得不重建并将整个4.8 MB发送给客户。并且不要忘记随着时间的推移增加exe的大小。

解决方案

听起来你应该有一个设置文件或INI文件。但是,您可以构建将编译为dll的类库:

http://www.dreamincode.net/forums/topic/121314-creating-a-dll-and-using-it-in-your-application/ [ ^ ]

I am trying to divide my project forms into dlls, so when the client had a problem or asks for modification in single forms, I had to build the project all over again and the exe size will be large.

in my current project, the exe size is 4.8 MB, and I am working with customers by internet and remoting, so every time I make small changes (change the back color of textbox in one form) I had to rebuild and send the whole 4.8 MB to the customer. And not forgetting the increasing size of the exe with time.

解决方案

Sounds like you should have a settings file or INI file for that. However you can build class libraryes that will be compiled as dll:
http://www.dreamincode.net/forums/topic/121314-creating-a-dll-and-using-it-in-your-application/[^]


这篇关于如何将vb.net项目转换为DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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