如何将vb.net项目转换为DLL

编程入门 行业动态 更新时间:2024-10-21 03:33:07
本文介绍了如何将vb项目转换为DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我试图将我的项目表单划分为dll,所以当客户端出现问题或要求在单个表单中进行修改时,我不得不重新构建项目并且exe大小会很大。在我目前的项目中, ,exe大小为4.8 MB,我通过互联网和远程处理客户,所以每次我做一些小改动(改变文本框的背面颜色)一种形式)我不得不重建并将整个4.8 MB发送给客户。并且不要忘记随着时间的推移增加exe的大小。

解决方案

听起来你应该有一个设置文件或INI文件。但是,您可以构建将编译为dll的类库: www.dreamincode/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: www.dreamincode/forums/topic/121314-creating-a-dll-and-using-it-in-your-application/[^]

更多推荐

如何将vb.net项目转换为DLL

本文发布于:2023-11-17 07:15:11,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1609270.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:转换为   如何将   项目   net   vb

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!