Click here to Skip to main content
15,923,789 members
Home / Discussions / C#
   

C#

 
QuestionHow can I get environment variables from computer that is in network. Pin
xiamingjun23-May-07 1:49
xiamingjun23-May-07 1:49 
AnswerRe: How can I get environment variables from computer that is in network. Pin
Colin Angus Mackay23-May-07 3:12
Colin Angus Mackay23-May-07 3:12 
GeneralRe: How can I get environment variables from computer that is in network. Pin
xiamingjun23-May-07 15:36
xiamingjun23-May-07 15:36 
Questionscreen scrape Pin
nikkitech23-May-07 0:58
nikkitech23-May-07 0:58 
QuestionCentering Text on Custom Button Pin
PHDENG8123-May-07 0:57
PHDENG8123-May-07 0:57 
AnswerRe: Centering Text on Custom Button Pin
Bekjong23-May-07 1:36
Bekjong23-May-07 1:36 
GeneralRe: Centering Text on Custom Button Pin
PHDENG8123-May-07 2:18
PHDENG8123-May-07 2:18 
AnswerRe: Centering Text on Custom Button Pin
andre_swnpl23-May-07 1:40
andre_swnpl23-May-07 1:40 
Your code does not make much sense.


PHDENG81 wrote:
SizeF wSize = graphics.MeasureString(this.Text, this.Font);float wCenterX = (Width - wSize.Width) / 2;


you measure and calculate the centre of the string, but how is this related to the area that should contain the string. remember DrawString needs the upper left corner of where the string should be drawn.

Hope this helps
GeneralRe: Centering Text on Custom Button Pin
PHDENG8123-May-07 2:40
PHDENG8123-May-07 2:40 
GeneralRe: Centering Text on Custom Button Pin
Expert Coming23-May-07 9:32
Expert Coming23-May-07 9:32 
GeneralRe: Centering Text on Custom Button Pin
PHDENG8124-May-07 5:14
PHDENG8124-May-07 5:14 
QuestionSmooth motions Pin
Muammar©23-May-07 0:30
Muammar©23-May-07 0:30 
AnswerRe: Smooth motions Pin
Adam Crawford23-May-07 3:32
Adam Crawford23-May-07 3:32 
QuestionHow to include an escape char in System.Uri object Pin
hanabi41823-May-07 0:11
hanabi41823-May-07 0:11 
AnswerRe: How to include an escape char in System.Uri object Pin
blackjack215023-May-07 1:20
blackjack215023-May-07 1:20 
GeneralRe: How to include an escape char in System.Uri object Pin
Guffa23-May-07 1:38
Guffa23-May-07 1:38 
AnswerRe: How to include an escape char in System.Uri object Pin
Guffa23-May-07 1:46
Guffa23-May-07 1:46 
AnswerRe: How to include an escape char in System.Uri object Pin
Dave Herren23-May-07 3:21
Dave Herren23-May-07 3:21 
GeneralRe: How to include an escape char in System.Uri object Pin
hanabi41828-May-07 16:36
hanabi41828-May-07 16:36 
QuestionInstallation woes Pin
Colin Angus Mackay22-May-07 23:50
Colin Angus Mackay22-May-07 23:50 
AnswerRe: Installation woes Pin
andre_swnpl23-May-07 1:23
andre_swnpl23-May-07 1:23 
GeneralRe: Installation woes Pin
Colin Angus Mackay23-May-07 3:07
Colin Angus Mackay23-May-07 3:07 
QuestionHow to take a screen shot? Pin
Hussam Fattahi22-May-07 23:45
Hussam Fattahi22-May-07 23:45 
AnswerRe: How to take a screen shot? Pin
Martin#23-May-07 0:25
Martin#23-May-07 0:25 
GeneralRe: How to take a screen shot? Pin
Hussam Fattahi23-May-07 1:04
Hussam Fattahi23-May-07 1: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.