Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vinod sankuthodi

@vinod sankuthodi
About
Posts
14
Topics
11
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Copy paste a control
    V vinod sankuthodi

    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>
    <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>
    </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.

    WPF wpf csharp css dotnet com

  • book
    V vinod sankuthodi

    thanks for the suggestions. I am having the book ProC# from Apress. I vl start with that.

    WPF csharp wpf docker architecture learning

  • book
    V vinod sankuthodi

    Hi, I have started working of WPF for past 2 months. I am developing custom controls in WPF , layout mechanism by container controls,depency properties etc. Can u please suggest me a book, from which I can get the a good and solid base for all these things. thanks in advance, Vinod C S

    WPF csharp wpf docker architecture learning

  • implement Dock behaviour
    V vinod sankuthodi

    Hi, Can I implement Dock Property in a control without the use of DockPanel. i.e. when the custom myDock property of a control is given as myDock = "Top", it should go & dock to the top of its parent. Thanks in advance,

    WPF

  • Property value updation not displayed
    V vinod sankuthodi

    In the code of a WPF custom control, I am updating Property1 in the Set{} of another Property2(i.e. when another property changes). the Property1 is updated properly, but the updated value is not diaplayed in the Property Dialog Box of Visual studio. How can I get the updated value diaplyed in Property dialog box. public string ControlID { get { return controlid; } set { controlid = value; Propertytoupdate = value; // This Property is //not updated //in Property dilaog even // though value of // Propertytoupdate gets // updated } }

    WPF csharp visual-studio wpf question

  • event notification
    V vinod sankuthodi

    Hi, I am developing WPF custom controls. Is there a way to get notification when a property value in changed by the Visual studio IDE xaml Editor ( not through the Property dialog). I need the notification in custom control class

    WPF csharp visual-studio wpf

  • how to make a property appear in .xaml file
    V vinod sankuthodi

    thn how microsoft manages to embed some control property into the xaml by default. Like the name proprty of a control derived from Usercontrol. or can tell me if there is any work around

    modified on Tuesday, October 14, 2008 2:50 AM

    WPF wpf tutorial csharp help

  • how to make a property appear in .xaml file
    V vinod sankuthodi

    Hi, I am working with designing custom controls for WPF applications. My problem is I couldn't find a way to force a control property appear in the XAML window by default. It appears only when its changed by the user. for example a button has a propert called myProp which I initializes in the constructor, but It doesn't gets reflected in the XAML file of the window. pls tell me how to force a property to appear in the .xaml file, by default whenever a control is placed on the WPF window. thanks in advance, vinod

    WPF wpf tutorial csharp help

  • Look and Feel
    V vinod sankuthodi

    hi, I want to have enable the XP style Look & feel in my application even if it is run on any Win2k Platform ... How can i invoke that style... Can u help me Out... thnkx in advance Vinod

    C / C++ / MFC help question

  • Scroll Selected Items in CListctrl
    V vinod sankuthodi

    hi, I want to have a List Ctrl in which i can Lock the scrolling of some Columns & want the others to move with the Movement of Scroll bar of Listctrl. I tried to solve this Problem by using two Listctrl (placing them side by side)& a Horizontal scroll below them but i am not able to get a clean selection... there is always a white spce b/w them when i select a fullrow in both ctrls Row. ????????????????????????????? Vinod C S s/w engineer

    C / C++ / MFC help question

  • ListCtrl
    V vinod sankuthodi

    Hi, I have a Custom ListCtrl in my application. I have to resize this listCtrl as and when the Size of the View changes. A tried a lot but the only this i am able to do is To change the ColumnWidth of Header Tabs acc. to the Size of the View. Plz help me out...... Vinod C S

    C / C++ / MFC help

  • Diable Restore Button
    V vinod sankuthodi

    hi , I am not able to Diable the Restore Button (Minimize, Restore,close) of a SDI Application. Even though I have Disabled the Close Button By removing it from system Menu.But when i apply the same Procedure to Restore Buitton I am not able to Do tht.:confused: also, wht will be the Procedure to do the same in MDI Application.:confused: Vinod C S Integral Softech Technnolges Kochi

    C / C++ / MFC

  • ListCtrl Tabs
    V vinod sankuthodi

    hi, Thanks for showing intrest in solving the problem. I mean the ListLctrl Column header(i.e the Tabs which represent the column Header ). I want to Customize them & use a customised HScroll & Vscroll to move the contents of ListCtrl. "(CListCtrl class in MFC)"

    C / C++ / MFC

  • ListCtrl Tabs
    V vinod sankuthodi

    hi, Can i customize the ListCtrl Tabs & Move them when a costomize scrollbar Moves. :confused: vinod c s Integral Softech

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups