Click here to Skip to main content
15,917,610 members
Home / Discussions / WPF
   

WPF

 
AnswerRe: TabItem Activation Pin
Pete O'Hanlon11-Jun-09 3:12
mvePete O'Hanlon11-Jun-09 3:12 
GeneralRe: TabItem Activation Pin
#realJSOP11-Jun-09 3:54
professional#realJSOP11-Jun-09 3:54 
AnswerRe: TabItem Activation Pin
Gideon Engelberth11-Jun-09 3:19
Gideon Engelberth11-Jun-09 3:19 
GeneralRe: TabItem Activation Pin
#realJSOP11-Jun-09 3:52
professional#realJSOP11-Jun-09 3:52 
GeneralRe: TabItem Activation Pin
Gideon Engelberth11-Jun-09 12:58
Gideon Engelberth11-Jun-09 12:58 
GeneralRe: TabItem Activation Pin
Jacobus0117-Jun-09 4:07
Jacobus0117-Jun-09 4:07 
QuestionNeed help specifying path to chm files Pin
Etienne_12311-Jun-09 1:44
Etienne_12311-Jun-09 1:44 
AnswerRe: Need help specifying path to chm files Pin
Pete O'Hanlon11-Jun-09 2:08
mvePete O'Hanlon11-Jun-09 2:08 
GeneralRe: Need help specifying path to chm files Pin
Etienne_12311-Jun-09 2:17
Etienne_12311-Jun-09 2:17 
GeneralRe: Need help specifying path to chm files Pin
Etienne_12311-Jun-09 2:22
Etienne_12311-Jun-09 2:22 
GeneralRe: Need help specifying path to chm files Pin
Pete O'Hanlon11-Jun-09 2:41
mvePete O'Hanlon11-Jun-09 2:41 
QuestionDrag and Drop outside main window in WPF Pin
ruellm11-Jun-09 0:52
ruellm11-Jun-09 0:52 
AnswerRe: Drag and Drop outside main window in WPF Pin
Member 47043954-Jan-10 9:21
Member 47043954-Jan-10 9:21 
QuestionHow to check Stack panel items Pin
Nekkantidivya11-Jun-09 0:38
Nekkantidivya11-Jun-09 0:38 
AnswerRe: How to check Stack panel items Pin
ABitSmart11-Jun-09 3:37
ABitSmart11-Jun-09 3:37 
QuestionFormatting XAML for CP Article Pin
Jammer11-Jun-09 0:03
Jammer11-Jun-09 0:03 
AnswerRe: Formatting XAML for CP Article Pin
Pete O'Hanlon11-Jun-09 2:10
mvePete O'Hanlon11-Jun-09 2:10 
GeneralRe: Formatting XAML for CP Article Pin
Jammer11-Jun-09 9:51
Jammer11-Jun-09 9:51 
GeneralRe: Formatting XAML for CP Article Pin
Pete O'Hanlon11-Jun-09 11:21
mvePete O'Hanlon11-Jun-09 11:21 
GeneralRe: Formatting XAML for CP Article Pin
Jammer11-Jun-09 12:39
Jammer11-Jun-09 12:39 
QuestionMultiple UserControls Pin
zauberfisch10-Jun-09 22:56
zauberfisch10-Jun-09 22:56 
Hi,

i have a UserControl (CustomToolbar) with buttons like new, delete, ...
Also i have a UserControl (Customer) with Textboxes, Labels, ...

My UserControl (Customer) looks like this:

<UserControl x:Class="test.ucCustomer"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:mekoOffice">
<local:bDockPanel>
<local:ucCustomToolbar x:Name="tbCustomer" DockPanel.Dock="Top" />
<local:ucStatusbar x:Name="stMain" DockPanel.Dock="Bottom" />
<Grid x:Name="grdMain">


If i click on the button new in my toolbar the new-method in UserControl (Customer) should be fired. In another scenario if i click on the button new in my toolbar the new-method in UserControl (Article) should be fired. How can i accomplish that.

thx,
zauberfisch
AnswerRe: Multiple UserControls Pin
Christian Graus10-Jun-09 23:08
protectorChristian Graus10-Jun-09 23:08 
GeneralRe: Multiple UserControls Pin
zauberfisch10-Jun-09 23:18
zauberfisch10-Jun-09 23:18 
AnswerRe: Multiple UserControls Pin
Pete O'Hanlon10-Jun-09 23:27
mvePete O'Hanlon10-Jun-09 23:27 
GeneralRe: Multiple UserControls Pin
zauberfisch11-Jun-09 0:39
zauberfisch11-Jun-09 0:39 

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.