Click here to Skip to main content
15,891,597 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reduce the width of datagrid colum ?? Pin
rah_sin23-Aug-06 2:44
professionalrah_sin23-Aug-06 2:44 
QuestionI have a class Pin
diddy3423-Aug-06 1:55
diddy3423-Aug-06 1:55 
AnswerRe: I have a class Pin
Christian Graus23-Aug-06 2:07
protectorChristian Graus23-Aug-06 2:07 
AnswerRe: I have a class Pin
rah_sin23-Aug-06 2:10
professionalrah_sin23-Aug-06 2:10 
QuestionTAB issue in MDI form Pin
Kais4U23-Aug-06 1:51
Kais4U23-Aug-06 1:51 
AnswerRe: TAB issue in MDI form Pin
Nader Elshehabi23-Aug-06 2:59
Nader Elshehabi23-Aug-06 2:59 
Questionend of line Pin
Yustme23-Aug-06 1:48
Yustme23-Aug-06 1:48 
AnswerRe: end of line Pin
S. Senthil Kumar23-Aug-06 1:55
S. Senthil Kumar23-Aug-06 1:55 
GeneralRe: end of line Pin
Yustme23-Aug-06 11:00
Yustme23-Aug-06 11:00 
QuestionCheckBox Control Pin
ChennaiBabu23-Aug-06 1:13
ChennaiBabu23-Aug-06 1:13 
AnswerRe: CheckBox Control [modified] Pin
Nader Elshehabi23-Aug-06 1:29
Nader Elshehabi23-Aug-06 1:29 
GeneralRe: CheckBox Control [modified] Pin
wheelerbarry23-Aug-06 1:55
wheelerbarry23-Aug-06 1:55 
GeneralRe: CheckBox Control Pin
Nader Elshehabi23-Aug-06 2:52
Nader Elshehabi23-Aug-06 2:52 
AnswerRe: CheckBox Control Pin
Christian Graus23-Aug-06 2:18
protectorChristian Graus23-Aug-06 2:18 
Questionmodify main title from a started process Pin
gitschi23-Aug-06 0:47
gitschi23-Aug-06 0:47 
AnswerRe: modify main title from a started process Pin
22491723-Aug-06 1:15
22491723-Aug-06 1:15 
AnswerRe: modify main title from a started process Pin
gitschi30-Aug-06 0:51
gitschi30-Aug-06 0:51 
Questiona problem on dynamic datagrid Pin
Siva Myneni23-Aug-06 0:41
Siva Myneni23-Aug-06 0:41 
AnswerRe: a problem on dynamic datagrid Pin
Not Active23-Aug-06 2:58
mentorNot Active23-Aug-06 2:58 
QuestionVS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 0:19
Jan R Hansen23-Aug-06 0:19 
AnswerRe: VS2005 deployment / installer project: copy version data around Pin
Not Active23-Aug-06 1:02
mentorNot Active23-Aug-06 1:02 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen23-Aug-06 21:28
Jan R Hansen23-Aug-06 21:28 
aha... thanks for the answer, Mark.

I have to select the install project and then the properties tab in order to get the list of project properties (right clicking and selecting properties brings up a dialog with nothing relevant). In the list of project properties I can specify a post-build event, which brings up a dialog with these three macros:

$(BuiltOuputPath)
$(Configuration)
$(ProjectDir)

which are, in turn,

c:\...\folder\debug\applicationname.msi
Debug
c:\...\folder\

So I could write something like

rename $(BuiltOuputPath) $(ProjectDir)$(Configuration)\appliactionname <version>.msi

which would expand to

rename c:\...\folder\debug\applicationname.msi c:\...\folder\debug\applicationname <version>.msi

but how do I retrieve the version number here ? If I have to change the post build macro each time I change version I might as well just change the filename manually Smile | :)

/Jan

Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert

GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Not Active24-Aug-06 2:17
mentorNot Active24-Aug-06 2:17 
GeneralRe: VS2005 deployment / installer project: copy version data around Pin
Jan R Hansen24-Aug-06 3:10
Jan R Hansen24-Aug-06 3:10 
Questionsecurity Pin
Legolas.Bilbao23-Aug-06 0:04
Legolas.Bilbao23-Aug-06 0:04 

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.