Click here to Skip to main content
15,902,198 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to embed a .exe file in c# windows application Pin
Dave Kreskowiak2-May-07 4:58
mveDave Kreskowiak2-May-07 4:58 
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 
1) Create a new project, File.ReadAllBytes and then write them to a separate file ( .txt, .dat )
2) Add this file to your resources.
3) Load it from the resource at runtime and save to a new file
4) Change extension to .exe

OR

1) Change extension from .exe to .dat
2) Add as a resource
3) Load it from the resource at runtime and save to a new file
4) Change extension to .exe

?) What am I explaining at the moment? Are you trying to write a new kind of virus or just trying to make innocent programmers like me crazy? Smile | :)


-- modified at 12:24 Monday 7th May, 2007
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 
GeneralRe: Generics Pin
Ian Shlasko2-May-07 4:43
Ian Shlasko2-May-07 4:43 
GeneralRe: Generics Pin
Malcolm Smart2-May-07 4:52
Malcolm Smart2-May-07 4:52 
QuestionExport SQL server database to access database file using c#.net Pin
Malayil alex2-May-07 2:49
Malayil alex2-May-07 2:49 
AnswerRe: Export SQL server database to access database file using c#.net Pin
J$2-May-07 10:22
J$2-May-07 10:22 
QuestionTime conversion Pin
Anka_Ame2-May-07 2:42
Anka_Ame2-May-07 2:42 
AnswerRe: Time conversion Pin
Luc Pattyn2-May-07 3:04
sitebuilderLuc Pattyn2-May-07 3:04 
GeneralRe: Time conversion Pin
Anka_Ame2-May-07 3:11
Anka_Ame2-May-07 3:11 

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.