Click here to Skip to main content
16,007,126 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Text Ticker Pin
KBou16-May-08 2:13
KBou16-May-08 2:13 
GeneralRe: Text Ticker Pin
User 27100916-May-08 2:14
User 27100916-May-08 2:14 
GeneralRe: Text Ticker Pin
KBou16-May-08 2:23
KBou16-May-08 2:23 
GeneralRe: Text Ticker Pin
User 27100925-May-08 4:10
User 27100925-May-08 4:10 
QuestionHow can I create web part of my Silverlight 1.0 Application Pin
Paras Kaneriya25-Apr-08 2:45
Paras Kaneriya25-Apr-08 2:45 
AnswerRe: How can I create web part of my Silverlight 1.0 Application Pin
Michael Sync29-Apr-08 22:33
Michael Sync29-Apr-08 22:33 
QuestionStyle Common Dialog Boxes Pin
RNEELY24-Apr-08 9:02
RNEELY24-Apr-08 9:02 
GeneralRe: Style Common Dialog Boxes Pin
User 27100924-Apr-08 9:27
User 27100924-Apr-08 9:27 
Ron,

Dialog boxes are generally styled according to the operating system, as opposed to the UI that opened them since the users desktop theme will be used to style the dialog box. Example, Windows XP and Vista File Open dialogs look and work slightly different and are styled according to the users desktop theme.

If you check out the WPF SDK, there is a Vista Bridge library that gets you going with using dialog boxes that are operating system specific. I have been hoping that Microsoft would bake operating system dialogs into .NET so that no matter which O/S was running the correct dialog for that O/S would display without a lot of extra work on the developers part.

You "could" always write your own... No fun working with the Win32 API if you don't really have to.

Sorry I could be of more help.

Cheers, Karl

» CodeProject 2008 MVP
» Microsoft MVP - Client App Dev

My Blog | Mole's Home Page | MVP Profile

Just a grain of sand on the worlds beaches.



modified 27-Feb-21 21:01pm.

GeneralRe: Style Common Dialog Boxes Pin
RNEELY24-Apr-08 10:59
RNEELY24-Apr-08 10:59 
GeneralRe: Style Common Dialog Boxes Pin
User 27100924-Apr-08 11:43
User 27100924-Apr-08 11:43 
GeneralTreeView ShowLines Pin
Yoyosch24-Apr-08 4:34
Yoyosch24-Apr-08 4:34 
GeneralRe: TreeView ShowLines Pin
RNEELY24-Apr-08 5:00
RNEELY24-Apr-08 5:00 
GeneralScheduler Pin
aruna_koride23-Apr-08 23:22
aruna_koride23-Apr-08 23:22 
GeneralRe: Scheduler Pin
User 27100924-Apr-08 3:54
User 27100924-Apr-08 3:54 
GeneralRe: Scheduler Pin
aruna_koride24-Apr-08 13:01
aruna_koride24-Apr-08 13:01 
GeneralRe: Scheduler Pin
User 27100925-Apr-08 1:00
User 27100925-Apr-08 1:00 
GeneralRe: Scheduler Pin
aruna_koride25-Apr-08 3:01
aruna_koride25-Apr-08 3:01 
GeneralRe: Scheduler Pin
User 27100925-Apr-08 3:27
User 27100925-Apr-08 3:27 
GeneralRe: Scheduler Pin
aruna_koride25-Apr-08 17:43
aruna_koride25-Apr-08 17:43 
GeneralRe: Scheduler Pin
RNEELY24-Apr-08 5:07
RNEELY24-Apr-08 5:07 
GeneralRe: Scheduler Pin
aruna_koride24-Apr-08 13:02
aruna_koride24-Apr-08 13:02 
QuestionStandardising Styles Accross Multiple Applications Pin
Jammer23-Apr-08 23:08
Jammer23-Apr-08 23:08 
GeneralRe: Standardising Styles Accross Multiple Applications Pin
Pete O'Hanlon24-Apr-08 0:18
mvePete O'Hanlon24-Apr-08 0:18 
GeneralRe: Standardising Styles Accross Multiple Applications Pin
Jammer24-Apr-08 0:51
Jammer24-Apr-08 0:51 
GeneralRe: Standardising Styles Accross Multiple Applications Pin
Pete O'Hanlon24-Apr-08 1:04
mvePete O'Hanlon24-Apr-08 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.