application organizer

A

Alan Zhong

hi, i am really a beginner and i want to do the following:
-- write a application "organizer", that you can click the button or
image inside the program then it will execute other programs "inside"
this organizer.

a rather silly question: when i am running the program, can i
recompile the source code and replace the .exe file? i want to do this
because if i update something in the program i can compile it so that
the next time the user executes the program the newly update will show
up for the user. i tried but VS studio refuses to recompile saying the
program is running.

thankx.
 
H

Herfried K. Wagner [MVP]

* (e-mail address removed) (Alan Zhong) scripsit:
hi, i am really a beginner and i want to do the following:
-- write a application "organizer", that you can click the button or
image inside the program then it will execute other programs "inside"
this organizer.

a rather silly question: when i am running the program, can i
recompile the source code and replace the .exe file? i want to do this
because if i update something in the program i can compile it so that
the next time the user executes the program the newly update will show
up for the user. i tried but VS studio refuses to recompile saying the
program is running.

Currently:

<URL:http://windowsforms.net/articles/appupdater.aspx>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top