Click here to Skip to main content
15,898,643 members
Home / Discussions / C#
   

C#

 
Questiontwo appilcations accessing the same memory Pin
Yitzchok Dev27-Jun-07 7:35
Yitzchok Dev27-Jun-07 7:35 
AnswerRe: two appilcations accessing the same memory Pin
Luc Pattyn27-Jun-07 8:57
sitebuilderLuc Pattyn27-Jun-07 8:57 
GeneralRe: two appilcations accessing the same memory Pin
Yitzchok Dev27-Jun-07 9:03
Yitzchok Dev27-Jun-07 9:03 
GeneralRe: two appilcations accessing the same memory Pin
Luc Pattyn27-Jun-07 9:28
sitebuilderLuc Pattyn27-Jun-07 9:28 
GeneralRe: two appilcations accessing the same memory Pin
Yitzchok Dev27-Jun-07 9:33
Yitzchok Dev27-Jun-07 9:33 
QuestionHow do I create a demo for my application using C# Pin
KenzyProgramming27-Jun-07 7:06
KenzyProgramming27-Jun-07 7:06 
AnswerRe: How do I create a demo for my application using C# Pin
mav.northwind27-Jun-07 8:18
mav.northwind27-Jun-07 8:18 
AnswerRe: How do I create a demo for my application using C# Pin
Dan Neely27-Jun-07 9:11
Dan Neely27-Jun-07 9:11 
as mav's said pure clientside solutions can easily be defeated. If you can require demo users to have a net connection and you have a 24/7 server you could have your app phone home with system details such as mac address, harddrive serials, etc to your server to ask for permission to run. Organized hackers will still be able to edit your application to disable the checks. If possible limited functionality in a time unlimited demo is probably more effective at forcing a user to go from the demo to the full version of your application, than a fully featured demo with a time limit.

--
You have to explain to them [VB coders] what you mean by "typed". their first response is likely to be something like, "Of course my code is typed. Do you think i magically project it onto the screen with the power of my mind?" --- John Simmons / outlaw programmer

AnswerRe: How do I create a demo for my application using C# Pin
I.explore.code27-Jun-07 18:25
I.explore.code27-Jun-07 18:25 
GeneralRe: How do I create a demo for my application using C# Pin
mav.northwind28-Jun-07 9:32
mav.northwind28-Jun-07 9:32 
QuestionGetting a window's icon Pin
sharpiesharpie27-Jun-07 6:28
sharpiesharpie27-Jun-07 6:28 
AnswerRe: Getting a window's icon Pin
Giorgi Dalakishvili27-Jun-07 6:43
mentorGiorgi Dalakishvili27-Jun-07 6:43 
Questionhow can I get a process(Especific Owner) Pin
jeguzmanv27-Jun-07 6:25
jeguzmanv27-Jun-07 6:25 
AnswerRe: how can I get a process(Especific Owner) Pin
Tarakeshwar Reddy27-Jun-07 6:32
professionalTarakeshwar Reddy27-Jun-07 6:32 
Questionhow can raise an event in c# ? [modified] Pin
B.A27-Jun-07 5:41
B.A27-Jun-07 5:41 
AnswerRe: how can raise an event in c# ? Pin
Not Active27-Jun-07 5:48
mentorNot Active27-Jun-07 5:48 
QuestionException handling doubt... Pin
Software_Specialist27-Jun-07 5:17
Software_Specialist27-Jun-07 5:17 
AnswerRe: Exception handling doubt... Pin
Colin Angus Mackay27-Jun-07 5:23
Colin Angus Mackay27-Jun-07 5:23 
GeneralRe: Exception handling doubt... Pin
Software_Specialist27-Jun-07 5:29
Software_Specialist27-Jun-07 5:29 
GeneralRe: Exception handling doubt... Pin
Colin Angus Mackay27-Jun-07 5:38
Colin Angus Mackay27-Jun-07 5:38 
JokeRe: Exception handling doubt... Pin
Not Active27-Jun-07 5:54
mentorNot Active27-Jun-07 5:54 
JokeSure? Pin
CPallini27-Jun-07 6:00
mveCPallini27-Jun-07 6:00 
GeneralRe: Sure? Pin
Dave Kreskowiak27-Jun-07 6:57
mveDave Kreskowiak27-Jun-07 6:57 
GeneralRe: Sure? Pin
CPallini27-Jun-07 10:06
mveCPallini27-Jun-07 10:06 
GeneralRe: Sure? Pin
Dave Kreskowiak27-Jun-07 10:15
mveDave Kreskowiak27-Jun-07 10: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.