3-D Graphics overview: does MeshGeometry sample code match the explanation?
I read the 3-D Graphics Overview (http://msdn.microsoft.com/en-us/library/ms747437(VS.100).aspx) and I'm confused about this section that explains the MeshGeometry3D shown in the sample code. I've...
View ArticleHow to Develop a Metro style enabled desktop browser By WPF Application With...
I want to Develop a Metro style enabled desktop browser By WPF Application With WebBrowser Control.When I Run My application from StartScreen of MetroUI, error(E_ACCESSDENIED) was happenedWhile...
View ArticleMetro Style App
I want to create a Windows 8 Store App style of application (Metro UI) but my development platform is Windows 7. I don't need the Windows Store integration I just want the application UI to be based...
View ArticleHow to have Metro UI type design in visual studio forms ?
Hello I am developing an application in visual studio (c#) using WPF. I am very much impressed by METRO UI Language (for windows phone 7) and i want that my application should have metro look. Is it...
View ArticleMetro style app on the desktop ?
Hello , I want to build a desktop app that looks & behaves like a metro/zune app .are there any ready made controls that i can use , or do i have to custom code everything including the animations,...
View ArticleMS Ribbon: Binding to the IsMinimized and Expanded help...
Hi,Having no success in binding to the IsMinimized and Expanded properties. xmlns:Properties="clr-namespace:StockTraderRI.Properties"<ribbon:Ribbon x:Name="Ribbon" Title="Ribbon Title"...
View ArticleWPF binding a text box to and XElement
I have been binging this for hours and cannot find a sample that seems to work. I have an XDocument. The XML is structured like this...<JBIndexData> <MSI> <Title>...
View ArticleHow to change background color of a combobox in disabled mode ?
Hi all.I'm quite new to WPF,now struggling with trying to change the background of a combobox when disabled.It should be transparent and not white.I went over all the examples here and nothing solved...
View ArticleHow to group DataGrid which ItemsSource is DataView from...
I don't know how to apply PropertyGroupDescription. And only want to group by one column.Best RegardsPrzemysław Staniszewski
View ArticleVERY URGENT: multiple views or stack panels at the same time
Hi all of you,I am trying to find out how can I put at the same time four or five views in my WPF application. When the user click any of them that view maximizes and occupy the whole screen but a...
View ArticleVisual Basic / WPF / 3D
I'm trying to place a texture in a 3d object, using Visual Basic and WPF, but I'm not being able to do it. If instead of an image I render a blue square, by replacing the line...
View ArticleHow to set xaml file not to embedded in assembly as content
A xaml file used to set build action as "Page".It will embedded xaml file in assembly.How can xaml file to be a real file in output directory that program read it from a file.It just like ASP.Net MVC's...
View ArticleCannot set Visibility or call Show or ShowDialog after window has closed.
System.InvalidOperationException was unhandled Message="Cannot set Visibility or call Show or ShowDialog after window has closed." I get this exception after running .Show() on a Window that has been...
View ArticleWPF select ListViewItem using enter key
Hi,I have ListView like below. I want to navigate ListViewItem using keyboard up and down key. I implemented that functionality and working fine using this code:private void SelectItemKeyDown(object...
View ArticleRenderToBitmap trouble in WPF
Actually, I have to print the view from a Viewport3D, obviously, I use aRenderTargetBitmap. The problem is that if the resolution of the rendered image got high, some triangles of my scene don't appear...
View ArticleTreeViewItem is closing in the first selection of a subitem
Did somebody have had a treeview where the treeviewitems collapse at the first time one of its subitems is selected and only after expanding the item a second time its subitems remain visible? I have...
View ArticleXAML / Persisting property value set by Event.Trigger
Hello,I suspect that there is something fundamental that I am overlooking, here...As soon as the mouse moves off of the label, subsequent to the Event.Trigger having changed it to Red, (See pasted...
View ArticleThe property 'Child' is set more than once
I keep getting this error "The property 'Child' is set more than once" when I try to add more than one object to a border i.e. I have an image in a border and I need to put an ellipse inside the border...
View ArticleOrder of Window Opening and Closing
I have two windows: MainWindow and Window21) On the initial opening of the application I would like Window2 to open.2) When I click the button on Window2 it will close this window and MainWindow will...
View ArticleMulti Column DataGrid ComboBox in C# WPF
Hello,I need to create a Multi Column DataGrid ComboBox in C# WPF. I've found many websites that describe how to do it but with a simple combobox not a datagrid combobox.Any suggestions?Thanks so much....
View Article