ICC/ICM Profile for Controls
Hello,how can an ICC / ICM Color Profile be assigned to a Control (especially to a Canvas) in WPF?I need to display my Canvas and all the Children (for example TextBlock and Image Control) using a...
View ArticleCheckbox resets when dialog result for messagebox is no
So I have a checkbox in my datagrid. I click it and a messagebox opens up: public void Checked(Opcina opc) { opc.Status = 0; if (MessageBox.Show("Želite li ukloniti općinu?","Potvrda",...
View ArticleWhat is the event when shifting from one RibbonTab to another?
Hello, I am using System.Windows.Controls.Ribbon.Ribbon, but I cannot find the correct event for shifting from one RibbonTab to another, or opening a specific RibbonTab. But the events name are quite...
View Articlemasktextbox in vb.wpf and dataview
Dear Experts, I am working in wpf with vb.net and I have two query 1======================== I have a global dataset, in this dataset having more then 10 tables, one table one dataview is working fine...
View ArticleHow to develop Wpf applicationi with office access databe in C#?
Helo there i am new to software development. i know litle basics of it. please help i want to develop application in WPF C# with ms Access . demo Application detail...
View ArticleHow can i build a window in a window application?
Hi!I have a WPF Normal Window...Now I will open another window inside the "Normal Window" without Border Title etc.Have anyone a sample or an idea?Best regardsBernd
View ArticleHow to set Controls on TabItem to default values on Clicking on another...
On windows load ,I am Binding data to datagrids in tabItem1 and tabItem2. the datagridheader has checkbox and row also have checkbox ,the functionality of checking and unchecking working fine.Now after...
View ArticleImage in button not showing up when execution
I have typed the following xaml code<!--Delete Contact Button --><Button Margin="0,0,20,0" Grid.Column="2" Height="35" HorizontalAlignment="Right" Name="DeleteContactButton"...
View ArticleWPF Merged ResourceDictionary and Scope
I'm trying to better understand the MergeDictionaries functionality in order to resolve design time errors from displaying in the XAML. We have an application "Theme" which is basically made up of a...
View ArticleDirectSound Device issue in WPF application
I am working on WPF application which uses PRISM library and MVVM pattern.I needed to use DirectSound to meet certain requirements.I tried to initialize instance of Device class from Initialize()...
View ArticleImage converter , 'Settings image is not displayed when using this converter...
Hi,I am using a image converter , which picks the settings.png icon from resource file .All the other images are displaying properly whereas the settings icon is not displayed correctly a...
View ArticleCheckbox loses its V on MouseUp (in grids only)
Hello again.I have checkbox columns inside grids.I'm using DataGridCheckBoxColumn and DataGridTemplateColumn, in order to place the CheckBox style inside and fire events when Clicked.The CheckBox won't...
View ArticleFind application Window Dimension
How can i get the actual client Width and height of my application (WPF Page NAvigation app)If i use PrimaryScreenWidth and PrimaryScreenHeight , and if my application is not in fullsize mode , i am...
View ArticleNewbie question on opening WPF Windows
Hi GuysI have a project with 2 wpf windows called "MainWindow" and "Window1"When the project starts it loads "MainWindow"I have an image control which I use as a button when it is clicked "Window1"...
View ArticleDynamic building LINQ query for DataTable values...
Hi,In my application, I want to create a read a datatable and provide user with the list of datatable columns and their datatypes. User can select the column+datatypes andBUILD a LINQ query using the...
View Articlehow to insert values to the Datagridcell in a Datagrid
I have created a Matrix kind Datagrid using the following XAML in my application.XAML<DataGrid x:Name="Matrix_datagrid"> <DataGrid.RowHeaderTemplate><DataTemplate><TextBlock...
View ArticleBinding issue after the datacontext changes
Hi, I have a strange problem... a have a WPF screen on which I have an extended textbox that makes some conversions in some cases and that property is binded to a property on view model. When the data...
View ArticleIs WPF dead or going to be
I read this article and not sure if its worth learning WPF in case its not used in future - anyone got any thoughts?http://www.theregister.co.uk/2010/09/09/microsoft_html_5/
View ArticleWorking with the new TreeView and CheckBox - System.Windows.Controls -...
Hello! After a massive search online and here, I came to the conclusion that I must ask a question here, otherwise I'll never find an answer (: I am writing a program in C # and WPF, and I built a tree...
View ArticleLibrary
I created a project and then changed it to a Library from properties but I can't find the ProjectName.dll for referenceCan I create it somehow
View Article