How to create attractive 2D and 3D animation by Blend 4.0 tool ?
Hi all, I want to attractive 2D and 3D animation use in my application . So please send me best link for create animation in Microsoft Expression Blend Tool 4.0. Thanks Aniruddha...
View ArticleToolTip with multi-line
Hi,How do I make a multi-line tooltip ?I tried to set the ToolTip property of a control to: ToolTip="AAA\r\nBBB" but it does not work. Yoav.
View ArticleCan we use Microsoft Expression Blend 4.5 Tool in Window 7 O.S. ?
Hi All , Can we use Microsoft Expression Blend 4.5 Tool in Window 7 O.S. ? ThanksAniruddha AcharyaA.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to...
View ArticleHow to display Windows 8 keyboard close to a Text box field
Dear all,We have build a WPF kiosk application running in Windows 8 Desktop ( not store based).IN that application we have some text box field and when we touch the text box the On screen keyboard is...
View ArticleSpecify main window by using Application.MainWindow property
I want to specify the main window in file xaml. How to use Application.MainWindow property to do this.I should use what property in window element ?<Application.MainWindow><Window ......
View ArticleHow many difference between WPF 4.0 and WPF 4.5 ?
Hi All, How many major difference between WPF 4.0 and WPF 4.5 . Thanks Ani Acharya A.Acharya Feedback to us Develop and promote your apps in Windows Store Please remember to mark...
View ArticleChanging TreeViewItem colors using Style for TreeView
Hello,I have a treeview which I'm styling as such (and it works fine): <Style x:Key="GenericTreeViewStyle" TargetType="{x:Type TreeView}"> <Setter Property="BorderBrush"...
View Articlesnaplines not showing in design view
Hi, I have recently migrated from winforms to wpf . I am having difficulty in aligning controls as i cant see the snaplines when i move a control relative to another controls edge.Please help...
View ArticleUpdating xmlSource from a Listbox
HiI'm raw when it comes to using WPF and c# so forgive me if I'm asking a basic question.<o:p></o:p>I have a Stackpanel with a Listbox and a set of Textblocks which are bound together. The...
View ArticleMaster Detail relations in WPF XAML
I'm trying to make a Master/Detail relationship between a ComboBox and a DataGrid.In my DataSet I have 2 tables and a Relation between the two.I set the DataContext of my Window in XAML to a ViewModel...
View ArticleGet a particular cell value in the WPF datagrid row when a different cell is...
Hi, using Visual C# 2010 Express, in WPF datagrid I have SelectionUnit="CellOrRowHeader" The datagrid is populated by a datatable from a database query Now, 1) when the user selects any cell in the...
View ArticleDetermine WPF DataGrid Checkbox Status
I have a DataGrid with two columns (Name and Status). The Status column is an unbound column with checkboxes. I'm am trying to obtain the Names (In a String) in the first column with the...
View ArticleHow to get started with WPF
How to get started with WPF? Can i make use of WPF in asp.net?
View ArticlePortable Class Library WCF Async/Completed Exception Handling
Hello,I'm building a Portable Class Library that wraps a WCF Service Reference and targets .NET 4.5, Windows Store, Windows Phone.I have hit somewhat of a roadblock, the generated proxy classes are...
View ArticleQuestion about sorting Detail table
Someone posted almost the exact same question here. I attempted to use that answer in my situation but am not sure how to form the syntax. I'm using WPF and EF.I, too, have a master/detail situation...
View ArticleTextblock not showing when opening XAML image
Hi all,I ran across a problem where I'm drawing lines and text blocks on a canvas. When I save the canvas using the XAMLWriter, the lines show up but not the text blocks. I'm opening the XAML file in...
View ArticleThinking animation to WPF when working a-sync
HI I have list box that are getting data from service ,sometimes the service are taking about 15 sec to load the datato the list box.1. How can I provide some thinking animation while the list is...
View ArticleFix the column of gridviewColum so that it does not resize
I have a wpf List View control. For the grid column i have specified the width.However, the column can be resized by the user. I want dont want to give this feature.How do i do this?WPF code is below...
View Articlevalidation for 2 telerik:radDatePicker (start date and end date).
Hi.I have 2 telerik:radDatePicker control(start date and end date).Where User should be able to select start date and end date.End date should be lass then and not equal to end date.I want to give...
View ArticleData binding
Is it possible to bind the IsEnabled Button property to the load/unload of a FlowDocument?VM
View Article