VS 2008 : Make An Application That Can Create Exe Files?

Sep 4, 2009

how i would make an application that can create exe files.Like i make an app that has the options:

Form name:
Form icon:
Message to display:

and then you click build, and it builds an exe with the options set in the original form as the settings for the new exe.

View 2 Replies


ADVERTISEMENT

Make Application To Automatically Create Preset Folders With Files?

Apr 11, 2011

how I can make my Application to automatically create preset folders with files when installing the application? The files should be under user/documents/MyApplication/Newpresetfolder

View 5 Replies

VS 2008 - Registry - App To Create A Reg Key - Make My Application Start Up On Any Machine ?

Feb 3, 2010

Ive got my application running at startup on my computer. But how can i make my application start up on any machine ? Do i need my app to create a reg key ? Also what path do i use for it to start up on other machines ?

Heres the code im using to start it up on my machine.

Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
If CheckBox1.Checked = True Then

[CODE]...

View 10 Replies

VS 2008 Create An Interface Between A Third Party Application Which Can Make Use Of C/C++ DLLs

Nov 30, 2010

I am trying to create an interface between a third party application which can make use of C/C++ DLLs, but no interface directly to .NET. What I was hoping to accomplish (not sure if possible though), is create a very basic C++ DLL (not .NET), which the third party application would call directly. This DLL would contain a basic method such as "DoSomething()". Somehow, from my .NET application, I want to "listen" to this DLL and "takeover" the DoSomething() method, and then returning the result back to the DLL, which will in turn return the result back to the calling third party application.

I don't even know if this is possible because I'm sure I would somehow have to get a hold of the memory space of the DLL as initiated by the third party application. Also, it seems that creating a managed DLL does not work, based on feedback from other individuals who have tried this.

View 1 Replies

Make A Project Create Exe Files?

Apr 6, 2009

I was wondering if a project, program, could make .exe files with the stuff u add into it, so basicly another form on a diferent .exe

View 6 Replies

VS 2008 Create New Files Alongside Itself In The Program Files Area?

Jul 30, 2009

Having a slight permission problem with Win 7 I am guessing it will be the same on Vista but work fine on XP (yet to try)But my program is sitting in: C:Program FilesCompanyProgram And its trying to create new files alongside itself in the Program Files area but bombing out which I know is permissions. If I go there to create the file myself it comes up with a UAC prompt and when I hit allow it works fine but obv the program can't do that byiteslf so bombs out.Is there anyway I can over come that without the user having to grant admin rights to the program each time it starts or do I have to write data to another place?

View 4 Replies

Use Word To Create Files For Application?

Nov 8, 2010

I am in the process of writing a win forms desktop app in VB.net that employs user data in the form of rich text, stored internally as an object and then serialised to an XML file for persistent storage purposes.

