[RESOLVED] WPF DispatcherTimer Threading issue
Ok - I've got this code Code: private void SendToReader(object sender, EventArgs ea) //(object objectState) { Â Â //long tc = System.Threading.Interlocked.Increment(ref TimerClick); Â Â lock...
View Articlehave problem with making a responsive UI
Hi! I have implemented along running operation in one of the viewmodels in my WPF application. On the view I have a progressbar where I have set up a Binding expression to two properties in the...
View Article[RESOLVED] WPF Dispatcher BeginInvoke parameter mismatch
I am switching a program from using Winform threading to WPF Dispatcher threading - and I cannot get this C# syntax to work. For the life of me I cannot see a problem with this code. Code:...
View Article[RESOLVED] Binding to Parent
Looking all over and found different variations all of which failed me (or Im not using correctly). Using Calburn.Micro and IdeaBlades DevForce I have a ViewModel with a bindable collection property...
View ArticleError: Cannot obtain Metadata from...
Good Day I have a common error , but today it hit me, i have done all i needed to do to resolve it. when i run the service i get the error. My web config is configured this way Code:...
View ArticleWPF YesNo Converter
Looking to figure this one out. Have a bit field in our table which is bound to a combobox. I would like teh combo to display a "Yes" or "No" as related to 0 for No and 1 for Yes. Figured this would be...
View ArticleProblem with DataGrid showing empty row for adding
I have a DataGrid that was originally written to only show data... view only. I've modified it to allow data entry, but no matter what I do I cannot make it show an empty row to allow the user to add a...
View Article[RESOLVED] WPF YesNo Converter
Looking to figure this one out. Have a bit field in our table which is bound to a combobox. I would like teh combo to display a "Yes" or "No" as related to 0 for No and 1 for Yes. Figured this would be...
View Articledatacontract-->datamember of datacontract
I've got a data contract (shipping information) that i am trying to use as a datamember (shipaddr) in another data contract (order). I can get to the sub items ok, so in the client Code: var o = new...
View Article[RESOLVED] datacontract-->datamember of datacontract
I've got a data contract (shipping information) that i am trying to use as a datamember (shipaddr) in another data contract (order). I can get to the sub items ok, so in the client Code: var o = new...
View ArticleConsuming "secure" web service
I'm used to the "Normal" way of consuming a web service, where you "Add new service reference", etc. Now I'm given a service url for a big client. When trying the normal way I got an error: There was...
View ArticleHow do you break up your classes and LOCAL and whatever xmlns reference you make
I'm curious how you all break down your source and references. Just one LOCAL? Or lot's of L1's and L2's? Things are starting to get complicate on me and I want to make sure I follow some good...
View ArticleTrying to use a custom listview comparer - having a hard time setting references
I started a new project - and wanted to copy into it some custom listview comparer code I have used before. I've got the top of my main XAML looking like this: Code: <Window x:Class="dfx.MainWindow"...
View ArticleBrowsing Issue in Website Written in WPF
HI, Friends,Following Website has Written in WPF .this website is working fine at some of the Users .but this is not working at MY PC .it Says Page Cannot be Displayed .any Idea . let me know please....
View Article[RESOLVED] WPF transparent form in VB.NET
Hi, I need help to show an transparent WPF form with a Picture in my VB.NET application. It must be an WPF form because of the real transparency in WPF. Thank you in advance.
View ArticleVB.NET color to WPF color
Hi, How do I set a color in my WPF (System.Windows.Media.Color) from VB.NET I get an error : Value of type System.Drawing.Color cannot be converted to System.Windows.Media.Color Thank you in advance
View ArticleDataGrid load with delimited text file quote.
Good evening friends of the forum, I have the following code written in a form windows forms which it works perfectly. The code does is display in a DataGridView a text file delimited by quotation....
View Article[VS2012]Some Basic questions about WPF forms
Hello I am new to WPF (first day today) , i have nice experience with windows forms with Vb , now i am starting wpf forms with VB (I dont know much XAML yet) but i feel like we can do all with code and...
View ArticleLooking for a XAML trick to disable all other TOOLBAR buttons when one is...
I've got a tool bar that I fill programmatically with a bunch of tool bar buttons. I would like to make it so that when you click one all of the others are kind of disabled - or maybe the whole tool...
View Article[RESOLVED] DataGrid load with delimited text file quote.
Good evening friends of the forum, I have the following code written in a form windows forms which it works perfectly. The code does is display in a DataGridView a text file delimited by quotation....
View Article