Five instances of Microsoft Visual Studio Xaml UI Designer
I don't know you guys, but here in my machine, the Microsoft Visual Studio Xaml UI Designer is a pain in the a**.When I realize the Xaml code is slow, every key press is very slow, I go to the task...
View ArticleNo sound after deployment
Hey guys,I have made an application which uses some MP3 sounds. It all works in VS2012.When I build a setup for the application and install it on another computer the sounds won't work. I also don't...
View ArticleWhy does "Loading the projects is required to complete..." dialog box take SO...
I'm working on a WPF app in VS 2012, now with Update 2. I've got a SQL Express database involved, which I'm accessing using entity framework 4.2. I've gone into the Data Sources and changed one of the...
View ArticleProperties of a TextBlock not working when the Xaml is loaded in during runtime.
I need the textblock to have the TextAlignment as "Right".Xaml:<StackPanel xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticleWPF Popup as Model Window
Hi,I want to develop WPF application that contains1- Buttons on Left/Bottom/Right edge of the window.2- Center part contains 3 sections, which are default usercontrols.3- Now When I click on any button...
View ArticleHow to Change Icon > Property > Application > Icon and Manifest from code behind
Hi All,I want to change Change Icon > Property > Application > Icon and Manifest from code behidThanksA-Ashok
View ArticleRichTextBox with Tab Stops and Syntax Highlighting
Hello, I am making a Text Editor which will have functionality like a Code Editor. I could possibly achieve Syntax Highlighting via Regex myself but my main concern is Tab Stops.I do not believe the...
View ArticleWPF DataGrid. Change single cell background.
Hi,I need to change the background colour of a certain cell in a DataGrid that is bound to a DataTable, is this possible? I cannot find a list of cells or cell styles anywhere.I know the column and...
View ArticleNon standard button
Hi All,please, suggest How to create this type of Button in Wpf?Thank you for reading.Regards, Askold The Second
View ArticleDataGrid Run-Time Cell Backcolor Update
All, I have seen and asked the following respectively 1. http://stackoverflow.com/questions/15875040/how-to-change-a-datagrid-row-colour-when-a-certain-value-is-encountered2....
View ArticleHow to convert Word Equation to an Image?
I want when i Copy/Paste an equation on a RichTexyBox(wpf/win) I Convert it to an Image.How can I do it?
View ArticleCommandBinding in WPF
If you are so kind as to respond to my questions you should know first... Everything I know about c# and wpf is self-taught. I prefer small/simple words and explanations as the intellectual ones zoom...
View ArticleCustom TabItem control
I'm trying to make a custom TabItem control which by itself seems fine. However I added a close button which uses an image.I'm getting a few exceptions when I have an image:A first chance exception of...
View ArticleWPF Browser Close
How can I stop the user to close the application closing the Browser,without notifying the changes in a Pagex? App.xaml.cs publiceventNavigatedEventHandler UnloadPageWorkaround;...
View ArticleWhat is the use of g.cs file either in wpf or silverlight
What is the use of g.cs file either in wpf or silverlight
View ArticleWhich event should i subscribe to know when an object's corresponding...
Hi,I have a ContentControl and it's Content property is set to regular objects (not UI elements). These objects are visualized/realized by DataTemplates with their corresponding DataType properties...
View ArticleButton sizes become small in a stackpanel
Good Day i have buttons and i have defined them like this<Grid><StackPanel HorizontalAlignment="Center" VerticalAlignment="Stretch" Orientation="Horizontal"...
View ArticleWPF xamlparserException was unhandled
When I use a WPF application (.NET framework 4.0) for a long time (three or four hours) the following exception occursxamlparserException was unhandledDetails {Function evaluation disabled because a...
View ArticleValidationRule with DependencyProperty
I would like to send a value from a bound viewmodel to my inherited ValidationRule. I have read several articles but had no success implementing this.Firstly my xaml.<ResourceDictionary...
View ArticleNeed help with WPF and C#
I've spent some time coding in Java, and I'd like to make the switch to C#. I decided to try and port over a simple math flash cards program I wrote in Java and everything is going okay but the XAML...
View Article