Click here to Skip to main content
15,891,633 members
Home / Discussions / C#
   

C#

 
GeneralRe: Protect the MSIL code? Pin
Rickard Andersson202-Dec-02 8:47
Rickard Andersson202-Dec-02 8:47 
AnswerRe: Protect the MSIL code? Pin
Nick Parker2-Dec-02 8:36
protectorNick Parker2-Dec-02 8:36 
GeneralRe: Protect the MSIL code? Pin
Rickard Andersson202-Dec-02 8:51
Rickard Andersson202-Dec-02 8:51 
GeneralRe: Protect the MSIL code? Pin
Nick Parker2-Dec-02 9:40
protectorNick Parker2-Dec-02 9:40 
AnswerRe: Protect the MSIL code? Pin
David Stone2-Dec-02 9:41
sitebuilderDavid Stone2-Dec-02 9:41 
GeneralRe: Protect the MSIL code? Pin
Rickard Andersson202-Dec-02 21:29
Rickard Andersson202-Dec-02 21:29 
Generalrecursively search the registry and delete text Pin
Derek Smigelski2-Dec-02 7:05
Derek Smigelski2-Dec-02 7:05 
GeneralRe: recursively search the registry and delete text Pin
Jeff J2-Dec-02 13:29
Jeff J2-Dec-02 13:29 
I have been writing registry editors, searchers, and replacers for some time, so perhaps I could help. However, the core guts of almost all my code is in C or C++. I have tinkered with other languages, but none I have tried have efficient enough string handling to prevent the user from falling asleep.

One catch is the Win95 requirement, which eliminates the .Net languages. Thus, your options are to use strictly C/C++ to target Win95, or exclude Win95 and use .Net (and optionally a managed wrapper around some C++ to get decent performance).

If you can tell me how you wish to proceed, I can explain further.

Cheers
GeneralRe: recursively search the registry and delete text Pin
Derek Smigelski3-Dec-02 11:46
Derek Smigelski3-Dec-02 11:46 
GeneralRe: recursively search the registry and delete text Pin
Jeff J4-Dec-02 11:01
Jeff J4-Dec-02 11:01 
GeneralRe: recursively search the registry and delete text Pin
Jeff J4-Dec-02 17:12
Jeff J4-Dec-02 17:12 
Questionhow can i?? Pin
Vlad Beu2-Dec-02 3:48
Vlad Beu2-Dec-02 3:48 
AnswerRe: how can i?? Pin
Eric Gunnerson (msft)2-Dec-02 11:55
Eric Gunnerson (msft)2-Dec-02 11:55 
GeneralRe: how can i?? Pin
Vlad Beu2-Dec-02 12:19
Vlad Beu2-Dec-02 12:19 
QuestionHow can i read a File over the network Pin
Vlad Beu2-Dec-02 2:31
Vlad Beu2-Dec-02 2:31 
GeneralAdd Reference Pin
grv5752-Dec-02 1:51
grv5752-Dec-02 1:51 
GeneralRe: Add Reference Pin
Not Active2-Dec-02 2:50
mentorNot Active2-Dec-02 2:50 
GeneralRe: Add Reference Pin
Kannan Kalyanaraman2-Dec-02 2:58
Kannan Kalyanaraman2-Dec-02 2:58 
GeneralRe: Add Reference Pin
grv5752-Dec-02 14:01
grv5752-Dec-02 14:01 
GeneralPersisting Property of userdefined Collection type. Pin
zorifila2-Dec-02 0:51
zorifila2-Dec-02 0:51 
GeneralRe: Persisting Property of userdefined Collection type. Pin
xicoloko2-Dec-02 4:26
xicoloko2-Dec-02 4:26 
GeneralImage into MS-Access Database Pin
shokisingh1-Dec-02 23:18
shokisingh1-Dec-02 23:18 
GeneralRe: Image into MS-Access Database Pin
Mazdak2-Dec-02 0:40
Mazdak2-Dec-02 0:40 
GeneralCreating a new process Pin
suresh_sathya1-Dec-02 20:55
suresh_sathya1-Dec-02 20:55 
GeneralRe: Creating a new process Pin
James T. Johnson1-Dec-02 21:17
James T. Johnson1-Dec-02 21:17 

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.