Create A 'standalone Executable' Proyect

Nov 11, 2009

Well I have a program, and I want to the program works alone at determinate time. I know that I have to create a "standalone executable" proyect or something like that. I really don't know how do this kind of things.

View 2 Replies


ADVERTISEMENT

Get Error To Create New Proyect In VB 2008 Express

Jul 20, 2009

when i try to create a new project in visual, appears (the language is spanish)"no se puede abrir 'the path of the file .vbproj' su tipo de proyecto (.vbproj) no es compatible con esta version de la aplicacion. Para abrirlo use una nueva version de la aplicacion"

this proyects was build in the same visual basic 2008 express edition.

View 3 Replies

Deployment :: Can An Executable Program Create An Executable File

May 17, 2012

I have a program that outputs a file. I want the user to be able to just double-click the output file and launch the program, just like Word and Excel. In Word for instance, one doesn't necessarily have to open WORD then click on File--> Open and locate another Word doc. He can just go to the folder and open the Word doc. I want to implement the exact scenario in my program.

So far I have tried creating TextFile and added it to the Resources. On FormLoading, I simply I stream-read the Resouce file, but I can't write to the Resource on FormClosing, since the Resource is ReadOnly. Also, the Resource is built & compiled so I suppose you can't add anything to it at run time.How you lunch an output file without launching the Executable program that created it?

View 1 Replies

Create A Standalone .exe File?

Sep 2, 2010

It is my understanding that Visual Basic 6 allowed you to create a standalone .exe file (compile all files into one .exe) with its package and deployment wizard. Does VB 2010 have an equivalent to this? If so, how do I get to it?

View 5 Replies

Create A Standalone Windows App?

Feb 16, 2009

I was wondering that when you go and publish your application that you can do it in such away that all the necessery files are there so all you have to do is click on one file and it loads without it installing on the hardrive.

View 3 Replies

How To Create A Standalone .exe File

Jul 29, 2009

i have create a application. i want to create a .exe file on the desktop without having to go into the project folder then bin folder to open the .exe file. How do i create that kind of standalone .exe file?

i try copy and paste the .exe file on the desktop but there is always having this error <project name> has encountered a problem and needs to close. We are sorry for the convenience.

View 8 Replies

[2008] Create A Standalone Exe?

Jan 20, 2009

I am using visual studio 2008 professional. I would like to create a standalone exe. Meaning that the program will run off one file and doesn't need to be installed.

View 14 Replies

Create A Standalone Program And Always Stay On Top Of Everything?

Dec 16, 2010

I'm planning to create a standalone problem that triggered by scheduler.When the program is triggered, I would like the program to stay on top all the time, even though user clicks on other programs.

View 4 Replies

Create A Dynamic Map Instead Of Static Map For Standalone Application?

Mar 26, 2010

Currently i only managed to implement the google map(static) into my application,but i want to replace it with a dynamic map. Is there any website or example for me to refer? I tried reading up google API website, but i still dont get it.

View 2 Replies

VS 2008 How To Create Standalone Setup File

Jan 19, 2010

I had developed a small windows software. Now I want create a setup file so that a client can install it on off-line. I used the publishing wizard, it successfully creates the setup file but if I try to install it on other computer which doesn't have the .net Framework, it tries to get it from the net. To avoid this I want to include .net framework into the setup file. How can I do this ?

View 7 Replies

Create Standalone Distributable Exe, And Choose Installation Folder

Jan 13, 2010

I created a Visual Studio 2005 application that works and installs on other user's computers, but not the way I want.

1. I want to create a single file that I can distribute to any user so when he clicks it, the application will be INSTALLED.

2. When it installs, it chooses to do in its own location. It does not give the user an option to save or install in a specific folder (where the application will be used because other files are there). How do i allow the user to save the the application in a specific folder?

3. I would like a single file that the user clicks to RUN the application. Is that the in*.exe?

View 1 Replies

Created A Windows Form Application, But Cant Create A Standalone Exe?

May 13, 2010

I have created a windows form application, but when i publish it (to cd setting), and then try and install it, (on windows 7, only tried there so far), I get a cannot open or read mainfest file, or cannot connect to download from the original pc's IP address error messages.

I have spent considerable time relearning visual basic (used microsoft basic man many years ago), and now want to use the program on my other computers I can upload/paste the error file if needed

View 1 Replies

Vb 2005 Create Standalone Program To Auto-send Datagrid Via Email?

Jun 12, 2011

Now i wan to create a standalone program to send datagrid data via email . izit any way to send the datagrid to email body ? below is my code.

Public Class Form1
Dim oLapp As Object
Dim oItem As Object

[Code]....

View 1 Replies

How To Create Executable File

Nov 2, 2010

show me the steps to create a executable file of my project

View 3 Replies

Cannot Create An Executable That Uses Batch Files

Jan 27, 2012

I've been developing an application that is basically a GUI for several batch files. You click on a button, and the corresponding batch file will run. I got it working in debug using this code:

Private Sub btnOpenFS_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnOpenFS.Click
System.Diagnostics.Process.Start("openfs.bat")
End Sub

View 11 Replies

Create / Build Executable During Runtime?

Mar 7, 2009

As Google and Yahoo have provided barely anything, I was wondering if anyone can point me in the right direction on how to, or an example of how I can build a working executable during runtime in vb.net.It's for my custom school project.