To create the user data (the application's "document" it might be called), I have written a seperate app that tries to be a word processor and then saves the text in my XML format that can then be opened and used in the main app.

Is there a way I can use Word to do this? Perhaps by writing an add-in or template? Just to clarify, the format of the rich text would just be a table, I then need to save this in my XML format, or save the text as my object then serialize it to file.

View 1 Replies

Make An Application That Moves All Files From 1 Zip To Another?

Apr 2, 2011

I want to make an application that moves all files from 1 zip to another and deletes a folder.

It is a Minecraft mod manager, so i wanna move all files from one zip containing the mod, to the minecraft.jar (which is a zip with another extension) overwriting all files. Also, it should delete the META-INF folder in minecraft.jar to prevent black-screening.

View 3 Replies

Create A Cabinet Application Which Will Store My Files?

Sep 29, 2011

I want to create an application which acts like a file cabinet, where in i can store all my files viz. xls,doc,msg. So that i do not have to look for my files in hard drive, i can open an application and retrieve it from there.My application will be a standalone application whose data is stored on the location i mention in the application.Is it possible to build an application like this.

View 6 Replies

Create Automated Backup Files In Application?

Jan 12, 2010

How to create automate (or) schedule backup files in vb.net application using window services

View 5 Replies

Favorites Application - Cannot Create Files With Characters

Apr 7, 2009

I have a favorites application which makes files corresponding with the favourites, but with the windows filesystem, I cannot create files with the characters: <> /\ : ? * ". This means that I cannot create favorites with HTTP: in them, which kind of ruins the point of having a favorites viewer. How I could convert the http: to another expression and save it, and then when the project loads make it into http: again. I have thought about using Regex to replace the expressions, but I do not know how to do that in a listbox.

Here is my code:
Imports System.IO
Public Class Form1
Dim info As IO.FileInfo
Private Function MakeFave()
<<<<<<<<<<< Code to convert the http: into the expression for the HTTP: (say http&&%)
[Code] .....

View 1 Replies

Create An Application Program To Compress Some Files Using 7zip

Oct 6, 2010

VB.NET 2003 or 2005 application program.i was trying to create an application program to compress some files using 7zip. when application program runs, need to browse and select the files need to be compressed and mention the name of the zip file and compress the file in that folder.i google for some help. i'm getting examples only in C#.Anyone know whether i can do this in VB.NET?

View 3 Replies

VS 2010 - Create An VB Application To Compress Files, Without Using A 3rd Party App?

Jul 28, 2011

I'm just wondering if it is possible to create an vb.net application to compress files, without using a 3rd party app. If yes, can you please point me in the right direction, give me some tips, tutorials or sample code?

View 5 Replies

Make A Application That Allows The Person To Script Config Files?

Jan 15, 2010

I'm trying to make a application that allows the person to script config files for an open game server project so they don't have to do it manually... I'm starting with 3 groups. Those groups are "NPC NAMES", "MONSTER NAMES", and "MONSTER WALK POSITIONS"... I want the user to be able to add as many items to the group as they want... Right now I'm using a listbox, but its very messy... I want the user to be able to add items to these groups, and then add the items of each group to a .txt file.

View 5 Replies

Make An Application That Search The Files Like Grep In Linux?

Jan 31, 2011

I would like to make an application that search the files like grep in linux.

View 1 Replies

Make An Application Which Reads Files And Insert Data Into SQL?

Apr 4, 2011

I am using VS2008(VB.NET) and SQL Server2000. I want to make an application which reads files and Insert Data into SQL. If first file has some error. Write into log and Move Next file for Proceed. How can I do that.

View 3 Replies

Automated Process - Create An Application That Will Make Calls To An API

Dec 16, 2009

I am trying to create an application that will make calls to an API. I want this process to be fully automated to run a few times a day. What kind of application in vb.net can be automated? I've created windows applications in the past, but never automated anything.

View 8 Replies

VS 2008 Make One Application Send A Task To Another Application / Receive Result From That Secondary App?

Apr 26, 2010

is it possible to make one application send a task to another application and recieve the result from that secondary app?i made a text editor program and i added a scan feature and i made another app that has ocr capabilities.The scanner ability is in my text editor program, the ocr program doesnt scan you have to input an image into it and it will give text result a few seconds later.the prob is alot of times the ocr code uses sooo much memory and crashes when its incorporated with my text editor, but individually each application works fine and doesnt take too much memory. Memory wont be even an issue if the ocr program is standalone so that when it is done decoding image the application can be made to exit. now here is the question, how do i make my text editor send the image to the ocr program and how do i make my ocr program send the text back to my text editor? is it possible? i mean the only way i know off is creating temp files in a certain folder and having a timer on each program that keeps waiting for temp files. That just seems like pretty lame coding to me i was wondering if there's a better way?

View 11 Replies

IDE :: VB Express 08 - Create A Word Application From VB - Set Out A Format, Make A Small Table

Aug 6, 2009

I am trying to make my program print out a requistion slip but I don't want to make a report using VB b/c sometimes the printer is not connected and it is better to have a Microsoft Word document and save it as such. So how do I create a Word application from VB? I basically am going to set out a format, make a small table etc. and then whatever the user types in the textbox, it will appear in the slip. (I am using Word 2003)

View 1 Replies

VS 2008 Best Way To Create Files?

Nov 11, 2009

I have created some basic help instructions for my program. How or what should I do to present this to the user. I have a button set up for the user to click on, but what is the best way to present these help instructions to the user?

I know that on most programs that you press "F1" and the help files display in a nice form. I am not certain that mine need search capabilities since its only a couple of pages in length.

View 6 Replies

VS 2008 - Open Existing Text Files And Create New Ones

Sep 4, 2010

I am currently writing a program in VB 2008. Here is what the program is intended to do: I need it to have two forms of input, so I want it to open existing text files and create new ones. Once the user has selected what input to be taken (either a file is opened or a new one is made, guessing multiple forms need to be used here) the user will then take the text file either created or opened and then be able to click a button which will sort all the text in the text file into alphabetical order and then display the results to the screen. While this happens, I need the words in the file to be counted by a counter (so a loop i guess) that then displays on which line each word appears on. I then need this information to be displayed in a text box on screen.

View 2 Replies

VS 2008 - How To Get Files From Inside Of Application

Feb 18, 2011

As you can see from the picture there are two .ico files in Icons folder inside of the application. My question is simple - how to access those?

View 4 Replies

Make Distribution Files Using Visual Studio 2008?

Jan 3, 2010

I want to distribute the installer package to my clients. how can I make setup.exe file for my visual studio 2008 projects.

View 4 Replies

VS 2008 Make The Hidden Files Get A Different Color In The Listview?

Jun 30, 2010

I'm making a program that search for files with the specified extension. It also shows hidden files. How can I make the hidden files get a different color in the Listview? And how do I do that with only the hidden files?

View 5 Replies

VS 2008 User Updating Application Files?

Apr 26, 2011

way to update my application executable, and a few other application files for a simple application updater that I am using in my application. The code updates the files (including the executable, manifest, and a few other files), but on Windows Vista and Windows 7 machines you must run the application as Administrator in order for it to update the files in the application folder.

View 2 Replies

VS 2008 Ways To Update Application Files?

Mar 16, 2010

I am looking to get some information on updating my own applications. Because what I have to do at the moment is replace the files every time it changes so I would like to know what are the options available starting with the easier ones or does it involve any third party applications. For example I have noticed some applications checks the files before it starts up and then asks a user if he wants to update it

View 4 Replies

VS 2008 : Set Permission To Access To Special Folder And Delete/create Files?

Mar 15, 2010

i need to access to a special folder and operate there, but i don't have permission to do this, how i can set permission to access to special folder and delete/create files?

View 18 Replies

VS 2008 Display Open Files And Folders Within Application?

Oct 6, 2009

Am looking for away to have an area in the application window to display the open files and folders basically what�s open on the task bar.Also if the above is possible is there away to have this clickable so if something is minimized it will open upon clicking it.

View 1 Replies

VS 2008 Make A Program That Compiles Dll Files To A Prebuilt Exe In Same Directory Of File

Sep 6, 2010

I want to make a program that compiles dll files to a prebuilt exe in the same directory of the file exe file:iPhodroid.exe.I wan to compile about 15 dll files to it here is the link for the source code and dll files.I want to compile the files when the users press FIX IPHODROID button.

View 5 Replies

IDE :: Can't Create Asp.net Application Is VS 2008

Mar 3, 2009

When I try to create a new asp.net application in vb.net vs 2008, visual studio just hangs without any error messages. It does create the virtual directory on iis but nothing happens. I have checked and iis is installed, then i re-installed vs 2008 and used the aspnet_regiis -i command to register aspent. but sitll no success.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved