Click here to Skip to main content
15,916,379 members
Home / Discussions / C#
   

C#

 
AnswerRe: TabControl BackColor - can it be done and how? Let's settle it once and for all Pin
sreejith ss nair29-Aug-05 1:08
sreejith ss nair29-Aug-05 1:08 
GeneralRe: TabControl BackColor - can it be done and how? Let's settle it once and for all Pin
misterbear29-Aug-05 1:32
misterbear29-Aug-05 1:32 
QuestionDataview help! Pin
pokabot29-Aug-05 0:19
pokabot29-Aug-05 0:19 
QuestionProblem related to Tablet PC Pin
deldeep28-Aug-05 23:55
deldeep28-Aug-05 23:55 
QuestionApplication version Pin
rmedo28-Aug-05 23:47
rmedo28-Aug-05 23:47 
AnswerRe: Application version Pin
Guffa28-Aug-05 23:51
Guffa28-Aug-05 23:51 
GeneralRe: Application version Pin
rmedo28-Aug-05 23:54
rmedo28-Aug-05 23:54 
GeneralRe: Application version Pin
Daniel Turini29-Aug-05 1:45
Daniel Turini29-Aug-05 1:45 
Check your AssemblyInfo.cs file to set the version.
To retrieve the version of the main applicatione executable, use Assembly.GetEntryAssembly().GetName().Version
One of the advantages of storing the version on the executable itself is that you can always be sure that the version information will be present, it's readable and correct (e.g., one can always delete/write registry entries outside your application and corrupt it).


I see dead pixels
Yes, even I am blogging now!
AnswerRe: Application version Pin
rmedo29-Aug-05 3:15
rmedo29-Aug-05 3:15 
GeneralRe: Application version Pin
Dave Kreskowiak29-Aug-05 4:42
mveDave Kreskowiak29-Aug-05 4:42 
GeneralRe: Application version Pin
rmedo29-Aug-05 20:12
rmedo29-Aug-05 20:12 
GeneralRe: Application version Pin
Dave Kreskowiak30-Aug-05 2:24
mveDave Kreskowiak30-Aug-05 2:24 
GeneralRe: Application version Pin
rmedo30-Aug-05 20:49
rmedo30-Aug-05 20:49 
GeneralRe: Application version Pin
Dave Kreskowiak31-Aug-05 2:18
mveDave Kreskowiak31-Aug-05 2:18 
QuestionOleDbdataAdapter>> Could not determine which columns uniquely identify the rows for ... Pin
nidhelp28-Aug-05 23:18
nidhelp28-Aug-05 23:18 
AnswerRe: OleDbdataAdapter>> Could not determine which columns uniquely identify the rows for ... Pin
Guffa28-Aug-05 23:41
Guffa28-Aug-05 23:41 
GeneralRe: OleDbdataAdapter>> Could not determine which columns uniquely identify the rows for ... Pin
nidhelp28-Aug-05 23:56
nidhelp28-Aug-05 23:56 
QuestionRTP & RTCP in C# Pin
fcn][Stampede28-Aug-05 21:41
fcn][Stampede28-Aug-05 21:41 
AnswerRe: RTP & RTCP in C# Pin
Saurabh90908-Apr-09 4:05
Saurabh90908-Apr-09 4:05 
Questionneed to sort data by specific column in datagridview Pin
malak nour28-Aug-05 20:52
malak nour28-Aug-05 20:52 
QuestionProblem in Playing .Wav File Pin
Member 144183628-Aug-05 18:58
Member 144183628-Aug-05 18:58 
AnswerRe: Problem in Playing .Wav File Pin
Christian Graus28-Aug-05 19:20
protectorChristian Graus28-Aug-05 19:20 
GeneralRe: Problem in Playing .Wav File Pin
Member 144183628-Aug-05 19:24
Member 144183628-Aug-05 19:24 
GeneralRe: Problem in Playing .Wav File Pin
Dave Kreskowiak29-Aug-05 4:39
mveDave Kreskowiak29-Aug-05 4:39 
QuestionConvert.ToBase64 question Pin
matt cole28-Aug-05 16:53
matt cole28-Aug-05 16:53 

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.