Click here to Skip to main content
15,897,273 members
Home / Discussions / C#
   

C#

 
Questionssis package in C# Pin
Member 40084928-Jun-08 5:36
Member 40084928-Jun-08 5:36 
QuestionWhat is this advantage? Pin
ASysSolvers8-Jun-08 3:19
ASysSolvers8-Jun-08 3:19 
AnswerRe: What is this advantage? Pin
S. Senthil Kumar8-Jun-08 3:27
S. Senthil Kumar8-Jun-08 3:27 
QuestionPredicates and foreach Problem [modified] Pin
Jammer8-Jun-08 0:41
Jammer8-Jun-08 0:41 
AnswerRe: Predicates and foreach Problem Pin
leppie8-Jun-08 1:20
leppie8-Jun-08 1:20 
GeneralRe: Predicates and foreach Problem Pin
Jammer8-Jun-08 1:22
Jammer8-Jun-08 1:22 
GeneralRe: Predicates and foreach Problem Pin
Jammer8-Jun-08 1:32
Jammer8-Jun-08 1:32 
GeneralRe: Predicates and foreach Problem [modified] Pin
Jammer8-Jun-08 2:31
Jammer8-Jun-08 2:31 
GeneralRe: Predicates and foreach Problem Pin
leppie8-Jun-08 2:48
leppie8-Jun-08 2:48 
QuestionApplications on Servers Pin
jonhbt7-Jun-08 22:50
jonhbt7-Jun-08 22:50 
AnswerRe: Applications on Servers Pin
Gareth H7-Jun-08 23:45
Gareth H7-Jun-08 23:45 
QuestionRe: Applications on Servers Pin
jonhbt7-Jun-08 23:59
jonhbt7-Jun-08 23:59 
AnswerRe: Applications on Servers Pin
Zoltan Balazs8-Jun-08 0:27
Zoltan Balazs8-Jun-08 0:27 
QuestionWhen do we have to use delegate in C#? Pin
Mohammad Dayyan7-Jun-08 22:46
Mohammad Dayyan7-Jun-08 22:46 
AnswerRe: When do we have to use delegate in C#? Pin
MarkB7777-Jun-08 23:44
MarkB7777-Jun-08 23:44 
GeneralRe: When do we have to use delegate in C#? Pin
Mohammad Dayyan8-Jun-08 0:52
Mohammad Dayyan8-Jun-08 0:52 
AnswerRe: When do we have to use delegate in C#? Pin
Zoltan Balazs8-Jun-08 0:31
Zoltan Balazs8-Jun-08 0:31 
GeneralRe: When do we have to use delegate in C#? Pin
Abdul Gafoor8-Jun-08 21:06
Abdul Gafoor8-Jun-08 21:06 
GeneralRe: When do we have to use delegate in C#? Pin
RobScripta8-Jun-08 21:24
professionalRobScripta8-Jun-08 21:24 
GeneralRe: When do we have to use delegate in C#? Pin
Abdul Gafoor8-Jun-08 23:12
Abdul Gafoor8-Jun-08 23:12 
Questiondeploying Release folder Pin
ASysSolvers7-Jun-08 22:06
ASysSolvers7-Jun-08 22:06 
AnswerRe: deploying Release folder Pin
Zoltan Balazs8-Jun-08 0:32
Zoltan Balazs8-Jun-08 0:32 
GeneralRe: deploying Release folder Pin
ASysSolvers8-Jun-08 0:38
ASysSolvers8-Jun-08 0:38 
GeneralRe: deploying Release folder Pin
Zoltan Balazs8-Jun-08 0:42
Zoltan Balazs8-Jun-08 0:42 
If you have a simple application that doesn't need work done before first run it's OK. You can just xcopy the directory.
If you have a more complex application you may be needing a setup program created. The setup application lets users choose components, location, language, etc for the application (i.e. the work that has to be done before the first run).



QuestionGet path to location user started setup.exe from [modified] Pin
Dave Buhl7-Jun-08 21:08
Dave Buhl7-Jun-08 21:08 

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.