创建exe文件

编程入门 行业动态 更新时间:2024-10-27 02:18:47
本文介绍了创建exe文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

你好,

我有一个用Visual Basic 2005开发的应用程序,我想知道是否可以生成.exe文件.

I have an application developed in visual basic 2005, i want to know if there is a way to generate .exe files.

让我解释一下.

此应用程序是一个许可证管理器,一旦客户端向我发送序列号,我就在我的应用程序中输入该编号,然后我希望能够单击一个按钮并创建一个我发送给我的客户端的exe文件然后他运行这个license.exe文件,该文件运行一系列命令.

This application is a license manager, once the client sends me the serial number i input this number in my application and then i want to be able to click a button and create a exe file which i send to my client and he runs this license.exe file which runs a series of commands.

现在,我必须更改应用程序中的序列号,然后每次对其进行编译,以创建可执行文件发送给我的客户,这对我来说不合适.

Right now i have to change the serial number in my application and then compile it everytime to create the executable to send to my client which is not right according to me.

因此,简而言之,我需要编写一个生成.exe文件的应用程序,就像我们可以从应用程序中创建.xml或.txt一样.

So in short i need to write an application which generates .exe files, just like how we can create.xml or .txt from our application.

谢谢

MM

推荐答案

为了能够从您自己的程序(或软件)生成EXE,您需要CodeDOM API及以下版本是MSDN的链接: msdn.microsoft/hi-in/library/650ax5cx(zh-cn).aspx 我希望这会有所帮助. > 尼克 In order to be able to generated EXE from your own Program (or Software) you need CodeDOM API and below is the link to MSDN :msdn.microsoft/hi-in/library/650ax5cx(en-us).aspxI hope this will help.Nick

更多推荐

创建exe文件

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

发布评论

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

>www.elefans.com

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