How to communicate between two .exe ?
Hi All,i am creating .exe of my two diffrent wpf applications. and i want to send some information from one .exe to another .exe.Please tell me the best possible way to do it.thankssumitk
View Articlehide scrollBar visibility
I have a webbrowser and I am loading a .html file. The problem is that although I have already set the ScrollViewer.VerticalScrollBarVisibility to"Hidden", the scrollbar is still visible. I have also...
View Articlelabel movements
i am learning WPF......... i want to move a label into a stack panel on click of a button........... please help me.........
View ArticleDisable mouseover color for Grid View and Text Color change in Grid View
I want to disable the mouse over color when a mouse is over a row in my GridView (Example in the picture). I also want to disable the selected color (example also in the picture). Kind of like as if...
View ArticleXps Printing issues in Windows 8
Hi,I have a printing application which is working fine in Win 7. But I have some issues in Win 8. When I print the visual in windows 8, it spools to the printer, says Printing but nothing is actually...
View ArticleWPF listbox style DataTemplate
Hi,I have list box with image list. I am using data template for that. I was able to create like this :But as per req, it should look like this: I want to remove those two border line between two...
View ArticleXBAP - Navegation History
Hello everyone:Is there a way to load (or reload) the last page when you press the back button of the browser (Mozzilla, I.E)?I have an XBAP application, where i sing in in the first page.xaml. Then,...
View ArticleHow to deal with UserControls in MVVM pattern?
Yes! it seems a duplicate topic is about to start. This is because I couldn't find an explicit answer after many searches!!! So I try to describe the story as clear as possible. (Sorry for verbiage)I...
View ArticleDatagrid AutoGenerateColumns="True" forecolor IValueConverter
Hey GuysHave a data grid with Auto Generate Columns="True" Have a IValue Convertor Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As...
View ArticleAssign style "Red" if ListBoxItem text starts with "R"?
Is there a way to loop in code through a listbox and assign certain predefined styles to listboxitems according to some criteria.For example assign style "Red" if listboxitem text starts with "R"?
View ArticleHow Can I show collection of collection bind to DataGrid?
HelloI want to group some objects in Data Grid. It works fine. But I want to class properties works as group headers and for rows I want use their List<AntoherClass> variable.Is that possible?If...
View ArticleStop Datepicker navigation after and before the given dates
Can anyone tell me how to stop the Datepicker navigation after and before the given dates?
View ArticleAny idea why the DataTriger seems to to be apply ?
Dear all,I have the following style which is apply to a TexBox as below :<Style x:Key="TagMenuItem" TargetType="{x:Type TextBlock}"><Setter Property="FontFamily" Value="Serrano Pro"...
View ArticleWPF Toolkit Bar Chart Customization
Hi,Wondering how to customize the WPF toolkit bar chart to: 1) set the number of x-axis bar labels to a fixed number. For example, currently I have 10 bars on the bar chart. Each bar has a x-axis...
View ArticleBind a ToolTip to Control's Binding
This seems like a simple question, but it is baffling me. I have a TextBlock which gets it Text property from a binding. The data context for my controls is an ADO.Net DataSet which has exactly 1...
View Articlerepeat table column header on each page
I have created a flowdocument that includes a table filled with data. When I paginate this flowdocument, I want to repeat the first TableRow (the column headers) on the top of each new page.I have...
View ArticleCan one column ListView display data from different fields
Hi All.In my ListView I have columns PaidAmount binding PaidAmount field and AdjustmentAmount binding AdjustmentAmount field. And Status column that display Paid like paid status and Adjustment like...
View ArticleRunning WPF Application on Windows RT (in Desktop mode) ?
Hello there,I read some threads but I am still a little confused.Is it somehow possible to run a WPF application on a Windows RT system? Does Windows RT support WPF in the Desktop mode? Or is there a...
View ArticleHow to handle type in WPF text
Dear all,I have a configuration file for my application where I am reading some text to be displayed in user interface. one request is to be able to format part of initial text as bold.For exemple I...
View ArticleDataGrid using MVVM with CanUserAddRows with validation enabled?
Hello,I've been struggling for days to implement a DataGrid using the MVVM pattern that sets DataGrid.CanUserAddRows=true and uses Binding.ValidationRules for validation. Unfortunately this has lead...
View Article