Click here to Skip to main content
15,895,011 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: What kind of applications we can develop using WPF? Pin
Jani Giannoudis19-Jan-09 1:24
Jani Giannoudis19-Jan-09 1:24 
QuestionHow save from FlowDocument to Xps Pin
VisualLive15-Jan-09 22:17
VisualLive15-Jan-09 22:17 
AnswerRe: How save from FlowDocument to Xps Pin
Pete O'Hanlon15-Jan-09 22:56
mvePete O'Hanlon15-Jan-09 22:56 
GeneralRe: How save from FlowDocument to Xps Pin
VisualLive18-Jan-09 20:52
VisualLive18-Jan-09 20:52 
QuestionTextboxes Pin
boiDev15-Jan-09 4:25
boiDev15-Jan-09 4:25 
QuestionRe: Textboxes Pin
Mark Salsbery15-Jan-09 9:18
Mark Salsbery15-Jan-09 9:18 
AnswerRe: Textboxes Pin
boiDev15-Jan-09 23:09
boiDev15-Jan-09 23:09 
GeneralRe: Textboxes Pin
Mark Salsbery16-Jan-09 5:44
Mark Salsbery16-Jan-09 5:44 
Basically, you have TextBox elements with their associated Text properties,
and you have a Button with a click event or an associated command.
When the button is clicked you can get the values of the Text property of the
TextBoxes and use them to set the Text properties of the TextBoxes in the
other window.

Which part of that are you having trouble with?

It's hard to give a specific solution without knowing the structure of
your code. There's so many different ways to achieve what you need.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Textboxes Pin
boiDev16-Jan-09 5:57
boiDev16-Jan-09 5:57 
GeneralRe: Textboxes Pin
Mark Salsbery16-Jan-09 6:49
Mark Salsbery16-Jan-09 6:49 
GeneralRe: Textboxes Pin
boiDev18-Jan-09 23:01
boiDev18-Jan-09 23:01 
AnswerRe: Textboxes Pin
Mohammad Dayyan19-Jan-09 19:29
Mohammad Dayyan19-Jan-09 19:29 
QuestionBinding two comboboxes in WPF Pin
boiDev14-Jan-09 22:08
boiDev14-Jan-09 22:08 
AnswerRe: Binding two comboboxes in WPF Pin
sdixit11014-Jan-09 23:14
sdixit11014-Jan-09 23:14 
GeneralRe: Binding two comboboxes in WPF Pin
boiDev14-Jan-09 23:22
boiDev14-Jan-09 23:22 
GeneralRe: Binding two comboboxes in WPF Pin
Moim Hossain16-Jan-09 10:31
Moim Hossain16-Jan-09 10:31 
GeneralRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon16-Jan-09 11:22
mvePete O'Hanlon16-Jan-09 11:22 
AnswerRe: Binding two comboboxes in WPF Pin
Pete O'Hanlon14-Jan-09 23:25
mvePete O'Hanlon14-Jan-09 23:25 
QuestionGetting Error on Grid Tag Pin
mr_muskurahat14-Jan-09 19:14
mr_muskurahat14-Jan-09 19:14 
AnswerRe: Getting Error on Grid Tag Pin
Mark Salsbery16-Jan-09 7:22
Mark Salsbery16-Jan-09 7:22 
AnswerRe: Getting Error on Grid Tag Pin
Mohammad Dayyan19-Jan-09 17:50
Mohammad Dayyan19-Jan-09 17:50 
QuestionUsing application settings on a DataTemplate markup [modified] Pin
LeonardoHSM14-Jan-09 4:53
LeonardoHSM14-Jan-09 4:53 
AnswerRe: Using application settings on a DataTemplate markup Pin
ColinM12314-Jan-09 11:36
ColinM12314-Jan-09 11:36 
GeneralRe: Using application settings on a DataTemplate markup Pin
LeonardoHSM14-Jan-09 22:11
LeonardoHSM14-Jan-09 22:11 
QuestionWCF max data transfer Pin
Member 236391614-Jan-09 4:36
Member 236391614-Jan-09 4:36 

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.