Click here to Skip to main content
15,892,072 members
Home / Discussions / C#
   

C#

 
GeneralRe: Good .net Html parser (not XML) Pin
Andy Brummer26-Nov-03 8:43
sitebuilderAndy Brummer26-Nov-03 8:43 
QuestionDirect Access to the Keyboardbuffer ? Pin
Dennis Klein26-Nov-03 4:34
Dennis Klein26-Nov-03 4:34 
GeneralGetting Extention Icon Association List Pin
The_Catalyst26-Nov-03 3:39
sussThe_Catalyst26-Nov-03 3:39 
GeneralRe: Getting Extention Icon Association List Pin
Heath Stewart26-Nov-03 3:42
protectorHeath Stewart26-Nov-03 3:42 
QuestionHow to create layered Image like a PhotoShop Pin
kotarokotaro26-Nov-03 3:19
kotarokotaro26-Nov-03 3:19 
AnswerRe: How to create layered Image like a PhotoShop Pin
Christian Graus26-Nov-03 9:55
protectorChristian Graus26-Nov-03 9:55 
GeneralReplace DLL with my owns Pin
lajiyo26-Nov-03 1:36
lajiyo26-Nov-03 1:36 
GeneralRe: Replace DLL with my owns Pin
Heath Stewart26-Nov-03 2:56
protectorHeath Stewart26-Nov-03 2:56 
There is so many things wrong with this I don't know where to begin...
  1. You can't replace system DLLs in newer OSes because they'll put the cached copies right back.
  2. I doubt your coding is any better than a large team of Microsoft developers.
  3. You can't replace system DLLs with managed assemblies because native DLLs are loaded directly without a host for the CLR by the executable loader.
  4. You can't use assembler in managed code because assembler is as unmanaged as you can get, but you can use unsafe code for pointer manipulation.


And if you say something like - and I quote - I do not know anything ., that's a pretty good sign that you shouldn't start replacing any DLLs because it's not a trivial task and - as I said before - isn't possible in newer Windows OSes (unless System Restore is turned off).

Besides, you would have to replace ALL functions exported in a DLL and - many times - several of those functions are undocumented so there's no way to know what they should do based on any given set of parameters.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Replace DLL with my owns Pin
Christian Graus26-Nov-03 9:56
protectorChristian Graus26-Nov-03 9:56 
GeneralRe: Replace DLL with my owns Pin
Colin Angus Mackay26-Nov-03 12:28
Colin Angus Mackay26-Nov-03 12:28 
GeneralRe: Replace DLL with my owns Pin
leppie26-Nov-03 13:13
leppie26-Nov-03 13:13 
QuestionHow to install only "Microsoft Jet 4.0 OLE DB Provider" Pin
nrg26-Nov-03 1:30
nrg26-Nov-03 1:30 
AnswerRe: How to install only "Microsoft Jet 4.0 OLE DB Provider" Pin
Heath Stewart26-Nov-03 2:45
protectorHeath Stewart26-Nov-03 2:45 
General** Array in C# Pin
Relampago25-Nov-03 22:25
Relampago25-Nov-03 22:25 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 3:07
protectorHeath Stewart26-Nov-03 3:07 
GeneralRe: ** Array in C# Pin
Relampago26-Nov-03 6:21
Relampago26-Nov-03 6:21 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 8:11
protectorHeath Stewart26-Nov-03 8:11 
GeneralRe: ** Array in C# Pin
Relampago26-Nov-03 8:47
Relampago26-Nov-03 8:47 
GeneralRe: ** Array in C# Pin
Heath Stewart26-Nov-03 9:50
protectorHeath Stewart26-Nov-03 9:50 
Generalconnection timeout Pin
Roger Alsing25-Nov-03 21:46
Roger Alsing25-Nov-03 21:46 
GeneralRe: connection timeout Pin
Dennis Klein26-Nov-03 1:12
Dennis Klein26-Nov-03 1:12 
GeneralRe: connection timeout Pin
Roger Alsing26-Nov-03 1:44
Roger Alsing26-Nov-03 1:44 
GeneralSound format converter API Pin
Oyvind Bratland25-Nov-03 21:27
Oyvind Bratland25-Nov-03 21:27 
GeneralRe: Sound format converter API Pin
Heath Stewart26-Nov-03 3:10
protectorHeath Stewart26-Nov-03 3:10 
GeneralRe: Sound format converter API Pin
Oyvind Bratland26-Nov-03 3:20
Oyvind Bratland26-Nov-03 3:20 

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.