Click here to Skip to main content
15,902,189 members
Home / Discussions / C#
   

C#

 
QuestionChange IP Address Pin
am2h15-Feb-06 23:23
am2h15-Feb-06 23:23 
AnswerRe: Change IP Address Pin
J4amieC16-Feb-06 0:16
J4amieC16-Feb-06 0:16 
GeneralRe: Change IP Address Pin
am2h17-Feb-06 20:36
am2h17-Feb-06 20:36 
AnswerRe: Change IP Address Pin
leppie16-Feb-06 3:01
leppie16-Feb-06 3:01 
GeneralRe: Change IP Address Pin
am2h17-Feb-06 20:34
am2h17-Feb-06 20:34 
QuestionHow To inject Process in c# ? Pin
hdv21215-Feb-06 23:18
hdv21215-Feb-06 23:18 
AnswerRe: How To inject Process in c# ? Pin
leppie16-Feb-06 0:13
leppie16-Feb-06 0:13 
AnswerRe: How To inject Process in c# ? Pin
J. Dunlap16-Feb-06 0:20
J. Dunlap16-Feb-06 0:20 
Firstly, you cannot inject a process into another process; however, you can inject a DLL into another process. Secondly, it is not a good idea to try to insert a .NET assembly into another process, because that process may have another version of the .NET framework already loaded that your assembly is not compatible with, or, worse, it may depend on the .NET Framework in some way, but may not have loaded it yet - and in inserting the .NET assembly, you may make the process be unable to load the framework version that it needs.

For these and many other reasons, I strongly advise against trying to do this with .NET. I also think that you should read up a lot better on all the details of DLL injection before you try to do it (in an unmanaged language).

QuestionGet full SOAP message Pin
Nandiator15-Feb-06 22:10
Nandiator15-Feb-06 22:10 
AnswerRe: Get full SOAP message Pin
J4amieC15-Feb-06 22:25
J4amieC15-Feb-06 22:25 
AnswerRe: Get full SOAP message Pin
Maqsood Ahmed15-Feb-06 22:26
Maqsood Ahmed15-Feb-06 22:26 
QuestionImages Pin
albCode15-Feb-06 21:39
albCode15-Feb-06 21:39 
GeneralRe: Images Pin
Guffa15-Feb-06 22:08
Guffa15-Feb-06 22:08 
GeneralRe: Images Pin
albCode15-Feb-06 22:26
albCode15-Feb-06 22:26 
QuestionDatagridviewcolumn & Custom Property Pin
jeyapandian15-Feb-06 21:26
jeyapandian15-Feb-06 21:26 
QuestionC# Video Screen Shots Pin
Wraith25615-Feb-06 21:17
Wraith25615-Feb-06 21:17 
AnswerRe: C# Video Screen Shots Pin
leppie16-Feb-06 0:12
leppie16-Feb-06 0:12 
AnswerRe: C# Video Screen Shots Pin
VanEtienne16-Feb-06 18:11
VanEtienne16-Feb-06 18:11 
QuestionGood C# Book Pin
Brendan Vogt15-Feb-06 20:53
Brendan Vogt15-Feb-06 20:53 
AnswerRe: Good C# Book Pin
knoxdotnet16-Feb-06 3:30
knoxdotnet16-Feb-06 3:30 
QuestionSee who/what program changed a file Pin
VanEtienne15-Feb-06 20:25
VanEtienne15-Feb-06 20:25 
AnswerRe: See who/what program changed a file Pin
CWIZO15-Feb-06 20:36
CWIZO15-Feb-06 20:36 
GeneralRe: See who/what program changed a file Pin
VanEtienne15-Feb-06 20:40
VanEtienne15-Feb-06 20:40 
GeneralRe: See who/what program changed a file Pin
CWIZO15-Feb-06 20:45
CWIZO15-Feb-06 20:45 
GeneralRe: See who/what program changed a file Pin
VanEtienne15-Feb-06 20:48
VanEtienne15-Feb-06 20:48 

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.