3D Scatter Graph in WPF - Ideas?
Hey folks,We're building a 3D scatter graph control and are having performance issues when adding lots of points (3000+). I don't suspect it is a WPF problem per say but rather, we are not very...
View ArticleAccess Properties Resources from another prokect
Hi,I am using VS2012. I have two projects (ProjA and ProjB) in my solution. I have made the Resources file of ProjB public.I want to access entries in Resources file of ProjB from ProjA, which I can...
View ArticleHow can i insert xmlfile as string in database in c#
hi, I m working on a wpf project.I have converted power point file in open xml(file.xml) document using c# code now i want to insert this file.xml as string in database.Plz help me out I m getting...
View ArticleTransfer User Control to a WPF custom control
Ok, I have a user control, which I want to transfer into a WPF custom control. The user control has code behind file, so I can directly register to events of control: For...
View ArticleAccess Properties Resources from another project
Hi,I am using VS2012. I have two projects (ProjA and ProjB) in my solution. I have made the Resources file of ProjB public.I want to access entries in Resources file of ProjB from ProjA, which I can...
View ArticleBinding can not be changed after it has been used in wpf
Hi,I have one textbox and slider control. Binding is done two way. <TextBox Height="23" HorizontalAlignment="Left" Margin="75,33,0,0" Name="tbrs" VerticalAlignment="Top" Width="48" Text="{Binding...
View ArticleIValueConverter and Combobox
Hi AllI have an Oberserveable Collection of Type Student. The Student Class has properties First Name and Last name. Initally, I used to show just the First Name in the Combo Box for which I used...
View ArticleMaking a part of a label bold
Hey guys,I have a WPF application and I need to present some text on the window. I need some of the text to be bold, some underlined, some both and some regular - the end used determines that through a...
View ArticleUse of TabControl with MVVM
Hi,I am using a TabControl with MVVM pattern to create tabs by binding the ItemsSource property to a collection of viewmodels.To do this, I am creating an ObservableCollection<ViewModelBase> on...
View ArticleWPF Web Browser ads Issue
Hello all there,I am using Web Browser for Live streaming. Just calling Navigate Method on Load of form. Using this"http://www.ustream.tv/embed/17904315?v=3&wmode=direct"Normally there are no...
View ArticleMVVM Model based on unknown data
I am investigating the development of a business application to replace our current database system.I have been doing some research into WPF and MVVM and am a little confused. I get the basics of MVVM...
View ArticleThe time has come! Step up WPF Gurus! Your community needs heroes like you!
TechNet Gurus... we salute you!You're awesome, and we know it!Your knowledge uploads and nifty info nuggets are our life blood at TechNet Wiki.Every awesome article that gets an award is just the...
View ArticleToolkit AutoCompleteBox tooltip issue for each listboxitem
Hi all,I using AutoCompleteBox of Toolkit, with listbox inside a popup control.Now, i binding a list to listbox. all good.. i using listbox.itemtemplate as:<DataTemplate DataType="{x:Type...
View ArticleReporting
I have developed my project in wpf and my report page is not working.it pops out an error that the path cannot be found.av verified the path is correct.All the folder paths are in the project...
View ArticleWPF tooltip style with image - bind url
Hi,I have a style i'm using for tooltips- it includes Image and some TextBlock in it (as ControlTemplate).i would like to bind Image Source to one of my properties in the code behind- currently it's...
View ArticleWPF button align should be in center?
have one container of 900px in that 3 items of 300px and two buttons next n cancel if there is 3 items buttons should b align into next line and in center automaticlyOR else if there is 2 items...
View ArticleSetting secure cookies in WPF WebBrowser control
I am using the WPF WebBrowser control and I need to set some cookies before I can navigate to the URL. Currently, I am doing this using PInvoke: [DllImport("wininet.dll", CharSet = CharSet.Auto,...
View ArticleHow to get Grid according to AutomationID
Hi All,I want to get Grid by AutomationId, but failed.Wpf Xaml: <Window x:Class="AutoApp.MainWindow" AutomationProperties.AutomationId="MainWindow"...
View ArticleI have a datagrid which is bounded to a dataset autogenerate coloumns true ,...
I have a datagrid which is bounded to a dataset autogenerate coloumns true , i want to have a textbox which would provide filtering dataset based on some coloumn of dataset .How can we do this.
View ArticlePrinting and Data Visualization
Hey!I am trying to print a page from c# that contains some infographics and probably charts. As of now I create pages using FixedDocument and FixedPage, designating the coordinates of every single...
View Article