Click here to Skip to main content
16,013,548 members
Home / Discussions / C#
   

C#

 
AnswerRe: Where Does VS Store Element Properties? Pin
Henry Minute28-May-10 1:18
Henry Minute28-May-10 1:18 
QuestionHow to implement a cleanup method for managed resource? Pin
jabbawok27-May-10 15:28
jabbawok27-May-10 15:28 
AnswerRe: How to implement a cleanup method for managed resource? Pin
Luc Pattyn27-May-10 16:20
sitebuilderLuc Pattyn27-May-10 16:20 
GeneralRe: How to implement a cleanup method for managed resource? Pin
hammerstein0528-May-10 0:53
hammerstein0528-May-10 0:53 
QuestionCreate a table in C# Pin
ASPnoob27-May-10 14:41
ASPnoob27-May-10 14:41 
AnswerRe: Create a table in C# Pin
Luc Pattyn27-May-10 14:57
sitebuilderLuc Pattyn27-May-10 14:57 
QuestionAdd product key to installation project Pin
Enobong Adahada27-May-10 7:11
Enobong Adahada27-May-10 7:11 
AnswerRe: Add product key to installation project Pin
optimus_prime127-May-10 7:43
optimus_prime127-May-10 7:43 
You can simulate the trial key by reading and writing registry. Firstly, set a value in registry, when loading the application, read the registry and check if the user has the valid value which matches up the value already saved in the registry.
For some basic knowledge about registry, you can refer to this blog post.
http://devhood.com/tutorials/tutorial_details.aspx?tutorial_id=264


You'd probably be best to look at a commercial setup creator for that sort of functionality
Here's a list of commercial installers. Pretty pricey for the most part.
http://www.csharp411.com/net-installers/
AnswerRe: Add product key to installation project Pin
Henry Minute27-May-10 12:42
Henry Minute27-May-10 12:42 
GeneralRe: Add product key to installation project Pin
Luc Pattyn27-May-10 12:52
sitebuilderLuc Pattyn27-May-10 12:52 
GeneralRe: Add product key to installation project Pin
Henry Minute27-May-10 12:54
Henry Minute27-May-10 12:54 
GeneralRe: Add product key to installation project Pin
Luc Pattyn27-May-10 13:02
sitebuilderLuc Pattyn27-May-10 13:02 
GeneralRe: Add product key to installation project Pin
Roger Wright27-May-10 15:55
professionalRoger Wright27-May-10 15:55 
GeneralRe: Add product key to installation project Pin
Luc Pattyn27-May-10 16:03
sitebuilderLuc Pattyn27-May-10 16:03 
GeneralRe: Add product key to installation project Pin
Henry Minute28-May-10 1:22
Henry Minute28-May-10 1:22 
GeneralRe: Add product key to installation project Pin
Luc Pattyn28-May-10 2:07
sitebuilderLuc Pattyn28-May-10 2:07 
QuestionEvent for the release of a menu item Pin
manustone27-May-10 5:08
manustone27-May-10 5:08 
AnswerRe: Event for the release of a menu item Pin
Luc Pattyn27-May-10 5:32
sitebuilderLuc Pattyn27-May-10 5:32 
GeneralRe: Event for the release of a menu item Pin
manustone27-May-10 21:50
manustone27-May-10 21:50 
GeneralRe: Event for the release of a menu item Pin
Luc Pattyn28-May-10 2:00
sitebuilderLuc Pattyn28-May-10 2:00 
AnswerRe: Event for the release of a menu item Pin
Dr.Walt Fair, PE27-May-10 5:49
professionalDr.Walt Fair, PE27-May-10 5:49 
GeneralRe: Event for the release of a menu item Pin
manustone27-May-10 21:51
manustone27-May-10 21:51 
AnswerRe: Event for the release of a menu item Pin
William Winner27-May-10 6:16
William Winner27-May-10 6:16 
AnswerRe: Event for the release of a menu item Pin
AspDotNetDev27-May-10 13:19
protectorAspDotNetDev27-May-10 13:19 
QuestionDatabinding Pin
Mahdi_kishislan27-May-10 3:56
Mahdi_kishislan27-May-10 3:56 

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.