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

WPF

 
AnswerRe: silverlight version Pin
Mark Salsbery23-Nov-11 8:57
Mark Salsbery23-Nov-11 8:57 
QuestionOpenDialog Pin
Dammie223-Nov-11 5:56
Dammie223-Nov-11 5:56 
AnswerRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 6:01
mvePete O'Hanlon23-Nov-11 6:01 
QuestionRe: OpenDialog Pin
Dammie223-Nov-11 6:11
Dammie223-Nov-11 6:11 
AnswerRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 9:04
mvePete O'Hanlon23-Nov-11 9:04 
GeneralRe: OpenDialog Pin
Dammie223-Nov-11 23:28
Dammie223-Nov-11 23:28 
GeneralRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 23:45
mvePete O'Hanlon23-Nov-11 23:45 
GeneralRe: OpenDialog Pin
Pete O'Hanlon23-Nov-11 23:50
mvePete O'Hanlon23-Nov-11 23:50 
Never mind, I know what the problem is. Basically, you're attempting to assign an incompatible type back here. Dialogs return a nullable bool. What you want to do is:
VB
Dim result? As Boolean = ofd.ShowDialog()
If result = True Then

Forgive your enemies - it messes with their heads

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility


GeneralRe: OpenDialog Pin
Dammie224-Nov-11 0:21
Dammie224-Nov-11 0:21 
GeneralRe: OpenDialog Pin
Pete O'Hanlon24-Nov-11 0:33
mvePete O'Hanlon24-Nov-11 0:33 
QuestionView states Pin
Geysser23-Nov-11 4:00
Geysser23-Nov-11 4:00 
AnswerRe: View states Pin
Wayne Gaylard23-Nov-11 4:48
professionalWayne Gaylard23-Nov-11 4:48 
GeneralRe: View states Pin
Geysser23-Nov-11 4:56
Geysser23-Nov-11 4:56 
GeneralRe: View states Pin
Wayne Gaylard23-Nov-11 4:59
professionalWayne Gaylard23-Nov-11 4:59 
QuestionHow to activate the tab in tab control by select the business object Pin
Loveisasea23-Nov-11 1:05
Loveisasea23-Nov-11 1:05 
AnswerRe: How to activate the tab in tab control by select the business object Pin
John-ph23-Nov-11 1:34
John-ph23-Nov-11 1:34 
AnswerRe: How to activate the tab in tab control by select the business object Pin
Wayne Gaylard23-Nov-11 2:00
professionalWayne Gaylard23-Nov-11 2:00 
GeneralRe: How to activate the tab in tab control by select the business object Pin
Loveisasea24-Nov-11 1:04
Loveisasea24-Nov-11 1:04 
GeneralRe: How to activate the tab in tab control by select the business object Pin
Wayne Gaylard24-Nov-11 2:02
professionalWayne Gaylard24-Nov-11 2:02 
QuestionMessageBox - when application loads a WPF theme DLL Pin
Prasoon Chaudhary23-Nov-11 0:42
Prasoon Chaudhary23-Nov-11 0:42 
AnswerRe: MessageBox - when application loads a WPF theme DLL Pin
John-ph23-Nov-11 1:54
John-ph23-Nov-11 1:54 
GeneralRe: MessageBox - when application loads a WPF theme DLL Pin
Prasoon Chaudhary23-Nov-11 4:59
Prasoon Chaudhary23-Nov-11 4:59 
AnswerRe: MessageBox - when application loads a WPF theme DLL Pin
Pete O'Hanlon23-Nov-11 2:39
mvePete O'Hanlon23-Nov-11 2:39 
GeneralRe: MessageBox - when application loads a WPF theme DLL Pin
Prasoon Chaudhary23-Nov-11 4:55
Prasoon Chaudhary23-Nov-11 4:55 
QuestionHow to merge cells/rows in flowdocument table? Pin
John-ph23-Nov-11 0:25
John-ph23-Nov-11 0:25 

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.