Filling in all adjacent paths which are having same fill brush color:
HI,I want to iterate this for whole number of sectors and zones and fill colors in the adjacent path where we clicked in which fill brush color is same.I want to fill color in all adjacent paths which...
View ArticleConverting Graph to Table?
Is there anyway that I could extract graph data into a table automatically. Something like drawing 2 lines as x and y axis and at a specific increment drawing 2 lines parallel to the x and y axis...
View Articleproblem with progress bar in c# application
Hi, In my c# application while tab2 page is getting loaded if we switch to tab1 which is already loaded then progress bar gets displayed in tab1 also Why this happens?
View ArticleWhy popup in wpf is indepentate from parent window ? As if i pressed alt+tab...
I have a popup window on my window ( i used popup because i need to see on the top of my window) when i pressed alt +tab then my window is deactivated but still popup control is not. i need to do...
View ArticleUncompressed Video in MediaElement
Hi,I am creating a Video Player using MediaElement which has to play Uncompressed Video.i tried with uncompressed avi and mov files. issue is it takes time to load video to play.if i tried to play two...
View ArticleWPF Datagrid problems: ScrollIntoView is not working when virtualization is...
It took me a lot time to figure out the problem itself. I am having issues with WPF DataGrid. After doing a lot of search I understand that dynamic scrolling using datagrid's ScrollIntoView was not...
View ArticleHow to set the SystemColors.InactiveSelectionHighlightBrushKey for all the...
I always set the background of the rows on a data grid with a converter, so to see the background, I have to set SystemColors.InactiveSelectionHighlightBrushKey to "Trasparent".By the momento I am...
View ArticleDispatcher issue in PRISM 5.0 while loading TabItem dynamically
Hi,I haven't found any Microsoft blog for WPF PRISM, so putting my PRISM 5.0 headache here.I am new to WPF PRISM and just started to dig into it for my complex project.Currently I try to load TabItems...
View ArticleWPF or Windows form?
Hi,What is difference between windows form and WPF?Which technology prefer we learn?
View ArticleWPF or Windows form?
Hi,What is difference between windows form and WPF?Which technology prefer we learn?
View Articlemulti threading problem
I want to load details of a specific item in three tabs. ie. Item_details 1- Tab1Item_details 2- Tab2Item_details 3- Tab2and generate a Report based on these item details on the fourth tab. I created...
View ArticleHow to set a data in a data trigger when I need the value of another property?
I have a button in which I want to set the backgroud. For that, I am using a data trigger to check a property in my view model. I want that the change in this property run the trigger. However, I need...
View ArticleHow to place tab stops in a ListBox in WPF?
With <ListBox x:Name="gLBxContents" /> in an xaml, how does one place tab stops in that ListBox?bhs67
View ArticleMigrating vb6 application to .net - choosing the right technology / design...
Hi allWe have a 10+ years old application written in VB6. We need to upgrade to .net for many reasons.Top requirements:a) Very fast data entry with shortcut keys. The application is time sensitive....
View ArticleShow BBCode in WPF
I'm working on a c# wpf project, where I wanna strore pages in bbcode (for example "[b]Bold[/b] [link]Other site[/link] etc.) and show it later. Now I'm hanging at this point:How do I show this with...
View ArticleEvent Setter and Control Template
Hello World, I recently learned how to use a single Event Handler for some 80 individual textboxes, now I need round textboxes so I must use a control template to accomplish this, unless there is some...
View ArticleWindows IME issue (Finalize String Box)
Hi, I have been working in a project where we are providing support to Chinese and Japanese keyboards using IME. I have been encountering an issue that if any non-editable control comes under focus and...
View ArticleWPF WebBrowser does not act exactly like IE.
My code. <WebBrowser x:Name="web" Source="http://qingting.fm/channels/386"/>, I've tried surpress the script error and the warning dialog gone, but still can not play the audio.then I open the...
View ArticleHow to access singleton class in xaml.
Hi all,I have a singleton class, as following,public calss Mysingleton { private static Mysingleton _instance = null; public static Mysingleton Instance { get { if(_instance == null) { _instance = new...
View Article