Click here to Skip to main content
15,887,337 members
Home / Discussions / C#
   

C#

 
AnswerRe: Working with very large numbers. Pin
harold aptroot8-Sep-09 5:39
harold aptroot8-Sep-09 5:39 
AnswerRe: Working with very large numbers. Pin
DaveyM698-Sep-09 5:40
professionalDaveyM698-Sep-09 5:40 
QuestionHow to notify all instance of a class that a change is happened Pin
Nitheesh George8-Sep-09 4:48
Nitheesh George8-Sep-09 4:48 
AnswerRe: How to notify all instance of a class that a change is happened Pin
monstale8-Sep-09 5:16
monstale8-Sep-09 5:16 
Questioncompile Pin
sanforjackass8-Sep-09 4:27
sanforjackass8-Sep-09 4:27 
AnswerRe: compile Pin
stancrm8-Sep-09 4:30
stancrm8-Sep-09 4:30 
AnswerRe: compile Pin
Manas Bhardwaj8-Sep-09 4:39
professionalManas Bhardwaj8-Sep-09 4:39 
Questionis there any way to create a new Process from a Stream? [modified] Pin
Demasoni8-Sep-09 3:51
Demasoni8-Sep-09 3:51 
alternative for this:

MemoryStream ms = new MemoryStream();
ms.Write("one exe file");
Process.Start(ms);


Smile | :) )
i have an encoded exe, i want to decode it on memorystream and then run it, so nobody can see original exe file! so i can not use a temp file on HDD!
other way?

modified on Tuesday, September 8, 2009 10:06 AM

GeneralRe: is there any way to create a new Process from a Stream? Pin
harold aptroot8-Sep-09 3:55
harold aptroot8-Sep-09 3:55 
QuestionRe: is there any way to create a new Process from a Stream? Pin
OriginalGriff8-Sep-09 3:56
mveOriginalGriff8-Sep-09 3:56 
AnswerRe: is there any way to create a new Process from a Stream? Pin
Dave Kreskowiak8-Sep-09 4:39
mveDave Kreskowiak8-Sep-09 4:39 
AnswerRe: is there any way to create a new Process from a Stream? [modified] Pin
Luc Pattyn8-Sep-09 5:24
sitebuilderLuc Pattyn8-Sep-09 5:24 
GeneralRe: is there any way to create a new Process from a Stream? Pin
Dave Kreskowiak8-Sep-09 6:54
mveDave Kreskowiak8-Sep-09 6:54 
GeneralRe: is there any way to create a new Process from a Stream? Pin
Luc Pattyn8-Sep-09 6:59
sitebuilderLuc Pattyn8-Sep-09 6:59 
QuestionError when trying to make a web service client Pin
SorenBerggreen8-Sep-09 3:23
SorenBerggreen8-Sep-09 3:23 
AnswerRe: Error when trying to make a web service client Pin
Keith Barrow8-Sep-09 3:53
professionalKeith Barrow8-Sep-09 3:53 
GeneralRe: Error when trying to make a web service client Pin
SorenBerggreen8-Sep-09 4:20
SorenBerggreen8-Sep-09 4:20 
AnswerRe: Error when trying to make a web service client Pin
SeMartens8-Sep-09 3:57
SeMartens8-Sep-09 3:57 
GeneralRe: Error when trying to make a web service client Pin
SorenBerggreen8-Sep-09 4:24
SorenBerggreen8-Sep-09 4:24 
GeneralRe: Error when trying to make a web service client Pin
SeMartens8-Sep-09 4:26
SeMartens8-Sep-09 4:26 
GeneralRe: Error when trying to make a web service client Pin
SorenBerggreen8-Sep-09 21:17
SorenBerggreen8-Sep-09 21:17 
AnswerRe: Error when trying to make a web service client Pin
SorenBerggreen8-Sep-09 21:16
SorenBerggreen8-Sep-09 21:16 
Questionhex Pin
sanforjackass8-Sep-09 2:22
sanforjackass8-Sep-09 2:22 
AnswerRe: hex Pin
Luc Pattyn8-Sep-09 2:24
sitebuilderLuc Pattyn8-Sep-09 2:24 
GeneralRe: hex Pin
DaveyM698-Sep-09 3:38
professionalDaveyM698-Sep-09 3: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.