View 1 Replies

Create A Little Executable That When Launched Opens An IE Browser?

Dec 8, 2009

I'm trying to create a little executable that when launched opens an IE browser to various websites like news sites all in different tabs. for example, a tab for wsj, nytimes, etc. How do I access IE with vb.net? What reference do I need to add? I can't find any sample code that I can make work I think it is because I am missing a library in my assembly?

View 3 Replies

Create A Executable File Which Did Not Require The User To Install?

Jun 20, 2011

how I can deploy my .NET applicationwithout the user having to install the program.i.e. In VB6, I could just create a executable file which did not require the user to install anything, they would simple run the program.

View 6 Replies

Create A Launcher For A Game That Is Located In / Folder / Executable.exe

May 25, 2011

I would create a launcher for a game that is located in \folder\executable.exe I tried using the command shell, but the game does not start because it needs all the files found in folder.

View 9 Replies

Create A Patch System Which Patches The Entire Executable?

Sep 1, 2010

I want to create a patch system which patches the entire executable. So like: You download my patch and it changes the code of the existing executable instead of replacing it. the reason why: I got an application which is already around the ~15MB and it will grow bigger (Like 200~300MB) so, I want to keep it compact.I've already read that patching an executable for only a string is quite easy, but, I got my doubts about actual code and resources.

View 7 Replies

Executable On Vista - Open The Executable It Goes To A "WindowsApplication1?

Jun 1, 2009

I have an executable that I was able to get working on all XP machines by registering all the .dll's associated with it.On Vista, however, I go through the exact same registration process but right when I open the executable it goes to a "WindowsApplication1 has stopped working" dialog. I registered the DLLs in the SysWOW64 folder. I also ran Dependency Walker which came up with IEFrame.dll as flagged, don't know if that is relevant though.

View 6 Replies

Generate Executable From An Executable?

Jul 24, 2011

I Actually want to provide a new service which requires creating executables on the fly from executables generated in vb.net. For example lets say I have a form with a textbox and in that textbox we pass an argument which is for example the serial of the product, then we have a button which once clicked will generate an executable on the fly which has also a textbox requiring that serial to run? That was only an example but the main thing is how to generate that exe on the fly.

View 4 Replies

Make A Standalone Application?

Oct 12, 2011

I need to create a standalone application using Visual Basic 2010 without .ico, .deploy, .manifest files.

how can I create only its *.exe file ?

View 1 Replies

Making A Standalone .exe Without Installer?

Jan 11, 2012

starting out by making small programs, but all I can do is compile and run.I am desperately looking for a way to turn my program into an executable without any installers, as well as the ability to run on other computers (Programs will be made on a PC with Windows 7, and run on others with 7, Vista, and XP (32 Bit). The program will be x86.

View 3 Replies

VS 2010 Creating The Standalone EXE?

May 25, 2012

Apps created using VB.NET requires Dot Net Framework to run on a pc, doesn't it? Is there anyway to create a standalone executable file in VB.NET so that i have to just give the executable only which will run on any system (which has not Dot Net installed) without any setup. What I want to mean is If I copy the executable file and paste it on other pc, it should work.

View 13 Replies

C# - Access To Standalone App With More Stable Database?

Jan 4, 2010

Does anyone have experience of rapidly translating an access application into a standalone windows application? My current thoughts are to create an SQL database and a gui in c# and vb, or adobe flex 3.As with acces, the GUI would mainly comprise of controls such as radio buttons, combo box (populated from a table), check boxes, text boxes, text areas and data grids. It will also need the ability to create reports as access does.

View 2 Replies

Standalone Forms: Saving Given Data

Feb 5, 2011

So I'm a beginner and I'm guessing this has been asked before, but can anyone tell me how to save multiple inputs from textboxes and radio buttons etc. as one whole umm... thing in a STANDALONE form. I don't want any extra CFG or INI files etc. Kind of like how a new profile in a game would work. I'm a beginner so please try to keep it simple (or if you already know of a thread with the exact same question please link that as a reply instead).

View 2 Replies

Deployment - EXE Built By VS2005 Be Deployed As A Standalone EXE?

Jun 15, 2010

VB.NET: Can the .EXE built by VS2005 be deployed as a standalone EXE?When I change the mode in VS2005 to "Release" and build the solution, the binRelease directory then contains the solution .EXE file, but also a .pdb, vshost.exe and .xml file. What are these extra files and are they necessary?

I copied the .exe file to another machine and it executed properly, but there was a significant delay when it first executed - thereafter it was like any other program. What is the reason for this, Is it because the other 3 files in the Release folder are not there with it?

View 4 Replies

Turn Excel Macro To Standalone App / Script

Mar 11, 2010

So I have a macro here that will copy some information from a spreadsheet to an access database.I want to change it so it is its own file, and when run the user is asked what spreadsheet they want to export to the database.I will need to include the "Microsoft DAO 3.6 Object Library" (currently I have it checked off under references)I have installed Microsoft visual basic 2008 express, and pasted my code in there but there are lots of "undeclared" office functions / objects like:[code]what would I need to import to get access to these things?

View 5 Replies

Change Excel Cell Formatting Through A Standalone Program?

Apr 18, 2012

Imports Microsoft.Office.Interop.Excel
Imports System.IO
'btnclikevent runs this code

[code].....

View 5 Replies







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