Xbap application on Win 2008 Server
Dear All,I have an application Xpab with a Terminal Server.When my application use a Client connected with Win 2003 Server it Works without problem.If we used Clients connected to Win 2008 Server the...
View Article[ModernDialog][MessageBoxResult] Cancel Button on second windows
Hi,I'm using the ModernDialog that contains a UserControl, it has a custom button:Button customButtonClose = new Button() { Content = "Close" }; customButtonClose.Click += (ss, ee) => {...
View ArticleWhat is the use of inotifypropertychanged and ObservableCollection
Hi, What is the use of inotifypropertychanged and ObservableCollection, Without using these the property values are getting updated.Regards,Shijith
View ArticleHow can you display water mark using a condition
Hi, I want to apply water mark to one text box using condition, Text box's are getting generating dynamically and has bind to a list all text box's use same data temple. My requirement is to...
View ArticleMarch 2015 TechNet Guru Awards! See who's boss in WPF! It could be YOU!
The results for March's TechNet Guru competition were posted!http://blogs.technet.com/b/wikininjas/archive/2015/04/17/the-microsoft-technet-guru-awards-march-2015.aspxBelow is a summary of the medal...
View ArticleWhat will be the Microsoft(Windows) future?
Hi Everyone, I totally agree Microsoft is a Pioneer in OS i.e Windows. It was having a stable Windows XP/7 Operating System. But in recent years they came up with the Metro Design that is Windows...
View ArticleIs there a possible way to catch screen keyboard show/hide event in windows 8...
I am developing a desktop app, and may be used on the tablet, the question is how do I catch the screen keyboard show/hide event? Thanks.
View ArticleWPF toolkit chart axis styling
Hello all,I am using the WPF toolkit chart controls and I'd like to show a Axis-Y with different colors.For example, 0 uses orange, >0 uses red, <0 uses blue. Please check the attached picture.I...
View ArticleNeed Help
I want to add a user control(TextBlock) in my WPF application which should be added on button click in Stack Panel and every textblock should display different text. Kindly help. Step by step.
View ArticleHow to start a new UI process/thread, passing to it an object
I need to quickly develop a reporting application whose target is win7 + on a desktop (users have computers with big screens). I will do that in .Net WPF.I'm thinking to use a Navigation app "Sel1" for...
View ArticleWPF App Local in WPF vNext
I came across this article today, thought some people here would probably be interested.http://www.infoq.com/news/2015/04/WPF-App-Local" In WPF vNext, the plan is to offer an “App Local” version of WPF...
View ArticleThe relation between number of classes and performance?
I was wondering whether there be any performance issue with having a lot of trivial classes. I'm creating these classes in order to dig out information for EDM Tables:A simple example: class...
View ArticleComplicated LinearGradientBrush !
Hi Everyone,I am working on a color palette project which is a bit complicated.There is a rectangle which shows the gradient. Like this:Now, I can select two colors and two points on the rectangle, and...
View ArticleDifference between n-layer software architecture and MVVM design pattern?
hello everyone,I am not clear with this concepts of Software architecture pattern and design pattern.I am developing an wpf application using MVVM. Now, my question is, does MVVM come under n-layered...
View ArticleHow to change the background of the StackPanel control when any child element...
Hello folks!I need to change the background of the StackPanel control when any element within the StackPanel has focus. I am executing the code snippet below. The code works fine with elements within...
View Articlewpf, vb.net, vs2013, DataGrid with Combo Box.
HelloI have a data grid (DG). I want to add a combo box to the data grid(dg). The combo box should immediately be visible in the data grid. So I want to have that with a click the combo box is...
View ArticleHow to search an item in a load-on-demand WPF Treeview which created by using...
Mr Josh Smith implemented a search method in his wellknown article "Simplifying the WPF TreeView by Using the ViewModel Pattern". But this is implemented on a batch-loaded WPF treeview (his first...
View Article[WPF] Error in Design Mode
Hi,In my UserControl I added:private void UserControl_Loaded(object sender, RoutedEventArgs e) { if (LicenseManager.UsageMode != LicenseUsageMode.Designtime) { if...
View ArticleDelegate method to set the Text of a TextBlock
I have to ask a follow up qestion. My previous question was this one:In a WPF Navigation Page I have the following code: private void NewWindowHandler() { Thread...
View ArticleAppending Tiff files works on Windows 7 and Windows 2012 but doesn't work on...
Please help me! The code below creates perfect output file son windows 7 and 2012 but on windows 2008 and win 2003 the generated images are corrupted without generating any exception during the...
View Article