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

C#

 
QuestionGet the width of a string in C# without Graphics Pin
Goebel13-Sep-06 7:48
Goebel13-Sep-06 7:48 
AnswerRe: Get the width of a string in C# without Graphics Pin
Nader Elshehabi13-Sep-06 10:28
Nader Elshehabi13-Sep-06 10:28 
GeneralRe: Get the width of a string in C# without Graphics Pin
Goebel13-Sep-06 11:07
Goebel13-Sep-06 11:07 
GeneralRe: Get the width of a string in C# without Graphics Pin
Nader Elshehabi13-Sep-06 11:26
Nader Elshehabi13-Sep-06 11:26 
GeneralRe: Get the width of a string in C# without Graphics Pin
Goebel13-Sep-06 12:16
Goebel13-Sep-06 12:16 
GeneralRe: Get the width of a string in C# without Graphics Pin
Nader Elshehabi13-Sep-06 12:41
Nader Elshehabi13-Sep-06 12:41 
GeneralRe: Get the width of a string in C# without Graphics Pin
Goebel13-Sep-06 21:59
Goebel13-Sep-06 21:59 
QuestionHelp with AppBar using C# code Pin
Muller213-Sep-06 6:56
Muller213-Sep-06 6:56 
Hi,

I have got the AppBar code running in a project sucessfully but the bar is always anchored to the top of my screen - I would like to have a button that will anchor the AppBar to the bottom of my screen on the taskbar.

I've been looking at the code and i'm not exactly sure what I have to change to make the AppBar locate to the bottom of the screen.

I was wondering if it was this section?

// Move and size the appbar so that it conforms to the
// bounding rectangle passed to the system.
MoveWindow(abd.hWnd, abd.rc.left, abd.rc.top, abd.rc.right - abd.rc.left, abd.rc.bottom - abd.rc.top, true);

Is there any chance someone could help me or point me in the correct direction on how I can do this?

Many Thanks,

Al
QuestionInstalling windows services Problem Pin
leylag13-Sep-06 6:24
leylag13-Sep-06 6:24 
QuestionR/W in Notepad Pin
CodeItWell13-Sep-06 6:24
CodeItWell13-Sep-06 6:24 
AnswerRe: R/W in Notepad Pin
Ed.Poore13-Sep-06 6:48
Ed.Poore13-Sep-06 6:48 
GeneralRe: R/W in Notepad Pin
Nadia Monalisa13-Sep-06 6:55
Nadia Monalisa13-Sep-06 6:55 
JokeRe: R/W in Notepad Pin
Not Active13-Sep-06 7:49
mentorNot Active13-Sep-06 7:49 
GeneralRe: R/W in Notepad Pin
Ed.Poore13-Sep-06 8:16
Ed.Poore13-Sep-06 8:16 
JokeRe: R/W in Notepad Pin
Guffa13-Sep-06 9:25
Guffa13-Sep-06 9:25 
AnswerRe: R/W in Notepad Pin
Nadia Monalisa13-Sep-06 6:55
Nadia Monalisa13-Sep-06 6:55 
QuestionCreate Instance of an Application Pin
EscKey200413-Sep-06 6:18
EscKey200413-Sep-06 6:18 
AnswerRe: Create Instance of an Application Pin
Ed.Poore13-Sep-06 6:49
Ed.Poore13-Sep-06 6:49 
AnswerRe: Create Instance of an Application Pin
Judah Gabriel Himango13-Sep-06 6:49
sponsorJudah Gabriel Himango13-Sep-06 6:49 
GeneralRe: Create Instance of an Application Pin
EscKey200413-Sep-06 7:34
EscKey200413-Sep-06 7:34 
GeneralRe: Create Instance of an Application Pin
Judah Gabriel Himango13-Sep-06 8:07
sponsorJudah Gabriel Himango13-Sep-06 8:07 
GeneralRe: Create Instance of an Application Pin
EscKey200413-Sep-06 8:14
EscKey200413-Sep-06 8:14 
Questionbit operations question for binary>decimal Pin
mmatteson13-Sep-06 6:14
mmatteson13-Sep-06 6:14 
AnswerRe: bit operations question for binary>decimal Pin
Guffa13-Sep-06 9:20
Guffa13-Sep-06 9:20 
GeneralRe: bit operations question for binary>decimal Pin
mmatteson29-Sep-06 10:51
mmatteson29-Sep-06 10:51 

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.