Click here to Skip to main content
15,920,633 members
Home / Discussions / C#
   

C#

 
AnswerRe: Simple power-up question Pin
Dan Neely30-Apr-09 10:53
Dan Neely30-Apr-09 10:53 
GeneralRe: Simple power-up question Pin
Mycroft Holmes30-Apr-09 15:33
professionalMycroft Holmes30-Apr-09 15:33 
Questionhow to search Active Directory for locked out accounts? Pin
partialdata30-Apr-09 9:50
partialdata30-Apr-09 9:50 
QuestionType /Namespace error in code Pin
onetreeup30-Apr-09 9:23
onetreeup30-Apr-09 9:23 
AnswerRe: Type /Namespace error in code Pin
S. Senthil Kumar30-Apr-09 9:29
S. Senthil Kumar30-Apr-09 9:29 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:14
onetreeup30-Apr-09 10:14 
AnswerRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 9:33
sitebuilderLuc Pattyn30-Apr-09 9:33 
GeneralRe: Type /Namespace error in code Pin
onetreeup30-Apr-09 10:02
onetreeup30-Apr-09 10:02 
GeneralRe: Type /Namespace error in code Pin
Luc Pattyn30-Apr-09 10:12
sitebuilderLuc Pattyn30-Apr-09 10:12 
QuestionMatrix Inversion with C# Pin
Linda Woodard30-Apr-09 9:18
Linda Woodard30-Apr-09 9:18 
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 

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.