Click here to Skip to main content
15,893,487 members
Home / Discussions / C#
   

C#

 
RantRe: drag & drop problem of list view Pin
musefan30-Mar-09 23:14
musefan30-Mar-09 23:14 
Questionhow to use C# draw two curve(noCloseCurve) Pin
wgh1689930-Mar-09 22:34
wgh1689930-Mar-09 22:34 
AnswerRe: how to use C# draw two curve(noCloseCurve) Pin
musefan30-Mar-09 23:11
musefan30-Mar-09 23:11 
QuestionHelp in Export Data Pin
Saiyed Alam30-Mar-09 22:20
Saiyed Alam30-Mar-09 22:20 
AnswerRe: Help in Export Data Pin
agent00zelda31-Mar-09 2:42
agent00zelda31-Mar-09 2:42 
GeneralRe: Help in Export Data Pin
Saiyed Alam31-Mar-09 23:25
Saiyed Alam31-Mar-09 23:25 
Questionprevent reinstallation - setup project visual studio Pin
bhavik1st30-Mar-09 21:17
bhavik1st30-Mar-09 21:17 
AnswerRe: prevent reinstallation - setup project visual studio Pin
Eddy Vluggen30-Mar-09 22:47
professionalEddy Vluggen30-Mar-09 22:47 
That's not supported by most installers, so you're probably going to have to build this yourself. That may be hard or easy, depending on the software that you're using to create the installation routine.

First you'd have to check for any sign whether your software has been installed previously. You can leave a marker in the registry, but there is no guarantee that the user doesn't wipe your marker and reinstalls anyway.

On install, you'd have to check whether the marker is present on the system. If it is, abort the installation and give a nice message detailing what happened, and why you're refusing the reinstall.

Out of curiousity, why don't you want them to reinstall your product?

I are troll Smile | :)

Questiona setup problem Pin
abhiram_nayan30-Mar-09 21:12
abhiram_nayan30-Mar-09 21:12 
AnswerRe: a setup problem Pin
bhavik1st30-Mar-09 21:22
bhavik1st30-Mar-09 21:22 
GeneralRe: a setup problem Pin
abhiram_nayan31-Mar-09 2:30
abhiram_nayan31-Mar-09 2:30 
Questioncolor of individual cell of DataGrid control Pin
saksp30-Mar-09 20:33
saksp30-Mar-09 20:33 
AnswerRe: color of individual cell of DataGrid control Pin
stancrm30-Mar-09 20:38
stancrm30-Mar-09 20:38 
GeneralRe: color of individual cell of DataGrid control Pin
saksp30-Mar-09 20:47
saksp30-Mar-09 20:47 
GeneralRe: color of individual cell of DataGrid control Pin
Mycroft Holmes30-Mar-09 21:14
professionalMycroft Holmes30-Mar-09 21:14 
AnswerRe: color of individual cell of DataGrid control Pin
Ravi Mori30-Mar-09 21:13
Ravi Mori30-Mar-09 21:13 
Questiondrag & drop problem Pin
yogesh_softworld12330-Mar-09 19:06
yogesh_softworld12330-Mar-09 19:06 
AnswerRe: drag & drop problem Pin
Christian Graus30-Mar-09 20:07
protectorChristian Graus30-Mar-09 20:07 
AnswerRe: drag & drop problem Pin
King Julien30-Mar-09 20:18
King Julien30-Mar-09 20:18 
GeneralRe: drag & drop problem Pin
Mycroft Holmes30-Mar-09 21:13
professionalMycroft Holmes30-Mar-09 21:13 
GeneralRe: drag & drop problem Pin
King Julien30-Mar-09 21:25
King Julien30-Mar-09 21:25 
QuestionCrystal Reports And C# Pin
jimish130-Mar-09 18:39
jimish130-Mar-09 18:39 
AnswerRe: Crystal Reports And C# Pin
Mycroft Holmes30-Mar-09 21:08
professionalMycroft Holmes30-Mar-09 21:08 
GeneralRe: Crystal Reports And C# Pin
jimish131-Mar-09 1:52
jimish131-Mar-09 1:52 
GeneralRe: Crystal Reports And C# Pin
Mycroft Holmes31-Mar-09 2:12
professionalMycroft Holmes31-Mar-09 2:12 

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.