Click here to Skip to main content
15,903,844 members
Home / Discussions / C#
   

C#

 
GeneralRe: Colored text in a RichTextBox? Pin
leppie21-Nov-02 6:25
leppie21-Nov-02 6:25 
GeneralLocal user log on Pin
mkomasi21-Nov-02 0:09
mkomasi21-Nov-02 0:09 
GeneralRe: Local user log on Pin
Mazdak21-Nov-02 0:59
Mazdak21-Nov-02 0:59 
GeneralRe: Local user log on Pin
Mazdak22-Nov-02 0:01
Mazdak22-Nov-02 0:01 
GeneralChanging MDI child opacity Pin
SimonS20-Nov-02 23:08
SimonS20-Nov-02 23:08 
GeneralSetup.Exe in Bootstrapper Sample not working..... Pin
Saroj20-Nov-02 21:54
Saroj20-Nov-02 21:54 
GeneralListView Fundamentals :: C# Pin
valikac20-Nov-02 16:38
valikac20-Nov-02 16:38 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:36
sitebuilderDavid Stone20-Nov-02 17:36 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:40
valikac20-Nov-02 17:40 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 17:45
sitebuilderDavid Stone20-Nov-02 17:45 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 17:50
valikac20-Nov-02 17:50 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:10
sitebuilderDavid Stone20-Nov-02 18:10 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:14
valikac20-Nov-02 18:14 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 18:21
sitebuilderDavid Stone20-Nov-02 18:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 18:29
valikac20-Nov-02 18:29 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:21
sitebuilderDavid Stone20-Nov-02 19:21 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 19:51
valikac20-Nov-02 19:51 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 19:55
sitebuilderDavid Stone20-Nov-02 19:55 
GeneralRe: ListView Fundamentals :: C# Pin
valikac20-Nov-02 20:06
valikac20-Nov-02 20:06 
GeneralRe: ListView Fundamentals :: C# Pin
David Stone20-Nov-02 20:14
sitebuilderDavid Stone20-Nov-02 20:14 
GeneralRe: ListView Fundamentals :: C# Pin
BarryJ22-Nov-02 10:54
BarryJ22-Nov-02 10:54 
GeneralRe: ListView Fundamentals :: C# Pin
valikac22-Nov-02 11:30
valikac22-Nov-02 11:30 
QuestionIs it now taboo to use the registry? Pin
roybrew20-Nov-02 15:38
roybrew20-Nov-02 15:38 
I am converting an old VC++ app to C#. I had two builds for this program: 1) an Eval version; and 2) a registered version. The way I had this setup it required 2 separate programs to be built. The eval version expired after 30 days had passed by storing an encoded timestamp in the registry of when it was installed so it could tell when the expiration date had elapsed and disable the software. So now in the .NET world, where folks seem to be shying away from using the registry (not necessarily a bad thing!), where is the best place to do something like this? In the metadata, or in assembly attributes, etc. ?? I'd rather not use the registry if there is a more appropriate, politically correct place to put this. Basically I don't want the user to be able to go in and fiddle with it. Thanks in advance.

Regards,

Roy

_____________
Roy H. Berger
roybrew@att.net


AnswerRe: Is it now taboo to use the registry? Pin
Christian Graus20-Nov-02 15:55
protectorChristian Graus20-Nov-02 15:55 
GeneralRe: Is it now taboo to use the registry? Pin
roybrew20-Nov-02 16:01
roybrew20-Nov-02 16:01 

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.