Click here to Skip to main content
15,911,360 members
Home / Discussions / C#
   

C#

 
GeneralVideo Analysis Pin
Boxman21-Feb-08 18:59
Boxman21-Feb-08 18:59 
GeneralRe: Video Analysis Pin
Christian Graus21-Feb-08 19:21
protectorChristian Graus21-Feb-08 19:21 
GeneralRecommend Good books and the C# 3.0, 3.5 Difference Pin
Guhanath21-Feb-08 18:43
Guhanath21-Feb-08 18:43 
GeneralRe: Recommend Good books and the C# 3.0, 3.5 Difference Pin
Colin Angus Mackay21-Feb-08 23:35
Colin Angus Mackay21-Feb-08 23:35 
GeneralRe: Recommend Good books and the C# 3.0, 3.5 Difference Pin
Guhanath22-Feb-08 0:20
Guhanath22-Feb-08 0:20 
GeneralRe: Recommend Good books and the C# 3.0, 3.5 Difference Pin
Colin Angus Mackay22-Feb-08 11:56
Colin Angus Mackay22-Feb-08 11:56 
QuestionHow to align text in Label Pin
D i x y21-Feb-08 18:37
D i x y21-Feb-08 18:37 
AnswerRe: How to align text in Label Pin
Christian Graus21-Feb-08 19:16
protectorChristian Graus21-Feb-08 19:16 
1 - when you tell us you got an error, tell us what it was
2 - when you get an error, read it and see if you can work out what it says
3 - when you want to do something, read the MSDN instead of making stuff up.

this.lblBright.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;

that's a line of code from my app. As you can see, and as the error is telling you, and as intellisense would also be making clear, the alignment is not set using the enum that you're trying to assign to it.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: How to align text in Label Pin
D i x y21-Feb-08 20:11
D i x y21-Feb-08 20:11 
AnswerRe: How to align text in Label Pin
darkelv21-Feb-08 20:08
darkelv21-Feb-08 20:08 
AnswerRe: How to align text in Label Pin
Ravenet22-Feb-08 3:36
Ravenet22-Feb-08 3:36 
GeneralStart a service at a predefined time. Pin
CodingLover21-Feb-08 17:34
CodingLover21-Feb-08 17:34 
GeneralRe: Start a service at a predefined time. Pin
Christian Graus21-Feb-08 18:28
protectorChristian Graus21-Feb-08 18:28 
QuestionRe: Start a service at a predefined time. Pin
CodingLover21-Feb-08 18:56
CodingLover21-Feb-08 18:56 
GeneralRe: Start a service at a predefined time. Pin
Christian Graus21-Feb-08 19:53
protectorChristian Graus21-Feb-08 19:53 
GeneralRe: Start a service at a predefined time. Pin
CodingLover21-Feb-08 21:37
CodingLover21-Feb-08 21:37 
Questionhow to write auto running program with c# Pin
yellowstone21-Feb-08 17:11
yellowstone21-Feb-08 17:11 
Questionhow to write auto running program with c# Pin
yellowstone21-Feb-08 17:09
yellowstone21-Feb-08 17:09 
GeneralRe: how to write auto running program with c# Pin
Christian Graus21-Feb-08 18:27
protectorChristian Graus21-Feb-08 18:27 
GeneralDisabling of Close Form option Pin
Neo Andreson21-Feb-08 16:19
Neo Andreson21-Feb-08 16:19 
GeneralRe: Disabling of Close Form option Pin
PIEBALDconsult21-Feb-08 16:24
mvePIEBALDconsult21-Feb-08 16:24 
GeneralRe: Disabling of Close Form option Pin
Christian Graus21-Feb-08 16:30
protectorChristian Graus21-Feb-08 16:30 
GeneralRe: Disabling of Close Form option Pin
Neo Andreson21-Feb-08 16:33
Neo Andreson21-Feb-08 16:33 
GeneralRe: Disabling of Close Form option Pin
Christian Graus21-Feb-08 16:54
protectorChristian Graus21-Feb-08 16:54 
GeneralRe: Disabling of Close Form option [modified] Pin
DaveyM6921-Feb-08 23:24
professionalDaveyM6921-Feb-08 23:24 

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.