Click here to Skip to main content
15,914,795 members
Home / Discussions / C#
   

C#

 
AnswerRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Pete O'Hanlon30-Sep-08 2:31
mvePete O'Hanlon30-Sep-08 2:31 
AnswerRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Giorgi Dalakishvili30-Sep-08 2:36
mentorGiorgi Dalakishvili30-Sep-08 2:36 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
arnold_w30-Sep-08 21:57
arnold_w30-Sep-08 21:57 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Giorgi Dalakishvili30-Sep-08 22:02
mentorGiorgi Dalakishvili30-Sep-08 22:02 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
arnold_w30-Sep-08 22:06
arnold_w30-Sep-08 22:06 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Giorgi Dalakishvili30-Sep-08 22:10
mentorGiorgi Dalakishvili30-Sep-08 22:10 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
arnold_w30-Sep-08 22:27
arnold_w30-Sep-08 22:27 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Giorgi Dalakishvili30-Sep-08 22:33
mentorGiorgi Dalakishvili30-Sep-08 22:33 
You can build a dll for you messagebox and just add reference to it whenever you need it. Then you can just use ilmerge or the tool suggested by me to merge dlls and application.

Another way is to include your image as byte[] in your source code and then create memorystream from it. Than you will be able to get the image too. Though I don't like this solution.

Giorgi Dalakishvili

#region signature
my articles

My blog[^]
#endregion

GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
arnold_w30-Sep-08 22:42
arnold_w30-Sep-08 22:42 
GeneralRe: If I link in files (DLLs, GIF-images, etc) into my executable, how do I then access the files? Pin
Giorgi Dalakishvili30-Sep-08 22:44
mentorGiorgi Dalakishvili30-Sep-08 22:44 
QuestionMap file format for gps application Pin
rnvrnv30-Sep-08 1:56
rnvrnv30-Sep-08 1:56 
AnswerRe: Map file format for gps application Pin
John Ad30-Sep-08 2:11
John Ad30-Sep-08 2:11 
GeneralRe: Map file format for gps application Pin
rnvrnv30-Sep-08 4:16
rnvrnv30-Sep-08 4:16 
QuestionGrouping relevant data together while iterating throug them Pin
J-Cod3r30-Sep-08 1:52
J-Cod3r30-Sep-08 1:52 
QuestionHow to convert a string in to bulleted format? Pin
DJ24530-Sep-08 1:32
DJ24530-Sep-08 1:32 
AnswerRe: How to convert a string in to bulleted format? Pin
Anthony Mushrow30-Sep-08 1:43
professionalAnthony Mushrow30-Sep-08 1:43 
QuestionZip Compression in C# Pin
RYU^^30-Sep-08 1:26
RYU^^30-Sep-08 1:26 
AnswerRe: Zip Compression in C# Pin
Rajesh R Subramanian30-Sep-08 1:41
professionalRajesh R Subramanian30-Sep-08 1:41 
GeneralRe: Zip Compression in C# Pin
blackjack215030-Sep-08 2:37
blackjack215030-Sep-08 2:37 
GeneralRe: Zip Compression in C# Pin
Rajesh R Subramanian30-Sep-08 2:43
professionalRajesh R Subramanian30-Sep-08 2:43 
GeneralRe: Zip Compression in C# Pin
RYU^^2-Oct-08 14:54
RYU^^2-Oct-08 14:54 
AnswerRe: Zip Compression in C# Pin
Giorgi Dalakishvili30-Sep-08 1:52
mentorGiorgi Dalakishvili30-Sep-08 1:52 
GeneralRe: Zip Compression in C# Pin
RYU^^30-Sep-08 23:53
RYU^^30-Sep-08 23:53 
AnswerRe: Zip Compression in C# Pin
Mirko198030-Sep-08 2:31
Mirko198030-Sep-08 2:31 
GeneralRe: Zip Compression in C# Pin
RYU^^2-Oct-08 14:36
RYU^^2-Oct-08 14:36 

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.