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

WPF

 
QuestionDependencyProperty Pin
asprog25-Nov-08 2:20
asprog25-Nov-08 2:20 
AnswerRe: DependencyProperty Pin
Pete O'Hanlon25-Nov-08 2:46
mvePete O'Hanlon25-Nov-08 2:46 
GeneralRe: DependencyProperty Pin
Jammer25-Nov-08 4:43
Jammer25-Nov-08 4:43 
GeneralRe: DependencyProperty Pin
Pete O'Hanlon25-Nov-08 5:08
mvePete O'Hanlon25-Nov-08 5:08 
GeneralRe: DependencyProperty Pin
Jammer25-Nov-08 7:57
Jammer25-Nov-08 7:57 
GeneralRe: DependencyProperty Pin
Mark Salsbery25-Nov-08 8:16
Mark Salsbery25-Nov-08 8:16 
QuestionOpenning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan24-Nov-08 21:11
Mohammad Dayyan24-Nov-08 21:11 
AnswerRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Syed Mehroz Alam24-Nov-08 23:50
Syed Mehroz Alam24-Nov-08 23:50 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan25-Nov-08 0:14
Mohammad Dayyan25-Nov-08 0:14 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Syed Mehroz Alam25-Nov-08 0:17
Syed Mehroz Alam25-Nov-08 0:17 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan25-Nov-08 0:20
Mohammad Dayyan25-Nov-08 0:20 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Kevin McFarlane26-Nov-08 2:30
Kevin McFarlane26-Nov-08 2:30 
GeneralRe: Openning SilverLight2 Projects with VS2008 SP1 issue !!! Pin
Mohammad Dayyan26-Nov-08 3:52
Mohammad Dayyan26-Nov-08 3:52 
QuestionAuto filter control in WPF Pin
Vipul Mehta24-Nov-08 20:58
Vipul Mehta24-Nov-08 20:58 
QuestionCopy paste a control Pin
vinod.sankuthodi24-Nov-08 20:15
vinod.sankuthodi24-Nov-08 20:15 
Hi,
I am developing WPF custom control. I need unquie control_Id for each Control in the XAML. when a user drags and drops a control into the XAML window , I can generste the unique identifier in the control constuctor. But when a user copy & paste a control. the CtrlID which is generated in the Constructor is overwritten by previous control's(which is copied) CtrlID in the XAML.
e.g. -
<Window x:Class="TestDemo.xml.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="600" Width="800" Resources="TestDemo.xml" xmlns:my="clr-namespace:Philips.PmsMip.Private.Tools.Services.FSF.StudioNew.Controls;assembly=Philips.PmsMip.Private.Tools.Services.FSF.StudioNew.Controls">
  <Grid>
<big>        <my:FSFComboBox Height="23" HorizontalAlignment="Left" Margin="257,202,0,0" VerticalAlignment="Top" Width="120" ControlID="ComboBox633632137614182049" />
        <my:FSFComboBox ControlID="ComboBox633632137614182049" Height="23" HorizontalAlignment="Left" Margin="10,10,0,0" VerticalAlignment="Top" Width="120" />
    </Grid></big>
</Window>


Is thr any way I can know in constructor or anywhr in custom control's code that this control is being created by Copy an already existing control.
QuestionWindows Form z-order? Pin
Cyrilix24-Nov-08 10:23
Cyrilix24-Nov-08 10:23 
AnswerRe: Windows Form z-order? Pin
Pete O'Hanlon24-Nov-08 11:53
mvePete O'Hanlon24-Nov-08 11:53 
GeneralRe: Windows Form z-order? Pin
Cyrilix24-Nov-08 11:59
Cyrilix24-Nov-08 11:59 
GeneralRe: Windows Form z-order? Pin
Pete O'Hanlon24-Nov-08 22:18
mvePete O'Hanlon24-Nov-08 22:18 
QuestionWPF opinion needed Pin
Gary Wheeler24-Nov-08 7:43
Gary Wheeler24-Nov-08 7:43 
AnswerRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 8:38
mvePete O'Hanlon24-Nov-08 8:38 
GeneralRe: WPF opinion needed Pin
Gary Wheeler24-Nov-08 9:06
Gary Wheeler24-Nov-08 9:06 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:22
mvePete O'Hanlon24-Nov-08 9:22 
GeneralRe: WPF opinion needed Pin
Gary Wheeler24-Nov-08 9:35
Gary Wheeler24-Nov-08 9:35 
GeneralRe: WPF opinion needed Pin
Pete O'Hanlon24-Nov-08 9:36
mvePete O'Hanlon24-Nov-08 9: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.