SQL Server CE
Hello everybody, I'm starting to develop an application that uses SQL Server CE, does anyone know where I can find study material, because I need to do it all via code WPF / VB? I not found much on the...
View ArticleMediaElement Position issue:
There are similar issue related to MediaElement.Position property like the on the following thread:http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/ebbbca48-1b19-425a-a757-c9108bb6de02/But my...
View ArticleEnable mouse wheel scroll for popup control
How do I enable mouse wheel scroll (vertical) for a pop up control in WPF?
View Articlecreating a ViewModel class
I would like to create a ViewModel Class to retrieve the values from the Database. My goal is to retrieve the Values of Usage of RAM (Ram total & Ram available) from my DB Table and then display...
View ArticleHow to get BindingExpression in InputBinding CommandProperty
How do you get BindingExpression from the InputBinding CommandProperty? InputBinding is not a framework element so it does not have the GetBindingExpression method. So how do you get it?
View Articlehow to avoid item selection from extra blank space header in listview ?
Hi all,I am using wpf Listview control in my c#. in this i am using GridViewColumn headers and taking some listview items.when i am selecting the listview items it also selects the extra black space of...
View ArticleException when printing XPS-Document
Hallo,with our application document will be printed via the XpsDocumentWriter.Almost everytime the print works without any problems.But from time to time the following error occurs:PrintTicket provider...
View ArticleCalling EXE method from DLL
Please help me solve my problems by giving me some ideas or sample codes on how to call a method inside a WPF application (EXE) from a DLL (UserControl Library). I have two WPF projects: (1)...
View ArticleAssembly 'Reuxables Legacy' is not referenced by this project
I have been using a free resource dictionary which I found on the internet since starting to use WPF on VS2010. Since upgrading to VS2012 I have been getting the above warning for each form when I open...
View ArticleWPf - XBAP application screen resolution issues
Hi All,Our XBAP application needs to be running on our user laptops/desktops these laptop/desktops are having different screen resolutions. Due to this our appreciation appearing in laptop/desktops...
View ArticleYour browser's cookie functionality is turned off. Please turn it on.
i am tring to get login to gmail by posting data... HttpWebRequest hi = (HttpWebRequest)HttpWebRequest.Create("https://www.google.com/accounts/ServiceLoginAuth?service=mail");...
View ArticleDataAnnotations in Interfaces for WPF Validation
I'm building a code first object model and would like to describe some of my classes properties in interfaces.A good example is an ISearchStorehause interface, where classes implementing this are...
View ArticleAccessing DataContext in WPF
Hi I have window that contain a frame which is binded to a viewmodel , a login page is assigned to the frame, I want to be able to access a property in the window datacontext from the page. Any ideas...
View ArticleGetting button as return type from function
I have function which search a particular name button in grid by name and return button. public Button search_Button(TextBlock position, Grid grim) { try { var temp =position.Text; //getting position...
View ArticleHow to get a Single click on Image in wpf.
Hi, I am working on c # application while using WPF. I am using image control in xaml which is integrated in xaml style.On that image I want a single click but I am not getting any click on...
View ArticleHow do I call IScrollInfo.MakeVisible(visual,rect) to scroll somethign into...
checked google, ms-help, IScrollInfo.MakeVisible should do exactly what I want (according to description), it just doesn't seem to work<ScollViewer Height=20> <StackPanel x:Name="newHell"...
View ArticleConsecutive navigate to the same page, WPF Browser in a frame
Hi,I can’t navigate second time to the same page!The first Navigate it is OK! For example „catode“ to "Views/Page2.xaml" The second mMenu_Click “anode” also to "Views/Page2.xaml" doesen’t...
View ArticleRepeater control in WPF/Winforms
Hi, I'm looking to write a simple forms application (Win Forms or WPF) that will need to display records in some form of grid on the screen. There would be a maximum of five rows and perhaps five...
View ArticleWhat am I missing here ?
Hi Experts,This is what im trying to do.I have created a user control with DataGrid coltrol which implements INotifyPropertyChanged. Added a Textblock to display the title of the grid. text property of...
View ArticleHow to Override a DependencyProperty?
Hello msdn, How can I override a DependencyProperty, in such a way that,it do not hit the base class's PropertyChanged Callback methods?Recently I have created a class with a dependency...
View Article