Click here to Skip to main content
15,884,177 members
Home / Discussions / C#
   

C#

 
QuestionAdventures in Excel Pin
rahvyn619-May-07 6:27
rahvyn619-May-07 6:27 
AnswerRe: Adventures in Excel Pin
rahvyn619-May-07 9:20
rahvyn619-May-07 9:20 
Questionhow to provide UPDATE PREFERENCES (daily./monthly./yearly) to our c# windows appliction Pin
pashitech19-May-07 2:28
pashitech19-May-07 2:28 
AnswerRe: how to provide UPDATE PREFERENCES (daily./monthly./yearly) to our c# windows appliction Pin
Scott Dorman19-May-07 4:57
professionalScott Dorman19-May-07 4:57 
QuestionHelp in replacing table of web in Windows application Pin
EEmaan19-May-07 2:10
EEmaan19-May-07 2:10 
AnswerRe: Help in replacing table of web in Windows application Pin
Vikram A Punathambekar19-May-07 8:11
Vikram A Punathambekar19-May-07 8:11 
Questionis it is possible to track the installation date ? Pin
pashitech19-May-07 0:19
pashitech19-May-07 0:19 
AnswerRe: is it is possible to track the installation date ? Pin
Scott Dorman19-May-07 5:01
professionalScott Dorman19-May-07 5:01 
One possible approach is to write a custom action in the installer that encrypts a string version of the date/time and writes it to the registry. Since it is running in the installer, you will capture the date (and approximate time) when the client installed the software. Making it encrypted (and possibly using a non-human-readable registry key name, like a guid) and storing it is a binary registry value will help prevent someone from tampering with the value.

You can then read the value from the registry, decrypt it, and do any date comparisons you need.

-----------------------------
In just two days, tomorrow will be yesterday.

Questionchat Pin
Rhydo19-May-07 0:09
Rhydo19-May-07 0:09 
AnswerRe: chat Pin
Christian Graus19-May-07 0:30
protectorChristian Graus19-May-07 0:30 
QuestionCombining Between a DataGridView and a TreeView Pin
OlaMohammed19-May-07 0:06
OlaMohammed19-May-07 0:06 
Questionclsdataclass Pin
Rhydo19-May-07 0:05
Rhydo19-May-07 0:05 
AnswerRe: clsdataclass Pin
Christian Graus19-May-07 0:33
protectorChristian Graus19-May-07 0:33 
QuestionHow can I access to a resource that is created in another thread? Pin
ali_reza_zareian18-May-07 23:46
ali_reza_zareian18-May-07 23:46 
AnswerRe: How can I access to a resource that is created in another thread? Pin
Dave Kreskowiak19-May-07 18:19
mveDave Kreskowiak19-May-07 18:19 
QuestionHow to kill exe ? Windows.NET Pin
NanaAM18-May-07 22:27
NanaAM18-May-07 22:27 
AnswerRe: How to kill exe ? Windows.NET Pin
Giorgi Dalakishvili18-May-07 23:09
mentorGiorgi Dalakishvili18-May-07 23:09 
GeneralRe: How to kill exe ? Windows.NET Pin
NanaAM19-May-07 2:01
NanaAM19-May-07 2:01 
GeneralRe: How to kill exe ? Windows.NET Pin
teejayem19-May-07 3:35
teejayem19-May-07 3:35 
GeneralRe: How to kill exe ? Windows.NET Pin
Dave Kreskowiak19-May-07 4:38
mveDave Kreskowiak19-May-07 4:38 
GeneralRe: How to kill exe ? Windows.NET Pin
PIEBALDconsult19-May-07 11:22
mvePIEBALDconsult19-May-07 11:22 
GeneralRe: How to kill exe ? Windows.NET Pin
Dave Kreskowiak19-May-07 18:17
mveDave Kreskowiak19-May-07 18:17 
GeneralRe: How to kill exe ? Windows.NET Pin
NanaAM20-May-07 20:38
NanaAM20-May-07 20:38 
GeneralRe: How to kill exe ? Windows.NET Pin
Dave Kreskowiak21-May-07 13:02
mveDave Kreskowiak21-May-07 13:02 
GeneralRe: How to kill exe ? Windows.NET Pin
NanaAM21-May-07 18:21
NanaAM21-May-07 18:21 

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.