Click here to Skip to main content
15,891,033 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: Cross-field validation Pin
Geysser24-Nov-11 20:24
Geysser24-Nov-11 20:24 
GeneralRe: Cross-field validation Pin
Pete O'Hanlon24-Nov-11 22:11
mvePete O'Hanlon24-Nov-11 22:11 
GeneralRe: Cross-field validation Pin
Geysser24-Nov-11 23:33
Geysser24-Nov-11 23:33 
QuestionDataTemplate Binding Question Pin
Kevin Marois23-Nov-11 7:02
professionalKevin Marois23-Nov-11 7:02 
AnswerRe: DataTemplate Binding Question Pin
SledgeHammer0123-Nov-11 11:30
SledgeHammer0123-Nov-11 11:30 
Questionsilverlight version Pin
arkiboys23-Nov-11 6:18
arkiboys23-Nov-11 6:18 
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 
Please am trying to show the loaction of a file in my textbox but its not working. Thisi is my code is there some am during because am using WPF for the first time

VB
Dim ofd As New Microsoft.Win32.OpenFileDialog
Dim strFileToOpen As string

ofd.FileName = ""
ofd.Title = "Choose a file to encrypt"
ofd.InitialDirectory = "C:\"
ofd.Filter = "All Files (*.*) | *.*"

'Find out if the user chose a file.
If ofd.ShowDialog = Forms.DialogResult.OK Then
    strFileToOpen = ofd.FileName
    txtFileToOpen.Text = strFileToOpen
End If

Dammy

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 
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 

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.