Click here to Skip to main content
15,890,186 members
Home / Discussions / C#
   

C#

 
AnswerRe: Exception Handling for Files in C# - Append Mode Pin
Guffa2-May-07 8:11
Guffa2-May-07 8:11 
AnswerRe: Exception Handling for Files in C# - Append Mode Pin
AFSEKI7-May-07 6:30
AFSEKI7-May-07 6:30 
QuestionAnyone know anything about HIPAA compliance??? Pin
Goalie352-May-07 4:34
Goalie352-May-07 4:34 
AnswerRe: Anyone know anything about HIPAA compliance??? Pin
Dave Kreskowiak2-May-07 5:03
mveDave Kreskowiak2-May-07 5:03 
AnswerRe: Anyone know anything about HIPAA compliance??? Pin
Russell Morris2-May-07 18:49
Russell Morris2-May-07 18:49 
GeneralCheck boxes and Bit fields Pin
Brady Kelly2-May-07 4:26
Brady Kelly2-May-07 4:26 
QuestionHow to embed a .exe file in c# windows application Pin
r_jaz2-May-07 4:26
r_jaz2-May-07 4:26 
AnswerRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak2-May-07 4:58
mveDave Kreskowiak2-May-07 4:58 
Define "embed"?

In the most direct sense, no, you can't "embed" the .EXE in your app's resources and expect to run it directly from the resources. You'll have to copy the .EXE from the resources to a file on the hard drive, then run the .EXE from the file. The file will exist, and be locked, for the entire time that .EXE is running.




Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: How to embed a .exe file in c# windows application Pin
Giorgi Dalakishvili2-May-07 7:04
mentorGiorgi Dalakishvili2-May-07 7:04 
GeneralRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak2-May-07 7:08
mveDave Kreskowiak2-May-07 7:08 
GeneralRe: How to embed a .exe file in c# windows application Pin
r_jaz2-May-07 7:44
r_jaz2-May-07 7:44 
GeneralRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak2-May-07 8:12
mveDave Kreskowiak2-May-07 8:12 
GeneralRe: How to embed a .exe file in c# windows application Pin
r_jaz2-May-07 8:20
r_jaz2-May-07 8:20 
GeneralRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak2-May-07 9:09
mveDave Kreskowiak2-May-07 9:09 
GeneralRe: How to embed a .exe file in c# windows application [modified] Pin
AFSEKI7-May-07 6:19
AFSEKI7-May-07 6:19 
GeneralRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak7-May-07 13:01
mveDave Kreskowiak7-May-07 13:01 
QuestionAdding Checkbox to List view Pin
satyam1432-May-07 3:40
satyam1432-May-07 3:40 
AnswerRe: Adding Checkbox to List view [modified] Pin
Tarakeshwar Reddy2-May-07 3:41
professionalTarakeshwar Reddy2-May-07 3:41 
GeneralRe: Adding Checkbox to List view Pin
satyam1432-May-07 3:47
satyam1432-May-07 3:47 
GeneralRe: Adding Checkbox to List view Pin
AFSEKI7-May-07 6:26
AFSEKI7-May-07 6:26 
QuestionInstallation program for multiple applications? Pin
Fredand132-May-07 3:38
Fredand132-May-07 3:38 
AnswerRe: Installation program for multiple applications? Pin
LongRange.Shooter2-May-07 4:59
LongRange.Shooter2-May-07 4:59 
QuestionGenerics Pin
Malcolm Smart2-May-07 3:21
Malcolm Smart2-May-07 3:21 
AnswerRe: Generics Pin
PIEBALDconsult2-May-07 3:43
mvePIEBALDconsult2-May-07 3:43 
GeneralRe: Generics Pin
Malcolm Smart2-May-07 3:53
Malcolm Smart2-May-07 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.