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

C#

 
AnswerRe: VNC server sample code Pin
J Snyman29-Jan-09 21:54
J Snyman29-Jan-09 21:54 
GeneralRe: VNC server sample code Pin
Paul Rabe12-Feb-09 7:47
Paul Rabe12-Feb-09 7:47 
GeneralRe: VNC server sample code Pin
girish_nagose14-Apr-09 23:53
girish_nagose14-Apr-09 23:53 
GeneralRe: VNC server sample code Pin
Cosby2-Jan-10 11:23
Cosby2-Jan-10 11:23 
AnswerRe: VNC server sample code Pin
Nezam Ahamed26-Mar-10 3:26
Nezam Ahamed26-Mar-10 3:26 
GeneralRe: VNC server sample code Pin
Ravikumar Patra26-May-11 1:24
professionalRavikumar Patra26-May-11 1:24 
QuestionCreate dll file and add implement trial period Pin
NamdeoWaghmare28-Jan-09 22:41
NamdeoWaghmare28-Jan-09 22:41 
AnswerRe: Create dll file and add implement trial period Pin
Ankit Rajpoot28-Jan-09 23:34
Ankit Rajpoot28-Jan-09 23:34 
In your class' constructor, code the following algorithm before any other code:

1. Check the appropriate registry key for the date of first use of your dll.
2. If it's not there, create a new value and store it in the registry at some proper place.
3. If the test in step 1 turns out to be positive, then check this value against the current system date and throw some custom exception if the period has expired or continue initialization otherwise.

4. You can also use some other trick, if you don't want to use registry, such as some hidden file etc.

Excuse me for buttin' in, but I'm interrupt driven.

AnswerRe: Create dll file and add implement trial period Pin
Vimalsoft(Pty) Ltd29-Jan-09 0:39
professionalVimalsoft(Pty) Ltd29-Jan-09 0:39 
QuestionShow progressbar while sending email Pin
Blue_Boy28-Jan-09 22:04
Blue_Boy28-Jan-09 22:04 
AnswerRe: Show progressbar while sending email Pin
Ankit Rajpoot28-Jan-09 22:42
Ankit Rajpoot28-Jan-09 22:42 
GeneralRe: Show progressbar while sending email Pin
MadArtSoft28-Jan-09 23:38
MadArtSoft28-Jan-09 23:38 
GeneralRe: Show progressbar while sending email Pin
Blue_Boy29-Jan-09 7:52
Blue_Boy29-Jan-09 7:52 
AnswerRe: Show progressbar while sending email Pin
#realJSOP28-Jan-09 23:28
mve#realJSOP28-Jan-09 23:28 
GeneralRe: Show progressbar while sending email Pin
Blue_Boy29-Jan-09 7:52
Blue_Boy29-Jan-09 7:52 
GeneralRe: Show progressbar while sending email Pin
ali dinparvar21-Jun-12 1:07
ali dinparvar21-Jun-12 1:07 
QuestionReading varbinary(max) Pin
CodingLover28-Jan-09 21:33
CodingLover28-Jan-09 21:33 
AnswerRe: Reading varbinary(max) Pin
SeMartens28-Jan-09 21:45
SeMartens28-Jan-09 21:45 
NewsRe: Reading varbinary(max) Pin
CodingLover28-Jan-09 22:13
CodingLover28-Jan-09 22:13 
GeneralRe: Reading varbinary(max) Pin
SeMartens28-Jan-09 22:17
SeMartens28-Jan-09 22:17 
NewsRe: Reading varbinary(max) Pin
CodingLover28-Jan-09 23:04
CodingLover28-Jan-09 23:04 
GeneralRe: Reading varbinary(max) Pin
SeMartens28-Jan-09 23:15
SeMartens28-Jan-09 23:15 
QuestionRe: Reading varbinary(max) Pin
CodingLover1-Feb-09 17:24
CodingLover1-Feb-09 17:24 
AnswerRe: Reading varbinary(max) Pin
SeMartens1-Feb-09 21:07
SeMartens1-Feb-09 21:07 
QuestionClose all application using c# Pin
sandhya1428-Jan-09 21:28
sandhya1428-Jan-09 21:28 

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.