Problem opening and viewing PDF files in WPF Browser Control
I have a WPF 4.0 application built as a x86 running on 64 bit systems with IE9 64 bit with adode readr 9.0. The application makes use of the WPF browser control and I use to be able to open PDF files...
View ArticleSort WPF Datagrid column programmatically
Hi,I am using WPF Datagrid for listing my data. I need to sort my datagrid column programmatically. Is that possible with WPF Datagrid column?Thanks & Regards, Subalakshmi Vijayarajan.
View ArticleHow do I change a datagrid row color in XAML based on the value listed in code?
I have a list of values provided in VB.NET code that. If each of four values are 0, I want to change the XAML row to a gray background color. I tried using a mulitdatatrigger, but it did not work. Any...
View ArticleFixedPage with UIElement & DataTemplates
I'm having some issues with FixedDocument & FixedPage content. I've found a work around that works for me, but I would much rather not have to use the work around. First off, I'm creating some...
View ArticleHow to set row Background color for WPF DataGrid Programmatically (WPF & C#)...
Hi,I have a WPF Datagrid binded with list of interface objects. Consider, ClsEmployee class implements I_Employee interface with properties Empl_Id, Empl_Name, Department, Address and...
View ArticleDocument scanning using WIA in WPF C#
I want to build WPF application for Document Scanning using WIA in C#. Features:1. After scan button click show list of WIA supported Scanner list. After click device for scan document.2. Is this...
View ArticleDatepicker get data from Sql query
Hello. I am using a datepicker in my application. I manage to save data from datepicker into a database table, and now I waant to bring the data back, in order to modify it. Is is posible to get data...
View ArticleHow to get the Item of a 0 based intex collection
Dear all,I have the follwoing code snipet that I try to use in order to retrive each items from a collection :for (int i = 0, count = Items.Count; i < count; i++) { var ri = Items.GetItemAt(i) as...
View ArticleHow to create a wcf service that fetch data from MY SQL
so here is my problem :i don't have any idea how to do iti created a database in MySQLnow i want to create a .NET desktop app that fetches data from MySql database and show in my app (its a WPF app)for...
View ArticleWPF SQL Connection Dialog
Hello everyoneI have started project where i want the user to be able to connect to a SQL server themselves. The reason for this is that the tables might/hopefully be moved from a test server to...
View ArticleXAML graphic vector as image source
Now many graphics designers provide the images as xaml file not ico, png, ..., How can I use a xaml file as image source?Thanks
View ArticleUserControl parent property is null, developing an AddIn for HyperV SCVMM...
I am developing an AddIn for SCVMM, It is simple user control with a Grid and few Buttons and text boxes, I am able to successfully host my user control inside of SCVMM. But I am not able to get a...
View ArticleContextMenu on ListBoxItems
Hey guys,what's the best approch to implement a contextmenu on listboxitems .not using the ListBox.ContextMenu, but each item may have it's own menu .also i want to show that menu on items hover. any...
View ArticleMediaElement.NaturalDuration stay to automatic
Hello,I currently have a problem with my WPF app and a MediaElement.I read a .mp3 from url (server) and it wors, but if I do not click on several occasions on the play and pause buttons the...
View ArticlePrism 5 EventAggregator & UI
In a Prism 5 MVVM desktop app, I am using EventAggregator to publish data from FirstView to SecondView. The data gets published ok, but it is not showing up in the SecondView. This is the Model:...
View ArticleMVVM and when one Window owns another window (Such as a progress bar)
Hi, this relates to my last post but then again, focuses on a different problem. I just got myself a book on building enterprise applications with MVVM (and unfortunately the book uses PRISM not MVVM...
View ArticleChanging the Foreground colour
I have three different theme options with Black, Silver, Blue for the Dashboard. For some themes the foreground text visibility is not good. Right now in the resources styling there is no colour set...
View ArticleHow extract an Outlook attachment from the clipboard ?
How extract an Outlook attachment from the clipboard ? I have written an application, which accepts Outlook-attachments and saves them in the filesystem. One way to pass an attachment to my application...
View ArticleUpload an image
hi guys i am working on app, and i have given the option to upload an image i want user to upload his/her image there so guys help me on that, i also want a dummy image to appear there like a...
View Article