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


ADVERTISEMENT

Create Separate Files Within A Project?

Dec 22, 2011

How do I create separate files in a VB Express 2010 project?[code]...

Query 1: When creating class files, the VB Book by Loffelmann & Purohit (p 172) says, put the class in a class file that has the same name as the class. However, as shown, I want to have two or more related classes in this file. Do I need a separate file for each class? That would get cumbersome!

Query 2: Can I create a file similar to MyOutput.vb so that both MyModule and MyClass can include statements like[code]...

View 2 Replies

How To Create Project's Setup With SQL Database Files

Jul 11, 2009

I have created a Windows Application in Visual Studio 2005(VB .Net) and used Sql Server 2000 as Backend,Now I want to know how to create a Setup of my Project so that I can install it on clients machine.I have tried by Adding a setup and Deploy project in My application but my setup file include SQL Database files(.mdf,.ldf) and my client has Win Xp installed so my Setup file is asking for sql server connection,but on clients machine Sql server 2000 can't be installed as its compatibility.

View 3 Replies

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

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

VS2010 .NET And Windows 7 Access Denied On Writing To Or Creating Files In Project Files Folder?

May 22, 2012

Ok I know this question has been asked to death but I still have not seen a good answer. I have created an application in VS2010 using VB.NET. In my application I have an error log that is an XML file located in the Public gstLocalErrorLogLocation As String = Application.StartupPath & "ErrorLog"that gets written to in the event of an error so I can trouble shoot application easier. My application also downloads files from our FTP site and puts the files in Public gstLocalDownloadLocation As String = Application.StartupPath & "download"So I have files that get read and written to as well and created and deleted all in the Application.StartupPath which is either "c:Program Files(Application Directory)(Some Directory)(Some File)" or "c:Program Files (x86)(Application Directory)(Some Directory)(Some File)" depending on 32bit or 64bit Windows 7.

After creating the setup I install it on my test machine that have both Windows 7 32bit and 64bit.Everything in the application works great till I have to write to, delete or creat a file in those directories above. I know it is an access issue and the UAC. This will get installed on numerous systems so the options I have seen to change file or folder permission on the computers manually is not an option.What has to happen is after I install the application it just works like when you install it on XP. Some post have suggested that you us a user with administrator privilages or group which is all fine and dandy but the user I have used to test the application has all of that.

So what I am asking is how do you create an application with VS2010 in VB.NET that after creating a setup package and installing on Windows 7 will just work with out "Access to the path c:Program Files(Application Directory)(Some Directory)(Some File) is denied." If I have to install this on 100 Windows 7 computers it has to be a concreate no manually doing anything just install and work like when we installed on XP.

View 5 Replies

Create A New Project From An Existing Project?

Nov 8, 2011

I have one successful VB program in VS Studio 2010 Express Now, I want to add features to it but keep the original as is. Is there a way to save the current project with a different name without loosing the path, resources used and code? I did try to copy the project directory to a different directory named "TMP" but it does not work.

how to create a new project from an existing project?

View 2 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

VS 2010 Make A Code That Unzips Files And Then Move Those Files Into Another Zip File?

Feb 23, 2012

How do i make a code that unzips files and then move those files into another zip file?

View 2 Replies

VS 2005 Create TLB Files Which Are So That Can Comunicate With DLL Files

Apr 14, 2009

I have many applications that create TLB files which I guess are so that vb2005 can comunicate with the DLL files. Now what I would like to do is have all my TLB files in one folder and have my application point to that folder to use them.The problem I am having is that my EXE will not run unless all the TLB files are in the same folder as the EXE. I do not want this. I want to put some code into my file that sais that the tlb files it needs are located in say: [code] and still have it work. again right now they all have to be in the same folder which is really bugging me.

View 3 Replies

All My Project Files Are Missing

Jan 24, 2012

I completed my final project for a .NET course two days ago and just noticed today that all my project files for every project I have on my computer (about a dozen or so) are missing all the project files except for what's in the bin folders. The folder structure it seems hasn't been affected.

View 8 Replies

Can't Open Files In VB Project

Nov 6, 2009

I am using Visual Studio 2008 Professional Edition, and I have a large windows forms project I have been working on. My computer froze up and I had to reboot. After reboot I opened my project, all the files loaded although I got a message telling me that the document load was skipped because of the way the project opened the last time. I am able to debug and run the program so the app is ok. but when I double click on a form to open it nothing happens. Even if i right click it and select "View Designer" or "View Code" nothing happens. No errors just nothing. I was able to open other projects with no problem but not this one, and this project is the only one that matters.

View 6 Replies

Can't Open Project Files

Sep 2, 2009

There was an error about VB 2008 not being able to open vb files, i fixed that by re-installing but now when i try and make a project or open one i get this error:Warning1Extensibility DTE object unavailable.00

View 6 Replies

Converting .bas Files From VB 6.0 - Project

Nov 4, 2009

I have my project in which i have many .bas files and now i want to convert the project into VB.NET. The vbp files are directly converted by Visual Studio 2005 but .bas files are not being converted.

View 2 Replies

Possible To Mix C# And .NET Files In One Project When Using SharpDevelop?

Sep 8, 2009

Is is possible to mix C# and VB.NET files in one project when using SharpDevelop?

View 2 Replies

VB Including Files With The Project?

Dec 10, 2010

