Click here to Skip to main content
15,886,067 members
Home / Discussions / C#
   

C#

 
GeneralRe: Launch Email Client from C# with attachments Pin
NewbieDude31-Jan-06 19:23
NewbieDude31-Jan-06 19:23 
QuestionButton Disabling Pin
madhusri31-Jan-06 2:08
madhusri31-Jan-06 2:08 
AnswerRe: Button Disabling Pin
James Gupta31-Jan-06 6:54
professionalJames Gupta31-Jan-06 6:54 
AnswerRe: Button Disabling Pin
Dave Kreskowiak31-Jan-06 7:15
mveDave Kreskowiak31-Jan-06 7:15 
QuestionSubnet mask Pin
talbot31-Jan-06 2:01
talbot31-Jan-06 2:01 
QuestionHow to encrypt dll files? Pin
Bobby88731-Jan-06 2:00
Bobby88731-Jan-06 2:00 
AnswerRe: How to encrypt dll files? Pin
Ingo31-Jan-06 3:11
Ingo31-Jan-06 3:11 
GeneralRe: How to encrypt dll files? Pin
Dave Kreskowiak31-Jan-06 7:13
mveDave Kreskowiak31-Jan-06 7:13 
ihoecken wrote:
Someone told me that with .Net 2.0 its possible to compile to native code.


No, it's not. Well, only if you're writing in unmanaged C++. Managed C++ compiles to a combination of native and managed code.

There are tools out there that will compile down to Native code, but they cost a bloody fortune to buy.

There is no way to encrypt the .DLL and still have it work, other than obfuscation. No matter what you do, the .DLL must be decrypted to use, even if it's done in memory. At that point, you're entire encryption scheme just defeated itself.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: How to encrypt dll files? Pin
Rob Graham31-Jan-06 8:14
Rob Graham31-Jan-06 8:14 
GeneralRe: How to encrypt dll files? Pin
Dave Kreskowiak31-Jan-06 9:46
mveDave Kreskowiak31-Jan-06 9:46 
AnswerRe: How to encrypt dll files? Pin
Ingo7-Feb-06 5:27
Ingo7-Feb-06 5:27 
Questionproblem whit data format Pin
kings_131-Jan-06 0:44
kings_131-Jan-06 0:44 
AnswerRe: problem whit data format Pin
Le centriste31-Jan-06 1:41
Le centriste31-Jan-06 1:41 
QuestionCalander Alarm Timer Pin
Dave McCool30-Jan-06 23:53
Dave McCool30-Jan-06 23:53 
QuestionTabStrip Control Pin
karthik_dotnet130-Jan-06 23:51
karthik_dotnet130-Jan-06 23:51 
QuestionNumerous items Pin
Dave McCool30-Jan-06 23:44
Dave McCool30-Jan-06 23:44 
AnswerRe: Numerous items Pin
Colin Angus Mackay31-Jan-06 0:11
Colin Angus Mackay31-Jan-06 0:11 
QuestionGetString function Pin
ita_cas30-Jan-06 23:25
ita_cas30-Jan-06 23:25 
AnswerRe: GetString function Pin
AETaylor31-Jan-06 1:17
AETaylor31-Jan-06 1:17 
AnswerRe: GetString function Pin
kasik31-Jan-06 1:20
kasik31-Jan-06 1:20 
QuestionTime hr:min AM/PM with updown control Pin
For_IT30-Jan-06 22:38
For_IT30-Jan-06 22:38 
AnswerRe: Time hr:min AM/PM with updown control Pin
Ingo30-Jan-06 22:56
Ingo30-Jan-06 22:56 
QuestionProblem in Sending Email Pin
sohne30-Jan-06 22:16
sohne30-Jan-06 22:16 
AnswerRe: Problem in Sending Email Pin
Ingo30-Jan-06 22:51
Ingo30-Jan-06 22:51 
QuestionUgly error Pin
nc3b30-Jan-06 20:57
nc3b30-Jan-06 20:57 

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.