WPF Touch vs WM_TOUCH
I am building a WPF application in which I need to know the size of the TouchPoint on a capacitive screen. I know that the screen I am using is reporting this, as I can capture the raw WM_TOUCH touch...
View ArticleError 126 while running wpf project
Hi, I am doing wpf project in which i have do multiple activities at same time so i use background worker process for each activity. i use class library. and also uses codepublic static class...
View ArticleHow to make Grid Cells clickable in WPF ?
I am new in WPF and learning it by developing full fledged Nepali Calendar using WPF browser application. I've just completed Nepali Bikram Sambat date generation and UI portion. Now i want to let...
View Articlewpf easing bouncing in/out animation
Hey all I am pretty new at creating a WPF in VS 2013. I am wanting this box to bounce & ease in/out. The current code i have:<BeginStoryboard...
View ArticleMissing DataTriggerBehavior in my Blend 2013
Hi,Following the PluralSightCours "Extending XAML Applications With Behavior" I now just tried to apply what I learnd.In the course it was shown how to set radiobuttons via behaviors, using the...
View ArticleDrag Outlook 2013 mail to c# wpf/Forms
Hi,Hope this is correct forum.I've made some years ago a program using the OutlookDataObject to drag and drop a mail from outlook to a treeview in a stand alone (not office add in) C#/WPF program. It...
View ArticleBinding textbox in WPF
Hi,I'm trying to write and interface to a stock database.I'm using visual studio 2013 and WPF (c#). I have created a window containing my text boxes. Relating to the data I wish to input into the...
View ArticleHeadless FixedDocument to XPS with binding, not binding.
I am trying to load a FixedDocument from some XAML XML, set it's DataContext, ensure it is bound, and then write it to an XPS. I have code that is doing most of this:var xaml =...
View ArticleBuuton IsMouseOver Trigger not working
Helloi need your help to fix simple issue.i want to customize my WPF button i used this code <Button x:Name="btnTravel" FontWeight="Bold" Margin="0,0,183,0" Content=" Subscribe" FontSize="12"...
View ArticleNeed more treeview help
Hello, I have spent the past 3 weeks or so trying to get a WPF treeview control to work like I need it to in C#. What I want is to be able to bind an XML document to the treeview, but then also be able...
View ArticleGraph Visualization Library for 1 million nodes/links
I'm looking for a way to visualize a network of a million nodes and links.Our customer extracts data, cleans it, and prepares it for analysis without visualization. However, they like to use a...
View ArticleWeired WPF Crash on Touchscreen Monitor
Hi AllI have a simple WPF application with Black background and a label that says Hello World.When I run this on a normal monitor it works fine. When I run this on a Touch screen monitor it works...
View ArticleGet Value of selected checked box item using mvvm
Hi,Below is my xaml code<StackPanel Orientation="Vertical"> <ListBox x:Name="_category" ItemsSource="{Binding CaseCategories}" Background="#FCF9F2" BorderBrush="#FCF9F2"...
View ArticleWPF Validation and MVVM
Hello,I have a View which has custom validation rules applied to some TextBoxes.My problem is my View has a Save Button bound to a Command, which has a CanSave boolean method for being enabled.The...
View Articlehow to import listbox items to Sql
Hello,ı could not import listbox items which is 1000 combinations; C(108,50) to sql.thanks for your assistance,,
View ArticleInkCanvas layout does not update after DragDrop stroke remove event
removing of strokes in DragDrop onpreviewmousedown event remove the stroke but still see the stroke in inkcanvas. Do i need to updatelayout in inkcanvas?
View ArticleWPF: To move an ellipse defined using dataTemplate (targetting MVVM).
Hello,I have a ListBox with ItemPanel as Canvas. Here I am adding a CircleViewModel type of object in the ListBox itemsource. In order to make circle appear on the Canvas, wrote a dataTemplate as...
View ArticleFilter WPF datagrid comboboxcolumn based on another datagrid comboboxcolumn
I have a datagrid in Windows Presentation Foundation with two comboboxes. The first combobox is Provinces and the second is Districts. I have tables in SQL for provinces and districts with proper...
View ArticleMake Columns to have alignment = right
Goal: Make the column "Drop in" and "Total platser" to have text alignment = right. Problem: I tried doing it my using XAML code but it didn't work. Information - I'am using Nhibernate to retrive the...
View Article