Click here to Skip to main content
15,921,716 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: WebClient.UploadFile Pin
nBorshek15-Aug-06 20:34
nBorshek15-Aug-06 20:34 
GeneralRe: WebClient.UploadFile Pin
nBorshek16-Aug-06 2:40
nBorshek16-Aug-06 2:40 
QuestionHow can we generate XML help file in VS 2005 Pin
parvinder sehrawat12-Aug-06 0:23
parvinder sehrawat12-Aug-06 0:23 
AnswerRe: How can we generate XML help file in VS 2005 Pin
Guffa12-Aug-06 2:31
Guffa12-Aug-06 2:31 
Questionhow dynamic is .NET Pin
thebread11-Aug-06 11:53
thebread11-Aug-06 11:53 
AnswerRe: how dynamic is .NET Pin
Guffa11-Aug-06 12:34
Guffa11-Aug-06 12:34 
GeneralRe: how dynamic is .NET Pin
thebread11-Aug-06 14:12
thebread11-Aug-06 14:12 
AnswerRe: how dynamic is .NET Pin
Guffa15-Aug-06 14:09
Guffa15-Aug-06 14:09 
thebread wrote:
i haven't the source code of the host application under my control


Then the answer is no. You can't do it using .NET.

Anything is possible. You could alter the executable file to make changes in the program, but there is no support what so ever for this in .NET. You are totally on your own to fiddle with the byte codes.

For an example, to replace a method you would either have to overwrite the code in the method, or add additional code for a method and change every call to the original method to use the new method instead.

Are you up to the task? Have you done any assembler programming, for instance? I've done a lot of assembler programming and even machine code programming myself, but I would hesitate to try what you are suggesting...


---
b { font-weight: normal; }

AnswerRe: how dynamic is .NET Pin
Not Active14-Aug-06 5:59
mentorNot Active14-Aug-06 5:59 
GeneralRe: how dynamic is .NET Pin
thebread15-Aug-06 10:54
thebread15-Aug-06 10:54 
QuestionHow to USB drive window popping out Pin
mmhu11-Aug-06 5:20
mmhu11-Aug-06 5:20 
Questiondebug problem in my webpage Pin
aman_hy11-Aug-06 2:09
aman_hy11-Aug-06 2:09 
AnswerRe: debug problem in my webpage Pin
S Pandian11-Aug-06 3:11
S Pandian11-Aug-06 3:11 
AnswerRe: debug problem in my webpage Pin
mr_lasseter11-Aug-06 3:20
mr_lasseter11-Aug-06 3:20 
Questionasp page not loading from some clients Pin
mokoenanyana11-Aug-06 0:20
mokoenanyana11-Aug-06 0:20 
AnswerRe: asp page not loading from some clients Pin
Guffa11-Aug-06 3:19
Guffa11-Aug-06 3:19 
QuestionData from Web service to a service(application server) Pin
BLOEDHOND10-Aug-06 23:16
BLOEDHOND10-Aug-06 23:16 
Question.Net Launch Condition Pin
Victor CM10-Aug-06 16:33
Victor CM10-Aug-06 16:33 
AnswerRe: .Net Launch Condition Pin
mr_lasseter11-Aug-06 3:23
mr_lasseter11-Aug-06 3:23 
QuestionRe: .Net Launch Condition Pin
Victor CM11-Aug-06 7:19
Victor CM11-Aug-06 7:19 
AnswerRe: .Net Launch Condition Pin
mr_lasseter11-Aug-06 8:03
mr_lasseter11-Aug-06 8:03 
QuestionRe: .Net Launch Condition Pin
Victor CM11-Aug-06 10:57
Victor CM11-Aug-06 10:57 
AnswerRe: .Net Launch Condition Pin
mr_lasseter11-Aug-06 11:03
mr_lasseter11-Aug-06 11:03 
GeneralRe: .Net Launch Condition Pin
Victor CM11-Aug-06 15:27
Victor CM11-Aug-06 15:27 
Question.NET 2.0 WinForms app on Citrix Pin
kryzchek10-Aug-06 5:21
kryzchek10-Aug-06 5:21 

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.