How to access non static method at run time in WPF(C#)
Hello, I want to call inherited method at run time. When method is static, it's works fine. But I want to inherit method from interface,so I cant make method as static. code sample as below. public...
View ArticleNotificationIcon WPF, Placeholder window, to startup a usercontrol resource,...
Hello AllI am writing an application where the mainwindow should popup (appear onto the screen) on one event, and then hide (disappear and sit in the system tray) on another event. I am developing in...
View ArticleBinding a DataGrid ItemSource to an ObservableCollection contained in a MEF...
I have an application that is comprised primarily of MEF components. Components that have user interface elements construct the wpf markup in code and return an Element to the main application through...
View ArticleWPF Music Player with cross fade
HiExcuse my english, I'm french canadianIs there a way to create a music player with cross fade ?I need to re-create a software who used a winamp plugin in the pass but i need to incorporate the player...
View ArticleHow to display ".do" elements in a c# windows form web browser
I have a WPF Application with a WebBrowser control.Webbrowser connects to a site that has java servlet components.Everything is displayed by the webbrowser except the Java servlet components ( ".do"...
View ArticleBlocking access to webpages with DNS or Proxy-server
I have a problem at work. We are developing a product that shall block access to webpages on the internet. This shall work for all webbrowsers installed on the computer. We cant use hosts-file. When...
View ArticleWhy no content after add items to ListView?
Originally, i am dealing with multiple column of listbox, however listbox do not have multiple columnthen i change to use listview<ListView Name="listboxListBox1" DataContext="{Binding Stock}"...
View Articlehow to set image in image tag dynamiclly in wpf
Hi, I want show the image in image tag dynamiclly ...but my image present in Visual Studio 2010\Projects\wpfnew\wpfnew\bin\Debug\logo.....(my project name is wpfnew)inside of logo folder my images...
View ArticleCommandBinding doesn't work
hi,Just trying to call a Command from one MenuItem:XAML:<Window.CommandBindings><CommandBinding Command="ApplicationCommands.Close"...
View Articledatagrid scrolling problem
Hi All,I have very strange problem in my Datagrid. I have used comboboxes and checkboxes to show their value in Datagrid.When i scroll my datagrid vertically then values of combobox selected item is...
View ArticleV 2012 deployment of tests
If this is not the right forum, plese move it to the right one, thanks :)I'm trying to create a Coded UI test for my WPF application. I've never create one, I've always worked only with Unit Tests.So,...
View ArticleHow to bind the SelectedItem of a "static" ComboBox to an XmlDataProvider
Hi,I have a Combo populated with values directly in the XAML file and I have to bind its SelectedItem to an XmlDataProvider. I try this but it seems to not work..<ComboBox...
View ArticleSave Video with shader effects from webcam
Hello, I am working on a application which is having features to save Images and videos from webcam with shader effects. I am using WPFMediakit for the same. I have done Saving Images with effects,...
View ArticleHandle UnHandled Exceptions from AddIns Using Managed AddIn Framework
Hi,I have Activated a WPF AddIn with "AddInSecurityLevel.FullTrust". So AddIn is activated in new appDomain.When an Un Handled Exception occured in AddIn, my WPF Host is also getting crashed.How shoudl...
View ArticleMouseEnter and MouseLeave event triggered when a Button is "Click" by a...
Hi, I am writing an application to log user's interaction with WPF controls in VB. I need to record the event MouseEnter, MouseLeave and Click on a WPF Button. However, I noticed that whenever I...
View ArticleXmlDataProvider XPath
Hi,my XmlDataProvider works on an xml file like this:<config_cps><func_list><func id="A27328"><BLOCKS max_count="1" write_id="46" read_req_id="44" read_rep_id="45"...
View ArticleHow to find the center of the ellipse used for an ArcSegment
Hi, I'm trying to get the coordinates of the center of the ellipse used to draw any arbitrary ArcSegment. I started using the code I found here...
View ArticleIIS BasicAuthenticationModule does not work with Custom Module
Hi,we want to achieve the following:We use a custom module to handle application requests. It has to react on any URL and thus is written as IHttpModuleWe still want to use IIS authentication to do...
View ArticleHow to call constructor view with parameters in WPF?
I call my view from this window:Class MasterGIT Public Sub New() Me.InitializeComponent() End Sub Public Sub acaba(sender As Object, e As RunWorkerCompletedEventArgs) Me.MarcPrincipal.Visibility =...
View ArticleBug in WPF memory management - How to get Connect bug re-opened?
There's a bug in the way WPF manages memory for bitmaps that is causing our application to "lock-up" with 99% time in GC for minutes on end. It's already in Connect...
View Article