Click here to Skip to main content
15,902,032 members
Home / Discussions / WPF
   

WPF

 
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 
AnswerRe: WPF opinion needed Pin
Jammer24-Nov-08 10:06
Jammer24-Nov-08 10:06 
QuestionEvent Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan24-Nov-08 2:57
Mohammad Dayyan24-Nov-08 2:57 
AnswerRe: Event Handler Error in Expression Blend 2 SP1? Pin
Mohammad Dayyan26-Nov-08 22:53
Mohammad Dayyan26-Nov-08 22:53 
QuestionRemove Control Pin
RishiKasnia24-Nov-08 1:02
RishiKasnia24-Nov-08 1:02 
AnswerRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:15
mvePete O'Hanlon24-Nov-08 1:15 
GeneralRe: Remove Control Pin
RishiKasnia24-Nov-08 1:36
RishiKasnia24-Nov-08 1:36 
GeneralRe: Remove Control Pin
Pete O'Hanlon24-Nov-08 1:41
mvePete O'Hanlon24-Nov-08 1:41 

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.