Is there anywhere I can add folders to my project, so when someone downloads my project/program they automatically get the files I added into it. Say I want to include a data file, and my program automatically uses that file for my RichTextBox1 - And everytime they save, it saves to that file - And when they open up the program again, it opens that automatically preloaded file that came with the program?

View 1 Replies

.net - Adding Text Files To Project

Dec 17, 2011

I have developed a VB.NET application that generates code in a specific format. It has a multitude of features and everything works great. I recently added the ability to save generated code to a text file as well as the ability to load those text files into the application. I am looking to add one last feature (perk). I want to include a bunch of pre-coded text files with the application, that new users can load and use immediately. As of right now I have the application creating the directory they will go in, but can't find anything on how to include the text files and have them placed in that directory. This application uses one-click deployment (in case that matters).

View 1 Replies

Adding All Of Files As Resources Into Project

Dec 31, 2011

I am adding all of my files as resources into my project (so they will work on another computer) however, I have some videos that I added as a resource for playing with AxVLC and I can't seem to figure out how to get them to work. I'm getting an error :Error 1 Value of type '1-dimensional array of Byte' cannot be converted to 'AxAXVLC.AxVLCPlugin'.

View 7 Replies

Any Way To Have Report Where All The Files In Project Are Actually Located?

Apr 19, 2012

I will have people send me (a zipped archive of) an entire VB project and when I try to open it, I get a message that "The system cannot find the file specified" for one or more files. I have had them bring their laptop with the project on it, and it runs, but when I search the folder, I only see the files they sent me. Apparently sometimes files get stored (or moved) elsewhere and their system will track the locations, so their computer can find the files??? Really not sure how or why this is happening.Is there any way to have VB report where all the files in a project are actually located? There are so many files and so many folders in even a simple VB.net project that trying to track these down myself is very frustrating.

View 1 Replies

Back Up Files And Folder Project?

Mar 2, 2009

Back Up Files And Folder Project?

View 2 Replies

Have VB Report Where All The Files In A Project Are Actually Located?

Feb 5, 2012

I will have people send me (a zipped archive of) an entire VB project and when I try to open it, I get a message that "The system cannot find the file specified" for one or more files. I have had them bring their laptop with the project on it, and it runs, but when I search the folder, I only see the files they sent me. Apparently sometimes files get stored (or moved) elsewhere and their system will track the locations, so their computer can find the files?Is there any way to have VB report where all the files in a project are actually located? There are so many files and so many folders in even a simple VB.net project that trying to track these down myself is very frustrating.

View 13 Replies

How To Copy Project Files To Another Computer

Jun 22, 2012

I will be working with another programmer today. He is just installing VB 2010 Express this morning on his computer. My question is how do I copy some of my projects over to his computer. Will copying the folder(s) under C:Documents and SettingsMy_User_NameMy DocumentsVisual Studio 2010 Projects.. be sufficient or will there be other support files I need to copy as well?

View 3 Replies

Project For Control The Animated Gif Files?

Dec 1, 2011

i have 1 project for control the animated gif files:

Public Class Form2
Dim myAnimImage As Image
Dim blnAniImage As Boolean
Dim blnPlay As Boolean
Dim a As Integer

[Code]...

View 1 Replies

VS 2010 : Open Project From Files?

Mar 23, 2012

I just started using visual basics 2010 and spent a few hours making a project. I saved my project and was given three files. X.vb,
X.Designer.vb and X (a .net managed resource file) (X is the name of the project) How do I open up the project again so I can continue editing it.

View 2 Replies

VS 2010 Include Files In Project?

Jun 6, 2012

how i can include files like : .exe .rar .zip .7z in my project and how to make when i push some button for example to download the selected file.

I will give example: I have put alot files in the project and now the test will be with "Test.exe"In my Form1 i got 1 textbox and 1 button and 1 checkbox (or radiobutton)In the textbox is putted the name of the file "Test.exe" and after him has 1 radiobutton for checking that i selected this one to download to the computer and when i press the button to download the file in a popup displayed form (to display new form with the compression progcess - how much percentes is downloaded).

View 18 Replies

[2008] Adding Files To Project?

Feb 2, 2009

how to add the resources but how would I call them in the code? For example I created a picturebox then I added all the pictures I want. If I wanted to display a different one how would i do it in code?

View 2 Replies

[2008] Import Files To Project?

Mar 2, 2009

everytime I import some file to my program, like a picture, I write down the ImageLocation, but if after the program is ready I delete the picture or send the program to a friend who hasn't the same picture at the same location...

View 2 Replies

[2008] Using C# And VB Code Files In Same Project

Feb 4, 2009

I have some rather largish classes that I wrote in C# that I want to include in a Visual Basic project. How would I do that (aside from transcription)?

View 13 Replies

Add Files To A Project To Extract As Setup Application?

Dec 6, 2008

i don want to build a deploy project but just a normal VB.NET Project and that project is kind of extracting files so how can i include files (compress) to project executable app then when i click "Extract" it will extract.last time, I use CHILKATZIP and ZIPForge.NET but it only compress another exe howabout its own project.Thanx,Code Quest

View 1 Replies

Changing Encoding Of All Aspx Files In A Project?

Jul 1, 2010

I need to change the encoding from Western European... to Unicode... for every file in the project. I do not want to have to check out, open, change encoding, save and check-in every file, is there a faster way?

View 10 Replies







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