Click here to Skip to main content
15,889,216 members
Home / Discussions / WPF
   

WPF

 
QuestionSilverlight DeepZoom Pin
faton.arifi20-Aug-10 2:21
faton.arifi20-Aug-10 2:21 
AnswerRe: Silverlight DeepZoom Pin
faton.arifi20-Aug-10 4:23
faton.arifi20-Aug-10 4:23 
AnswerRe: Silverlight DeepZoom Pin
clement_91110-Sep-10 20:07
clement_91110-Sep-10 20:07 
QuestionGet all controls on form in WPF Pin
tinytoon_lk19-Aug-10 23:29
tinytoon_lk19-Aug-10 23:29 
AnswerRe: Get all controls on form in WPF Pin
Abhinav S19-Aug-10 23:38
Abhinav S19-Aug-10 23:38 
QuestionWPF ComboBox Selection Problem Pin
avi_dadi200219-Aug-10 23:02
avi_dadi200219-Aug-10 23:02 
AnswerRe: WPF ComboBox Selection Problem Pin
Abhinav S19-Aug-10 23:27
Abhinav S19-Aug-10 23:27 
GeneralRe: WPF ComboBox Selection Problem Pin
avi_dadi200219-Aug-10 23:33
avi_dadi200219-Aug-10 23:33 
I already set DisplayMemberPath in .cs, below is my code:

DataTable dt = new DataTable();
dt = objConnections.getAllDBNames();
cmbDBName.DataContext = dt;
cmbDBName.DisplayMemberPath = dt.Columns["name"].ToString();
cmbDBName.SelectedValuePath = dt.Columns["name"].ToString();
cmbDBName.SelectedValue = dt.Columns["name"].ToString();

in XAML:

<ComboBox x:Name="cmbDBName" Grid.Row="1" Grid.Column="1" ItemsSource="{Binding}" SelectionChanged="cmbDBName_SelectionChanged" Margin="1,7,1,5.723" Style="{StaticResource ImageComboBox}"/>
QuestionGet WPF control from one point Pin
tinytoon_lk19-Aug-10 6:23
tinytoon_lk19-Aug-10 6:23 
AnswerRe: Get WPF control from one point [modified] Pin
#realJSOP20-Aug-10 3:54
mve#realJSOP20-Aug-10 3:54 
GeneralRe: Get WPF control from one point Pin
tinytoon_lk22-Aug-10 22:27
tinytoon_lk22-Aug-10 22:27 
QuestionHow to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 8:01
David Shapira18-Aug-10 8:01 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
Ian Shlasko18-Aug-10 9:06
Ian Shlasko18-Aug-10 9:06 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 9:25
David Shapira18-Aug-10 9:25 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
Ian Shlasko18-Aug-10 9:28
Ian Shlasko18-Aug-10 9:28 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira18-Aug-10 12:02
David Shapira18-Aug-10 12:02 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
#realJSOP18-Aug-10 15:57
mve#realJSOP18-Aug-10 15:57 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
David Shapira19-Aug-10 5:21
David Shapira19-Aug-10 5:21 
GeneralRe: How to plan a project both in WPF and Silverlight Pin
Mycroft Holmes18-Aug-10 21:00
professionalMycroft Holmes18-Aug-10 21:00 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
Abhinav S18-Aug-10 21:31
Abhinav S18-Aug-10 21:31 
AnswerRe: How to plan a project both in WPF and Silverlight Pin
RichardGrimmer8-Sep-10 5:01
RichardGrimmer8-Sep-10 5:01 
Questionfind ancestor Pin
DTh197817-Aug-10 17:30
DTh197817-Aug-10 17:30 
AnswerRe: find ancestor Pin
#realJSOP18-Aug-10 4:12
mve#realJSOP18-Aug-10 4:12 
AnswerRe: find ancestor Pin
Ian Shlasko18-Aug-10 4:31
Ian Shlasko18-Aug-10 4:31 
QuestionGETTING THIS ERROR IN SILVERLIGHT CHAT PROJECT Pin
kibok17-Aug-10 6:36
kibok17-Aug-10 6: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.