[RESOLVED] WPF CheckedListBox - CheckedChanged Event
I've created a simple checked list box for use in my WPF application. Annoyingly, I can't quite pin down how to get my form to listen for a CheckedChanged event firing for any of the items in the list...
View Article[RESOLVED] WCF Service with callbacks
Hello, I have used WCF services before, but this is the first time I am dealing with using callbacks to notify connected clients. The issue I am currently having is that I can get the clients to...
View ArticleVS2010: Service xml serialization - xsd schema output
Hi, I've created a WCF web service and generated the xml serialization class with xsd.exe. My problem is that when I request the xsd from the service (http://localhost:59120/Service1.svc?xsd=xsd2) the...
View Article[RESOLVED] VS2010: Service xml serialization - xsd schema output
Hi, I've created a WCF web service and generated the xml serialization class with xsd.exe. My problem is that when I request the xsd from the service (http://localhost:59120/Service1.svc?xsd=xsd2) the...
View Article[RESOLVED] VS2010: Service xml serialization [XmlAttributeAttribute()] is...
Hi, I have a WCF web service targeting .Net Framework 4 which utilizes a serialization class generated from a xsd schema using xsd.exe. When I request the xsd from the service...
View ArticleWPF Combobox Advise
Hi, I have a stored procedure which returns UserID and UserName. I need to display UserID|UserName in a dropdown and when a selection is made, only UserID needs to be displayed. Could someone please...
View ArticleDoes anyone know if there's a freely available control like this?
The application I'm making has a finite amount of space. But there are a lot of buttons needed. So to better take advantage of the space I have available, I want a control that I can add buttons to and...
View ArticleAdding item from a ResourceDirectory
This one is driving me bonkers... I want to add a status bar to the last row on a dynamically build grid . I think I have found the method for accessing the Resource Directory Code: Dim vResource As...
View ArticleHow to play an Audio File After another has Finished in WPF MediaElement
Good Day i have a Media Element in WPF and i am playing mp3's programatically on a click of a button. Now there are times where i want to Play two different mp3's in an order after another e.g * *...
View ArticleWCF trying to check localhost on client
I have a WCF service deployed to AppHarbor. The problem is it tries to find the service and the clientaccesspolicy.xml file on the Localhost on the Client machine, not the server. That's why I'm the...
View Article[SOLVED] WCF trying to check localhost on client
I have a WCF service deployed to AppHarbor. The problem is it tries to find the service and the clientaccesspolicy.xml file on the Localhost on the Client machine, not the server. That's why I'm the...
View Articleroot element is not valid for navigation
Good Day i have a Window in WPF defined like this Code: <Window x:Class="RVI_Education.Gavigator" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"...
View ArticlenTier question on WCF Service
I have two classes (Service1.cs and IService1.cs) in a WCF project. Do I think of these as the Business Logic Layer or only as a passthrough to access the BLL, DLL, etc.? Also I think that there will a...
View ArticleHow to go back to the Main Window in WPF(Navigation Service)
Good Day All I have a Kinect Application , i am having trouble with navigation , so i dont like the creation of object of windows everytime i nagivate from one to another page. so i converted all other...
View ArticleIs there a way for a WPF page to keep its style when in a Frame?
I have a WPF page that I've styled like this: Attachment 96103 When I set the source to the WPF page, it looks like it loads. However, the hatched background style disappears. Attachment 96105 The...
View Articleproblem with duplex in wcf service
hi i wrote a Duplex wcf service and then i added reference its into a client but when i play my client app it become lock and i can not do anything in my app this is my project what's my wrong thank...
View ArticlePixel Color Recognition in WPF
Can anyone give me an example for pixel color recognition in WPF?Every pixels other than black hould be white in color. Thanks in advance!!
View ArticleFilter ListView by date range
Hi All. In my WPF Windows form project I would like to filter ListView by date range. I populated CustomerListView like: Me.CustomerListTableAdapter.Fill(Me.DataSet1.CustomerList) Me.cvCustomerList =...
View ArticlePassing data from a textbox on wpf control (element host) to a Winform form
Hey Everyone I have a VB.net project (.Net framework 4.0), with a number of forms. One of the the forms is called (AddModel.vb) where a user of this application can add a model file (e.g. MD5, OBJ,...
View ArticleMaintain WPF Window Size across different resolution monitors
Good Day I am building a Kinect Applications. So i am using WPF on my laptop with the resolution of 1920 * 1080 so everything looks great and last night , i wanted to test it on my Samsung HD TV 42...
View Article