473,545 Members | 2,715 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

New bee:How do i make an .exe file in VS 2005?

Hi there,
Ours is an automotive inspection business. All our inspectors inspect
the vehicles and took picures as need and upload them to the webserver
from where every body will have access to these pictures on the web.

As pictures are bieng added on to the webserver onto the webserver
and its getting huge and hence a lot of burden on the webserver. So far
we are implementing a manual process of archiving those images and
cleaning the production images folder on the webserver.

Now, we want to develop some .exe file in place thats developed using
Visual Basic.net using Visual studio 2005. So i need help on how do i
start it right from what kind of project type i need to pick in order
to create an .exe (say FileMover.exe). I see different kinds of project
types in the New Project wizard. And it has the below project types
under Visual Basic/ Windows

Windows Application Class Library
Console Application Windows Control Library
Webcontrol Library Windows Service
Empty Project Crystal Reports Application

of all these i am not sure if i am correct i think Windows Service type
is a suitable project type and it creates an .exe when i compile it?

Please help me with this.

Thanks
-L

Feb 15 '06 #1
3 4775
Windows Application will create an .exe that you would execute normally
by double clicking on its icon.

A Console Application is like a command prompt program. It does not
have a standard "windows" look but rather a DOS type program look.

A Windows Service application also creates an .exe but is executed when
Windows starts and not by clicking on its icon in explorer.

Depending on how the app will be executed will determine which one you
choose. This is an over-simplified explanation of each type, but
hopefully it will help.

Feb 15 '06 #2
Hi Chris,
Thanks for replying me. All i am looking here is to create an .exe
file instead of using a .bat or .cmd or a .vb script file to manage the
image folders on the production server. Becauase it takes atleast 5
hours to complete the move at any given time. So i am not sure if a .vb
script file or .bat file or .cmd will be able to handles these much
long process so i am just finding ways to pick the right project type
and go from there.

Do have any clue on which project type either Windows Application or
Windows Service is more suitable in my case? I have read Windows
Service project type is more complex to deal with. As you mentioned
that an .exe can be generated using Windows Application project type
can also generate an .exe so i am leaning more towards it. Once i get
the .exe i can schedule it in the windows scheduler and automate it.

please suggest.
thanks
-L

Feb 16 '06 #3
97T
A batch file (.bat) can easily be made to automate the file move operation,
and you don't have to learn an entire new language or install a huge
software framework to do it. An 'exe' file will not move the files any
faster, but it may take you a month or so to figure out how to make it work!

Complete primer on batch files, how to automate them, and how to use them
for file backup operations is here:

http://www.informationweek.com/story...cleID=13000138

Follow the link in the article to the next article, there are over 80
examples available to download and learn from.

These you can learn in a day. You can automate it to make new folders and
copy the files at night. You can make it run hidden if you need to, also.

--NinerSevenTango--

"Learner" <pr****@gmail.c om> wrote in message
news:11******** **************@ g43g2000cwa.goo glegroups.com.. .
Hi Chris,
Thanks for replying me. All i am looking here is to create an .exe
file instead of using a .bat or .cmd or a .vb script file to manage the
image folders on the production server. Becauase it takes atleast 5
hours to complete the move at any given time. So i am not sure if a .vb
script file or .bat file or .cmd will be able to handles these much
long process so i am just finding ways to pick the right project type
and go from there.

Do have any clue on which project type either Windows Application or
Windows Service is more suitable in my case? I have read Windows
Service project type is more complex to deal with. As you mentioned
that an .exe can be generated using Windows Application project type
can also generate an .exe so i am leaning more towards it. Once i get
the .exe i can schedule it in the windows scheduler and automate it.

please suggest.
thanks
-L

Feb 16 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

23
63624
by: stewart.midwinter | last post by:
No doubt I've overlooked something obvious, but here goes: Let's say I assign a value to a var, e.g.: myPlace = 'right here' myTime = 'right now' Now let's say I want to print out the two vars, along with their names. I could easily do this: print "myPlace = %s, myTime = %s" % (myPlace, myTime)
2
2446
by: Cris Ding | last post by:
Hi, everyone, Suppose the following simple program: #include "engine.h" int main() { Engine *ep;
10
3071
by: just4me | last post by:
Exactly how do I read a specific location in the bios eprom. (such as debug.exe location ffff:0000)
4
1690
by: Earl Teigrob | last post by:
In the exampe below, the constructor of the container class is passed the string called "foo". Within the container class, I would like to create an instance(s) of foo and add them to the ArrayList that is returned. (Once I figure this out I will use reflection on the instance to do other stuff) Anyway, How to I dyanamically create a new...
6
3524
by: Seok Bee | last post by:
Dear Experts, In my web application, I'm having a button to view an attachment. After I retrieve the record from database (Ms. Access), I have a button to view the attachment (if there is any). The button work fine when I run it at my local machine. However, when I moved all the programs over to the server, I am unable to view the...
19
4206
by: Sonnich | last post by:
Hi! I have used JS, but I am still new to it. I have something like this: oNewWindow = new Object(); oNewWindow = open("sonnich.xls","Qopen","resizable=yes,scroll=yes, status=yes, width=320px, height=470px",true); oNewWindow.focus();
32
14630
by: Licheng Fang | last post by:
Basically, the problem is this: 'do' Python's NFA regexp engine trys only the first option, and happily rests on that. There's another example: 'oneself' The Python regular expression engine doesn't exaust all the
6
1873
by: alexia.bee | last post by:
Hi all, I am new to C# so please bear me :). I have an app which uses datagridview. it has 8 columns. I also have struct which has 8 members(the same as the datagridview). when I add row to the gridview, i add the same data to this staruct and then add this struct instance to a list. the app creates more then one file with different...
1
1542
by: alexia.bee | last post by:
Hi all, I want to develop a setup exe which installs my application using VS 2005 setup projec when installation is done. I havn't found any way for doing so. the last dialog in the installation process is "Finished". I there a way to launch my app after the "Finish" dialog? thanks.
0
7499
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7432
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7689
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7943
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7456
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
5076
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3470
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1044
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
743
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.