Click here to Skip to main content
15,890,527 members
Home / Discussions / WPF
   

WPF

 
QuestionWrap panel in WPF List Box Pin
Hema Bairavan24-May-10 1:30
Hema Bairavan24-May-10 1:30 
AnswerRe: Wrap panel in WPF List Box Pin
Pete O'Hanlon24-May-10 3:19
mvePete O'Hanlon24-May-10 3:19 
GeneralRe: Wrap panel in WPF List Box Pin
Jammer26-May-10 7:54
Jammer26-May-10 7:54 
QuestionWPF Datagrid export to excel Pin
kartheesh23-May-10 19:34
kartheesh23-May-10 19:34 
QuestionHow can I create an oddly shaped GUI ? Pin
Enochs23-May-10 8:36
Enochs23-May-10 8:36 
QuestionWCF web.config is getting overwritten after every compilation? Pin
mittalpa22-May-10 6:24
mittalpa22-May-10 6:24 
AnswerRe: WCF web.config is getting overwritten after every compilation? Pin
Kunal Chowdhury «IN»24-May-10 2:34
professionalKunal Chowdhury «IN»24-May-10 2:34 
QuestionFolderBrowserDialog in WPF Pin
dan!sh 22-May-10 4:13
professional dan!sh 22-May-10 4:13 
I am writing my first WPF program for learning purpose. I discovered there is no FolderBrowserDialog. With some search I figured we are supposed to use Microsoft.Win32.OpenFileDialog. Now, I really do not want to use it. So I tried using FolderBrowerDialog through adding reference to the Windows Form dll. Now, when I try the following code, DialogResult is treated as some nullable type (although intellisense shows it as Enum).

if(dlgFolderBrowser.ShowDialog() == DialogResult.(only nullable type options come up))


Any idea how this can be fixed? Or any better solution than using a OpenFileDialog with multiple select option?
AnswerRe: FolderBrowserDialog in WPF Pin
Abhinav S22-May-10 5:28
Abhinav S22-May-10 5:28 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 5:34
professional dan!sh 22-May-10 5:34 
AnswerRe: FolderBrowserDialog in WPF Pin
Daniel Grunwald22-May-10 6:44
Daniel Grunwald22-May-10 6:44 
GeneralRe: FolderBrowserDialog in WPF Pin
dan!sh 22-May-10 7:14
professional dan!sh 22-May-10 7:14 
QuestionHow to you generate itemized lists in a RichTextBox? [NO SOLUTION POSSIBLE] Pin
fjparisIII22-May-10 4:12
fjparisIII22-May-10 4:12 
AnswerRe: How to you generate itemized lists in a RichTextBox? Pin
Kunal Chowdhury «IN»24-May-10 8:37
professionalKunal Chowdhury «IN»24-May-10 8:37 
GeneralRe: How to you generate itemized lists in a RichTextBox? Pin
fjparisIII24-May-10 9:17
fjparisIII24-May-10 9:17 
QuestionHow do you adjust leading between paragraphs in RichTextBox? [SOLVED THROUGH A KLUDGE] Pin
fjparisIII22-May-10 4:10
fjparisIII22-May-10 4:10 
AnswerRe: How do you adjust leading between paragraphs in RichTextBox? [SOLVED THROUGH A KLUDGE] Pin
Abhinav S24-May-10 17:28
Abhinav S24-May-10 17:28 
QuestionValidation Messages [modified] Pin
Tripathi Swati21-May-10 23:02
Tripathi Swati21-May-10 23:02 
AnswerRe: Validation Messages Pin
Abhinav S22-May-10 0:30
Abhinav S22-May-10 0:30 
GeneralRe: Validation Messages Pin
Tripathi Swati24-May-10 19:27
Tripathi Swati24-May-10 19:27 
AnswerRe: Border as control Pin
Jürgen Röhr22-May-10 2:23
professionalJürgen Röhr22-May-10 2:23 
GeneralRe: Border as control Pin
Jürgen Röhr22-May-10 21:40
professionalJürgen Röhr22-May-10 21:40 
AnswerRe: Border as control Pin
Abhinav S22-May-10 2:30
Abhinav S22-May-10 2:30 
QuestionHow do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Xarzu21-May-10 16:11
Xarzu21-May-10 16:11 
AnswerRe: How do you color a rectangle in C# that has been declared in XAML in WPF? Pin
Pete O'Hanlon21-May-10 23:44
mvePete O'Hanlon21-May-10 23:44 

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.