Click here to Skip to main content
15,919,479 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Anyone using FCKeditor? Pin
johnboker7-Dec-07 17:07
johnboker7-Dec-07 17:07 
QuestionCrash on running clr console application with MFC support Pin
carabutnicolae123429-Nov-07 5:37
carabutnicolae123429-Nov-07 5:37 
AnswerRe: Crash on running clr console application with MFC support Pin
Dave Kreskowiak29-Nov-07 8:27
mveDave Kreskowiak29-Nov-07 8:27 
QuestionProgrammatic .NET Language Translation Pin
Fahad Sadah29-Nov-07 5:08
Fahad Sadah29-Nov-07 5:08 
GeneralRe: Programmatic .NET Language Translation Pin
Helge Kalnes6-Dec-07 11:49
Helge Kalnes6-Dec-07 11:49 
GeneralRe: Programmatic .NET Language Translation Pin
Fahad Sadah9-Dec-07 1:07
Fahad Sadah9-Dec-07 1:07 
Questionhow can i make setup of my project with trial version Pin
Ravi_2128-Nov-07 21:25
Ravi_2128-Nov-07 21:25 
AnswerRe: how can i make setup of my project with trial version Pin
Fahad Sadah29-Nov-07 5:23
Fahad Sadah29-Nov-07 5:23 
Take a copy of the existing code, and remove/limit some of the features. </obvious>

Have the installer automatically install the parts that are the same, then ask for a serial number. If none is provided, install the trial version of the rest, otherwise install the full version.
To stop this from being bypassed, have the full version check a license file.

(do not make the trial do this, as a faked file may unlock some things).

A good license file would be a mac address, full name, organisation and time and date of install, all md5'ed with a key that only you (and your program) knows.
GeneralRe: how can i make setup of my project with trial version Pin
ReactiveX3-Dec-07 18:26
ReactiveX3-Dec-07 18:26 
GeneralRe: how can i make setup of my project with trial version Pin
Mark Churchill4-Dec-07 4:05
Mark Churchill4-Dec-07 4:05 
QuestionRegex - specify a max. length? Pin
boy.pockets28-Nov-07 19:57
boy.pockets28-Nov-07 19:57 
AnswerRe: Regex - specify a max. length? Pin
gericooper28-Nov-07 20:26
gericooper28-Nov-07 20:26 
GeneralRe: Regex - specify a max. length? [modified] Pin
gericooper28-Nov-07 20:36
gericooper28-Nov-07 20:36 
GeneralRe: Regex - specify a max. length? Pin
boy.pockets28-Nov-07 21:33
boy.pockets28-Nov-07 21:33 
AnswerRe: Regex - specify a max. length? Pin
mabo4229-Nov-07 1:14
mabo4229-Nov-07 1:14 
GeneralRe: Regex - specify a max. length? Pin
Fahad Sadah29-Nov-07 5:13
Fahad Sadah29-Nov-07 5:13 
GeneralRe: Regex - specify a max. length? Pin
mabo4229-Nov-07 6:58
mabo4229-Nov-07 6:58 
GeneralRe: Regex - specify a max. length? Pin
boy.pockets29-Nov-07 12:21
boy.pockets29-Nov-07 12:21 
Question.Net frame work in windows 98 Pin
Ravi_2128-Nov-07 18:12
Ravi_2128-Nov-07 18:12 
AnswerRe: .Net frame work in windows 98 Pin
gericooper28-Nov-07 20:43
gericooper28-Nov-07 20:43 
AnswerRe: .Net frame work in windows 98 Pin
Luc Pattyn28-Nov-07 22:51
sitebuilderLuc Pattyn28-Nov-07 22:51 
QuestionForm transparency Pin
PIEBALDconsult28-Nov-07 14:22
mvePIEBALDconsult28-Nov-07 14:22 
AnswerRe: Form transparency Pin
Paul Conrad1-Dec-07 15:29
professionalPaul Conrad1-Dec-07 15:29 
QuestionVisual Studio Created Data Source and WPF Pin
Dexterus28-Nov-07 4:47
Dexterus28-Nov-07 4:47 
AnswerRe: Visual Studio Created Data Source and WPF Pin
Dave Kreskowiak28-Nov-07 5:10
mveDave Kreskowiak28-Nov-07 5:10 

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.