Go Back   Yahoo Booters And Yahoo Tools > PC Related > Programming related

Programming related Showcase your programming talent in here! You may even post others work, provided it is GPL or in other words NOT COPYRIGHTED.



Welcome to the VipraSys forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features such as download links. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, Register Now by clicking here!

Post New Thread  Reply
 
LinkBack Thread Tools Display Modes
Old 07-15-2008, 05:29 PM   #1 (permalink)
~Singh is King~
 
Singh's Avatar
 
Join Date: Jul 2007
Location: Earth
Posts: 128

Thanks: 273
Thanked 73 Times in 47 Posts
Reputation: 0
Singh is an unknown quantity at this point
Default How to make exe of project in Vb.Net (Visual Studio 2005)

HI I want to know that how to make exe of any project in Vb.Net (Visual Studio 2005). Like after making any project we have to copy all da folder but i want to know how to make exe. In Vb 6 we hav option under da File Menu But dont know how to do in Vb.Net ( Visual Studio 2005).
Thanks
Singh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-15-2008, 05:56 PM   #2 (permalink)
Elite Member
 
Hypn's Avatar
 
Join Date: Dec 2007
Location: Cali
Posts: 865

Thanks: 433
Thanked 3,053 Times in 528 Posts
Reputation: 28177
Hypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond reputeHypn has a reputation beyond repute
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

Quote:
Originally Posted by Singh View Post
HI I want to know that how to make exe of any project in Vb.Net (Visual Studio 2005). Like after making any project we have to copy all da folder but i want to know how to make exe. In Vb 6 we hav option under da File Menu But dont know how to do in Vb.Net ( Visual Studio 2005).
Thanks
Lol!!!

Ok...
You Hit The Tabe "File" At The Top
Then Scroll Down To Where It Says
Make Project1.Exe

:lmao2: :lmao2:
Also,
The Build option compiles your code into an executable file.

Last edited by Hypn : 07-15-2008 at 06:00 PM.
Hypn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-16-2008, 08:03 AM   #3 (permalink)
Elite Member
 
Join Date: Mar 2008
Location: Land Down Under
Posts: 372

Thanks: 4
Thanked 1,202 Times in 212 Posts
Reputation: 27881
Puddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond repute
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

Firstly ignore that post above, he didnt read that this is vb.net (der)

Step 1: select config meny


Step 2: select release in config menu


Step 3: select build application (whatever the name of yours is


Step 4: in the projects location goto bin folder (or obj folder)


Step 5: then choose the release folder


Step 6: theres your project .. whatever name it is


Step 7: use thanks button and add rep if this post helped you.
Puddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 4 Users Say Thank You to Puddy For This Useful Post:
Girish_bodas (12-12-2008), nishaloves90 (04-16-2009), Singh (07-16-2008), Z-E-R-O-K-I-L-L (09-02-2008)
Old 07-16-2008, 05:32 PM   #4 (permalink)
~Singh is King~
 
Singh's Avatar
 
Join Date: Jul 2007
Location: Earth
Posts: 128

Thanks: 273
Thanked 73 Times in 47 Posts
Reputation: 0
Singh is an unknown quantity at this point
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

Ohh Thanks Buddy Puddy. You explained very well. Ok i hav a question in release folder we hav da exe of da project, if i wanna send it to some 1 den do i hav to send all da files in release folder or just da exe. Also i wanna know how to change da Icon of my exe application in Vb.net
Singh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-17-2008, 08:10 AM   #5 (permalink)
Elite Member
 
Join Date: Mar 2008
Location: Land Down Under
Posts: 372

Thanks: 4
Thanked 1,202 Times in 212 Posts
Reputation: 27881
Puddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond repute
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

You only need to send the exe unless your using costom resource files, the person you give the program to will need to have the .net framework installed which takes care of any missing files.

To add a icon to a form do the following:

1. Make sure you have the form properties selected
2. Scroll down to where it says icon and click the browse button and then navigate to the icon you want to use as shown in the picture below
Puddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-17-2008, 12:33 PM   #6 (permalink)
~Singh is King~
 
Singh's Avatar
 
Join Date: Jul 2007
Location: Earth
Posts: 128

Thanks: 273
Thanked 73 Times in 47 Posts
Reputation: 0
Singh is an unknown quantity at this point
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

Appriciated the way u explain everything so clearly. Now i can make exe of my projects to distribute amoung friends. Ok what is Deployment? is this another method to make exe's? About Deploying---->[Only registered users can see links. ] . If u know abt that method den also tell me bcoz m not able to understand abt that.

Last edited by Singh : 07-17-2008 at 12:33 PM. Reason: spelling mistakes corrected
Singh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-17-2008, 04:09 PM   #7 (permalink)
~Singh is King~
 
Singh's Avatar
 
Join Date: Jul 2007
Location: Earth
Posts: 128

Thanks: 273
Thanked 73 Times in 47 Posts
Reputation: 0
Singh is an unknown quantity at this point
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

Edited..Post >>Dont know y cant i edit my post....ok after making da exe i hav sent it to my friend. hez getting error. window can't run dis program. my question is like is their necessary to hav .net framework installed to run da EXE file?. even if we make booter and send to some1 den again .net framework is required.

Sry for da double post cuz i cant edit da file.
Singh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-18-2008, 05:56 AM   #8 (permalink)
Elite Member
 
Join Date: Mar 2008
Location: Land Down Under
Posts: 372

Thanks: 4
Thanked 1,202 Times in 212 Posts
Reputation: 27881
Puddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond reputePuddy has a reputation beyond repute
Default Re: How to make exe of project in Vb.Net (Visual Studio 2005)

they need .net framework installed to run exe
Puddy is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Puddy For This Useful Post:
Singh (07-18-2008)
Old 09-02-2008, 07:29 AM   #9 (permalink)
Junior Member
 
Join Date: Sep 2008
Posts: 1

Thanks: 0
Thanked 0 Times in 0 Posts
Reputation: 1
avni0710 is an unknown quantity at this point
Red face Re: How to make exe of project in Vb.Net (Visual Studio 2005)

hi.. king.. does your problem of exe has been solved.. actually I have developed a window's Application in .net and want to make exe of it.. but dont want to distribute the dlls can I do this. I am a new bie to .Net .Please confirm
avni0710 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Post New Thread  Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ViEmu for Visual Studio[rapidshare] ___4vin.k4n0___ Software related 1 05-30-2009 01:51 AM
VS.Php for Visual Studio 2005 & 2008 v2.4.4.4494 ___..:::warfreak:::..___ Trash Can 1 07-26-2008 10:28 AM
how to compile in visual c++ 2005 neverdie Programming related 1 06-15-2008 04:39 PM
Visual Basic 2005 For Dummies moosa Programming related 2 05-02-2008 01:30 AM


All times are GMT. The time now is 01:26 PM.

Page generated in 0.2037 seconds (70.96% PHP - 29.04% MySQL) with 14 queries

Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0..
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The logos and trademarks used on this site are the property of their respective owners.
We are not responsible for comments posted by our users, as they are the property of the poster.