Click here to Skip to main content
15,899,025 members
Home / Discussions / C#
   

C#

 
AnswerRe: Passing variables from C# to JavaScript Pin
Justin.Jones16-Nov-06 9:06
Justin.Jones16-Nov-06 9:06 
QuestionScreen Saver status Pin
Daithi Brennan14-Nov-06 7:45
Daithi Brennan14-Nov-06 7:45 
AnswerRe: Screen Saver status Pin
Luc Pattyn14-Nov-06 12:55
sitebuilderLuc Pattyn14-Nov-06 12:55 
Questionhow to use Sql Server 2005 Reporting Services ? Pin
hdv21214-Nov-06 7:37
hdv21214-Nov-06 7:37 
AnswerRe: how to use Sql Server 2005 Reporting Services ? Pin
ednrgc14-Nov-06 7:45
ednrgc14-Nov-06 7:45 
GeneralRe: how to use Sql Server 2005 Reporting Services ? Pin
hdv21214-Nov-06 9:44
hdv21214-Nov-06 9:44 
GeneralRe: how to use Sql Server 2005 Reporting Services ? Pin
ednrgc14-Nov-06 9:49
ednrgc14-Nov-06 9:49 
QuestionEmbed an exe into app Pin
chossy14-Nov-06 6:48
chossy14-Nov-06 6:48 
hi im not sure on the correct name of what i want to do so seaching is very hard for me.
anyway what i want to do is store an external exe into my app then expand it at runtime when needed deleting it when the program has finished.

ie

i have an exe called patch.exe and i need to pass say these params to it
patch -a -b -c.
i can run it and do what i like if i tell my app the full path to the file
(ie c:\patcher\patch.exe)but would like to unpack the exe from my app into the same dir as the app run it then delete it.
so instead of
proc.StartInfo.FileName = "c:\patcher\patch.exe" its
proc.StartInfo.FileName = "patch.exe" and it runs the unpacked exe

hope this makes sense

choss
AnswerRe: Embed an exe into app Pin
ednrgc14-Nov-06 7:09
ednrgc14-Nov-06 7:09 
GeneralRe: Embed an exe into app Pin
chossy14-Nov-06 7:35
chossy14-Nov-06 7:35 
GeneralRe: Embed an exe into app Pin
ednrgc14-Nov-06 7:41
ednrgc14-Nov-06 7:41 
GeneralRe: Embed an exe into app Pin
chossy14-Nov-06 7:58
chossy14-Nov-06 7:58 
GeneralRe: Embed an exe into app Pin
ednrgc14-Nov-06 9:15
ednrgc14-Nov-06 9:15 
GeneralRe: Embed an exe into app Pin
ednrgc14-Nov-06 9:16
ednrgc14-Nov-06 9:16 
AnswerRe: Embed an exe into app Pin
Judah Gabriel Himango14-Nov-06 8:55
sponsorJudah Gabriel Himango14-Nov-06 8:55 
QuestionOpen a .csproj or .sln file to EDIT my project? Pin
Civic0614-Nov-06 6:13
Civic0614-Nov-06 6:13 
AnswerRe: Open a .csproj or .sln file to EDIT my project? Pin
Judah Gabriel Himango14-Nov-06 6:21
sponsorJudah Gabriel Himango14-Nov-06 6:21 
AnswerRe: Open a .csproj or .sln file to EDIT my project? Pin
ednrgc14-Nov-06 7:10
ednrgc14-Nov-06 7:10 
Questionmobile application Pin
Mohammed Elkholy14-Nov-06 6:09
Mohammed Elkholy14-Nov-06 6:09 
AnswerRe: mobile application Pin
Judah Gabriel Himango14-Nov-06 6:32
sponsorJudah Gabriel Himango14-Nov-06 6:32 
AnswerRe: mobile application Pin
ednrgc14-Nov-06 7:12
ednrgc14-Nov-06 7:12 
Questionmobile application Pin
Mohammed Elkholy14-Nov-06 6:09
Mohammed Elkholy14-Nov-06 6:09 
Questionsyntax highlighting in c# Pin
veluru krishna14-Nov-06 5:34
veluru krishna14-Nov-06 5:34 
AnswerRe: syntax highlighting in c# Pin
Colin Angus Mackay14-Nov-06 5:41
Colin Angus Mackay14-Nov-06 5:41 
AnswerRe: syntax highlighting in c# Pin
User 665814-Nov-06 5:52
User 665814-Nov-06 5:52 

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.