Click here to Skip to main content
15,896,912 members
Home / Discussions / C#
   

C#

 
AnswerRe: Matrix Inversion with C# Pin
Luc Pattyn30-Apr-09 9:40
sitebuilderLuc Pattyn30-Apr-09 9:40 
AnswerRe: Matrix Inversion with C# Pin
Member 103390730-Apr-09 10:48
Member 103390730-Apr-09 10:48 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard30-Apr-09 11:18
Linda Woodard30-Apr-09 11:18 
GeneralRe: Matrix Inversion with C# Pin
Linda Woodard4-May-09 3:51
Linda Woodard4-May-09 3:51 
QuestionGel Button in Visual C#..... help needed Guys! Pin
Rajdeep.NET is BACK30-Apr-09 9:14
Rajdeep.NET is BACK30-Apr-09 9:14 
AnswerRe: Gel Button in Visual C#..... help needed Guys! Pin
ricmil4230-Apr-09 10:17
ricmil4230-Apr-09 10:17 
QuestionEmbed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 8:39
sodevrom30-Apr-09 8:39 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:01
Rajdeep.NET is BACK30-Apr-09 9:01 
sodevrom wrote:
create an exe from my application, that will automaticaly add in it the Brandable Software File, About Image and Details file. When I run this newly created exe, it can extract the files in a temp file and run the Branded software.

How can I do that ? Is there any other way ? Did I explain correctly what I want ?



Hello Sodevrom,

Generating an .exe (executable) file from within your application is an impossible task! But yes, other executable files can make your way, like files with .vbs and .bat extensions (which are also executable). The source files are written in Notepad as usual and then are saved with a name and a required executable extension. You can use the FileStream property of .NET to create a notepad file and write the code to it. Then, you can use the File.Move(); function to rename the file to any execuatble extension you want, but not any .exe. Hope this information helps. For more information, search Google or MSDN.

Happy Programming,
Rajdeep.NET Big Grin | :-D
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Giorgi Dalakishvili30-Apr-09 9:02
mentorGiorgi Dalakishvili30-Apr-09 9:02 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:06
sodevrom30-Apr-09 9:06 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:11
Daniel Grunwald30-Apr-09 9:11 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 9:33
sodevrom30-Apr-09 9:33 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
Daniel Grunwald30-Apr-09 9:40
Daniel Grunwald30-Apr-09 9:40 
GeneralRe: Embed files in exe programmatically (pretty hard :( ) Pin
sodevrom30-Apr-09 11:49
sodevrom30-Apr-09 11:49 
AnswerRe: Embed files in exe programmatically (pretty hard :( ) Pin
Rajdeep.NET is BACK30-Apr-09 9:19
Rajdeep.NET is BACK30-Apr-09 9:19 
QuestionCustom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon30-Apr-09 6:56
Jehammon30-Apr-09 6:56 
AnswerRe: Custom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Rolando CC30-Apr-09 7:16
professionalRolando CC30-Apr-09 7:16 
GeneralRe: Custom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon30-Apr-09 7:32
Jehammon30-Apr-09 7:32 
GeneralRe: Custom Wizard: Is it possible to add a dll reference to a project on creation from a custom wizard? Pin
Jehammon1-May-09 3:39
Jehammon1-May-09 3:39 
Questionget realtime data from website Pin
djdjoko30-Apr-09 6:44
djdjoko30-Apr-09 6:44 
GeneralRe: get realtime data from website Pin
Rolando CC30-Apr-09 7:19
professionalRolando CC30-Apr-09 7:19 
GeneralRe: get realtime data from website Pin
djdjoko30-Apr-09 22:51
djdjoko30-Apr-09 22:51 
GeneralRe: get realtime data from website Pin
SimpleData1-May-09 0:21
SimpleData1-May-09 0:21 
QuestionHow to use a function pointer in C# Pin
Member 103390730-Apr-09 5:04
Member 103390730-Apr-09 5:04 
AnswerRe: How to use a function pointer in C# Pin
Rolando CC30-Apr-09 6:38
professionalRolando CC30-Apr-09 6:38 

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.