From where should i download ribbon control ?
go to this url and download design guidelines and control binaries... see below at page
http://www.msassetsupport.com/officeUI/license/
check this out
CodePlex Resources for WPF Ribbon
I'm getting: "You are not authorized to view this page"
strange...
See "Where to find the WPF Office Ribbon control?"
Related
I have a WPF application (Not Wpf Browser appliction) and i want accesss my wpf aplication from browser. How can i do this?
We call that Silverlight my friend
I have a web site has a ListView and navigate it by using web browser control in WPF. I want to get selected item of ListView from web browser control. I can get selected text in web browser control by using Microsoft HTML Object Library but can't do this. Is there any way to do this?
Thank you.
You can interop with the web browser control from WPF using the DLR features.
Is there any way to create a modeless child window on a Silverlight application? Basically I need to display some detailed information after user clicks on a button. User could keep working on the main page and see the detailed child window at the same time.
Thanks for any reply.
ck
You can use a Popup control for this. Just add your content to the popup and show it.
Tim Heuer has taken the ChildWindow code from the Silverlight Toolkit and refactored it to a modeless implementation. See:
http://silverlightfeeds.com/post/533/Refactoring_Silverlight_ChildWindow_for_a_non-modal_use.aspx
I have a simple question which expects a simple answer! :-)
In a visual basic .NET winform I drop a WebBrowser control
Within the form's load event script I have this:
WebBrowser1.navigate("http://www.whateverWebsite.com/WhateverDocument.pdf")
Now the issue is that the webbrowser actually launches an Adobe reader new window with the PDF document, and that window is NOT part of my application.
In my application the WebBrowser control says: Navigation Cancelled!!!!
What I want is the pdf file displayed within the actual WebBrowser control.
Any fix greatly appreciated.
Isn't this a setting in Adobe reader? Look for Display PDF in browser in settings.
how to use gridview control in my silverlight xaml page in asp.net & c#.net?
Checkout official silverlight.net site
Check this tutorial which demonstrates DataGrid in silverlight... http://www.silverlight.net/learn/tutorials/sqldatagrid-cs/