Click here to Skip to main content
15,919,178 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Cancel Text_Changed event ? Pin
Reelix22-May-08 3:01
Reelix22-May-08 3:01 
AnswerRe: How to Cancel Text_Changed event ? Pin
Spacix One22-May-08 11:50
Spacix One22-May-08 11:50 
QuestionReg: EmailID Validation Pin
Member 400849221-May-08 22:09
Member 400849221-May-08 22:09 
AnswerRe: Reg: EmailID Validation Pin
Nick K21-May-08 22:38
Nick K21-May-08 22:38 
AnswerRe: Reg: EmailID Validation Pin
Vasudevan Deepak Kumar21-May-08 23:07
Vasudevan Deepak Kumar21-May-08 23:07 
Questioninstall image with setup file Pin
Knowledgestudent21-May-08 22:07
Knowledgestudent21-May-08 22:07 
AnswerRe: install image with setup file Pin
Jimmanuel22-May-08 1:28
Jimmanuel22-May-08 1:28 
AnswerRe: install image with setup file Pin
The Nightcoder22-May-08 11:46
The Nightcoder22-May-08 11:46 
I don't know which version of Visual Studio you're in, but at least in 2005 you just add the file to your setup project and specify where to put it using the file system editor of the project (an icon in the top of the project explorer when you select the setup project). No need to write code for it.

Actually, you can add the file as a dependency to one of your application projects and have it automagically copied to the output folder (bin\Release or bin\Debug) on build. It will then (by default) be included in the setup automatically, and copied to the application installation folder.

Or am I missing something?

--
Peter

QuestionHow to parse a string to display in List View? Pin
daden20321-May-08 21:52
daden20321-May-08 21:52 
QuestionGeneral design guidelines/principles Pin
Nick K21-May-08 21:10
Nick K21-May-08 21:10 
AnswerRe: General design guidelines/principles Pin
Guffa22-May-08 0:23
Guffa22-May-08 0:23 
AnswerRe: General design guidelines/principles Pin
Robert.C.Cartaino22-May-08 3:46
Robert.C.Cartaino22-May-08 3:46 
GeneralRe: General design guidelines/principles Pin
Nick K22-May-08 23:50
Nick K22-May-08 23:50 
AnswerRe: General design guidelines/principles Pin
Mike Dimmick22-May-08 4:07
Mike Dimmick22-May-08 4:07 
QuestionHow to Create Custom Skin and apply Pin
Sababathi Balakrishnan21-May-08 20:53
Sababathi Balakrishnan21-May-08 20:53 
AnswerRe: How to Create Custom Skin and apply Pin
Laddie21-May-08 20:57
Laddie21-May-08 20:57 
QuestionModulus function Pin
usyra4221-May-08 20:43
usyra4221-May-08 20:43 
AnswerRe: Modulus function Pin
laserbaronen21-May-08 20:48
laserbaronen21-May-08 20:48 
AnswerRe: Modulus function Pin
Shree22-May-08 0:18
Shree22-May-08 0:18 
AnswerRe: Modulus function Pin
The Nightcoder22-May-08 9:49
The Nightcoder22-May-08 9:49 
Questionhow to write a property at designer by propety window at design time of nested control Pin
Guru Call21-May-08 20:12
Guru Call21-May-08 20:12 
AnswerRe: how to write a property at designer by propety window at design time of nested control Pin
gnjunge21-May-08 21:37
gnjunge21-May-08 21:37 
QuestionPassing value from popup to parent page Pin
Abu-Muawiyah21-May-08 19:59
Abu-Muawiyah21-May-08 19:59 
AnswerRe: Passing value from popup to parent page Pin
Vikram A Punathambekar21-May-08 20:28
Vikram A Punathambekar21-May-08 20:28 
Questionhow to set an image for tabpage's button Pin
Sababathi Balakrishnan21-May-08 19:44
Sababathi Balakrishnan21-May-08 19:44 

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.