What to use instead of z order for 2003 Word Document?
HiI am currently trying to get the ordering of shapes for Word 2003 format. If there are two over lapping shapes, I an unable to decide which shape is on top of the other.Thanks,Amit
View ArticleBind tooltip to usercontrol
I have wpf xaml in which i make use of a usercontrol.The usercontrol has a button whose tooltip will be set from the xaml.How can I bind the tooltip from the xaml.I am using MVVM pattern.
View ArticleCan WPF allow you to control the visibility of different layers in a .PNG file?
Hello All,I want to create a very visually appealing application, which is circular. The background image is circular, and it will have two lines in the circle, dividing it into four quadrants. If the...
View ArticleStill getting exception NewItemPlaceholderPosition' is not allowed during a...
Hi, i'm trying to create my first MVVM application so i have: ViewModel containing ObserveraleCollection TeamsCollection, where items of TeamsCollection are type of Team. Each Team contains collection...
View ArticleFocusNavigationDirection is not working in WPF DatePicker
Dear Experts,Below code is working very fine but not working in DatePickerWhat is the issue behind -------------------------------------------------------------------------------- Private Sub...
View ArticleHow can I insert an Image in WPF RichEdit at runtime
Hi,I have a WPF RichText Box and I can type values to it. If I need to paste an EMF file, I am overriding the OnPaste command and need to paste the image. Paragraph para = new Paragraph();...
View Articlevisual studio 2013 cannot find reference "Microsoft.ReportViewer.WinForms"
visual studio 2013 cannot find reference "Microsoft.ReportViewer.WinForms"
View ArticleStop popup windows in WPF web browser
Hi guys, As title suggests, when user clicks links in the browser window I want them all to open in that same browser window rather than a new window. I want to do this using the WPF web browser, not...
View ArticleI have a datagrid in which data are binded to it dynamically from...
I have a datagrid in which data are binded to it dynamically from database.and i have a button on click of that button i want to export all data of datagrid in excel how can we do that.If you have...
View ArticleUnit testing with the WebBrowser control (LoadCompleted event doesn't fire)
I have a WPF UserControl that wraps the WebBrowser control to provide a "BindableSource" property. When BindableSource is updated, my wrapper control adds a LoadCompleted event handler and sets the...
View ArticleWPF set Stackpanel transparency
I need to set the background of a stackPanel transparent. I have a rotating image that is being displayed full screen. But I need the UserControls I put in the stackpanel to show on top of...
View ArticlePass value between windows
hi,let me explain my issuelet there be three windows win1 , win2, win3. where win1 is the main window objects for win2 and win3 are created in win1 thus both windows are shown.i want to sent a value...
View Articlewhat is difference between WPF Control and WPF Element ?
Hi,can you please make some important difference between wpf Control and wpf element ? wpf control is derived from System.Windows.Controls.control class and wpf element is derived from...
View ArticleHow many major difference between WPF 4.0 and WPF 4.5
Hi all, How many major difference between WPF 4.0 and WPF 4.5 . Related to development and features of WPF. ThanksA.AcharyaA.Acharya Feedback to us Develop and promote your apps in Windows...
View ArticleHow can I convert several hundred visuals into a single bitmap and then...
I am new to WPF programming so please be patient. I wrote a WPF program that displays several hundred or more visuals in a Framework Element. I am attempting to make a navigator. The Four Arrows...
View ArticleWPF + Flow documents in windows XP
Hi, I'm using flowdocuments as templates in my wpf application to generate reports. When deployed onwindows 7/vista, i am able to generate as many reports as possible..however on windows xp,...
View ArticleError --
I'm running a sample app that demonstrates the WPF Ribbon -- straight from the textbook -- the app runs fine when I build and run it, but I am seeing an error line (blue squiggle line) in the xaml...
View ArticleCustom ComboBox question
HelloIm relative new to WPF. Im trying to implement a custom ComboBox, a base class for ComboBoxes which display enum-members. Derived classes should easily be able to set the text which represents the...
View ArticleHow to set focus to text box via xaml
HI, I have screen with one text box and I want that when the screen is opend set the curser on this text box as defult and when I use the keyboard to type anything the text box is filled with data...
View ArticleFind out if ControlTemplate is initialized
I am looking for ways to let user/developer know that the control template of a certain control has been initialized. To be more specific lets say for example I have a custom ComboBox and the...
View Article