Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: could everyone show me the way to change CType in VB.NET to C#? Pin
largs21-Jun-06 4:27
largs21-Jun-06 4:27 
AnswerRe: could everyone show me the way to change CType in VB.NET to C#? Pin
gnjunge21-Jun-06 2:38
gnjunge21-Jun-06 2:38 
AnswerRe: could everyone show me the way to change CType in VB.NET to C#? Pin
nsimeonov21-Jun-06 3:10
nsimeonov21-Jun-06 3:10 
GeneralRe: could everyone show me the way to change CType in VB.NET to C#? Pin
largs21-Jun-06 4:43
largs21-Jun-06 4:43 
GeneralRe: could everyone show me the way to change CType in VB.NET to C#? Pin
nsimeonov21-Jun-06 6:19
nsimeonov21-Jun-06 6:19 
AnswerRe: could everyone show me the way to change CType in VB.NET to C#? Pin
Dave Doknjas21-Jun-06 14:14
Dave Doknjas21-Jun-06 14:14 
AnswerRe: could everyone show me the way to change CType in VB.NET to C#? Pin
Craig G Fraser22-Jun-06 3:05
Craig G Fraser22-Jun-06 3:05 
QuestionANN: Native C# Protection 1.0.0 released Pin
Oleg Subachev21-Jun-06 2:22
professionalOleg Subachev21-Jun-06 2:22 
Native C# Protection (NCSP) is a protection tool (not obfuscator) for C# 2003 applications.

The goal of NCSP is to produce trial versions with limited functionality of C# applications.
With the correct NCSP Key these applications work as registered versions.

NCSP uses only NATIVE (but peculiar) TO C# means, i.e. NO EXTERNAL PROCESSING
of C#-produced executable.

NCSP protects NOT CODE, BUT DATA needed to run the application.
In case of C# applications DATA IS A CORRESPONDENCE BETWEEN EVENTS AND EVENT
HANDLERS.

The difference between trial and registered versions produced by NCSP is based
on use of DIFFERENT EVENT HANDLERS FOR TRIAL AND REGISTERED VERSIONS of the
protected application. The trial version uses one set of event handlers, while
the registered version uses another one.

NCSP protects forms of C# project on the source level, i.e. NCSP temporarily
MODIFIES THE SOURCE CODE, then, AFTER RE-COMPILING, THE APPLICATION IS
PROTECTED.

During the process of protection NCSP MODIFIES THE SOURCE CODE of the form in
such a manner that after re-compiling each protected event has no event handler
assigned. During the protected application start TRIAL EVENT HANDLERS ARE
ASSIGNED TO THE CORRESPONDING EVENTS. If valid NCSP Key is
provided then REGISTERED EVENT HANDLERS REPLACE THE TRIAL ONES.

The protected application DOES NOT USE a call of some CHECKING ROUTINE to
choose which set of event handlers to use. Instead it USES DATA containing in
NCSP Resource and in NCSP Key TO ASSIGN REGISTERED EVENT HANDLERS TO THE
CORRESPONDING EVENTS.

NCSP trial version may be downloaded from http://www.posolsoft.com/files/NCSP/NCSP.zip

More information about NCSP may be found at http://www.posolsoft.com/NCSP

Oleg Subachev
oleg@posolsoft.com
AnswerRe: ANN: Native C# Protection 1.0.0 released Pin
Josh Smith21-Jun-06 3:40
Josh Smith21-Jun-06 3:40 
AnswerRe: ANN: Native C# Protection 1.0.0 released Pin
Colin Angus Mackay21-Jun-06 4:31
Colin Angus Mackay21-Jun-06 4:31 
GeneralRe: ANN: Native C# Protection 1.0.0 released Pin
BoneSoft21-Jun-06 4:37
BoneSoft21-Jun-06 4:37 
GeneralRe: ANN: Native C# Protection 1.0.0 released Pin
Dan Neely21-Jun-06 4:45
Dan Neely21-Jun-06 4:45 
GeneralRe: ANN: Native C# Protection 1.0.0 released Pin
Josh Smith21-Jun-06 5:02
Josh Smith21-Jun-06 5:02 
GeneralRe: ANN: Native C# Protection 1.0.0 released Pin
Colin Angus Mackay21-Jun-06 5:22
Colin Angus Mackay21-Jun-06 5:22 
GeneralRe: ANN: Native C# Protection 1.0.0 released Pin
Guffa21-Jun-06 5:51
Guffa21-Jun-06 5:51 
JokeRe: ANN: Native C# Protection 1.0.0 released Pin
BoneSoft21-Jun-06 6:20
BoneSoft21-Jun-06 6:20 
Question_RemotableHandle mapping to HWND in C++ PinPopular
srivarun21-Jun-06 2:01
srivarun21-Jun-06 2:01 
AnswerRe: _RemotableHandle mapping to HWND in C++ Pin
AshishMahajan29-Mar-10 9:18
AshishMahajan29-Mar-10 9:18 
QuestionHow to clear performance counters Pin
kulile21-Jun-06 1:59
kulile21-Jun-06 1:59 
AnswerRe: How to clear performance counters Pin
Dustin Metzgar21-Jun-06 3:43
Dustin Metzgar21-Jun-06 3:43 
GeneralRe: How to clear performance counters Pin
kulile21-Jun-06 4:02
kulile21-Jun-06 4:02 
QuestionUI Controls in Windows DataGrid Pin
Kais4U21-Jun-06 1:55
Kais4U21-Jun-06 1:55 
AnswerRe: UI Controls in Windows DataGrid [modified] Pin
gnjunge21-Jun-06 2:44
gnjunge21-Jun-06 2:44 
GeneralRe: UI Controls in Windows DataGrid Pin
Kais4U21-Jun-06 2:47
Kais4U21-Jun-06 2:47 
GeneralRe: UI Controls in Windows DataGrid Pin
gnjunge21-Jun-06 3:15
gnjunge21-Jun-06 3:15 

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.