NaturalVideoWidth & NaturalVideoHeight in MediaUriElement of Wpfmediakit
Hi Can you please help me how to get the videos NaturalVideoWidth and NaturalVideoHeight in MediaUriElement from WpfMediaKit. where default NaturalVideoWidth and NaturalVideoHeight in MediaUriElemt...
View ArticleWpf ListBox Hosting Windows Form Contols : Drawing Problem
Hi All,I have a windows form image control(For Demonstration purpose, basically it is a WindowForm UserControl Hosting ActiveX Flash Player Control. ) inside WFP - ListBox,When i am scrolling Down and...
View ArticleDo I need to learn Lync 2010, seems like Lync is going to implement the .NET...
Hi,I am new to Lync framework.http://msdn.microsoft.com/en-us/lync/gg394196Don't get me wrong.
View ArticleJoining Open Source Projects
Good afternoon WPF Community,my question for today is about joining/contributing to Open-Source-Projects (WPF).Does somebody know about this kind of projects and have some links for me to look at.All i...
View ArticleHow to assign color for a bunch of buttons programatically
I got a grid of 5*5 with buttons (25 in total). I want to programatically assign background color for these and I want to know if there a way to do this instead of assigning one at a time like...
View Articlehow to enable a in xaml definable gridview from out of an usercontrolhey
hey,i wanna create my own listview from bottom up and decide to create all inside a grid which is nested inside a customcontrol.now i wanna provide a collectionclass like gridview to enable the...
View Articlefiltering Xml live data
I have an aplication in wpf C#.it have simple rss based news data.How can i filter, saperat & asign data (that's in the discription )different controllsPlease point me in right direction.thanksbina
View Articlehow to create nested child using dataset to create xml file?
i want to create structure like:<Grid> <StackPanel> <Button> <TextBlock>Hello </TextBlock> </Button> </StackPanel></Grid> for...
View ArticleWPF Prevent an item being selectect in combobox when hovered
One of our QA noticed this combobox behavior that if they hover on the combobox items, it get selected. What they are expecting is this should not happen and it should only be selected when clicked.To...
View ArticleWPF SelectedItem from one ListView and show Relational Data in the Other
Hi Guys,I'm creating a WPF application, allowing a user to enter in details using CRUD operation using Entity Framework (also using a Repository pattern).So far, I've created an Application that allows...
View ArticleCustomize a gridView column based on its value ????
Dear all,I have a gridView control which inside a list view object.The grid view control is displaying data issue from an SQL request.The return data are bind to this grid view.What I have trying to...
View ArticleWPF OnMouseMove BUG ???
Hi guys! I've found something interesting about MouseMove event in WPF. It's seems to me like a bug but I'm not 100% sure.Here is what is all about.Imagine this situation. We have same item (ellipse,...
View ArticleFriendly DataGrid Header Text with AutoGenerateColumns True
Here's the deal:I'm setting a DataTable object to DataGrid ItemsSource property. I don't know the DataTable's structure, it is dynamically retrieved.So, in the DataGrid I set AutoGenerateColumns to...
View ArticleBest Approach for Multiple WPF Projects
I would like to develop a WPF system with multiple modules.A single main menu screen (main window) will be used to show all buttons to each module.When click on any button on the main menu, the current...
View ArticleDATA BINDING WITH IMAGE WITH LAYERS
HI I am new to wpf such that I am currently working on a project where have to design floor plan with selection similar to seat selection, now I have designed layers on the floor plan for different...
View ArticleMake a UserControl not focusable
Hello,Is it possible to have a UserControl which does not take the focus ? I have an software composed with many "userControl" and one of them has to behave like a keyboard. It has only buttons, so...
View ArticleScrollViewer to scroll freely
I have a stackpanel (stackPanel1) which is inside a scrollviewer.I have 2 textboxes at the top of stackPane1 then another stackpanel (stackPanel2) which have two buttons, then another...
View ArticleHow to load and save MERGEFIELD ( \field ) entries in RichTextBox
Hello,I load RTF-Content at runtime from database into a RichTextBox. This content can contain MERGEDFIELDs with the RTF \field tag. The RTF is loaded and saved with TextRange and DataFormats.Rtf as...
View ArticleCapture key strokes in ElementHost hosted WPF control
Hi.In our application we handle some key strokes in a centralized manor, for instance switching between views using special keys.This works fine for the Windows Forms part of our application. But we...
View Article