No announcements
Found 1296650 threads
-
0 Votes
Print functionality on the content in WebView control -> winRT Windows store App
This question has the answer: http://stackoverflow.com/questions/17049677/how-do-i-print-webview-content-in-a-windows-store-app/17222629#17222629 Best ...Answered | 3 Replies | 1330 Views | Created by Rajeev BR - Monday, April 13, 2015 8:30 PM | Last reply by IssueKiller - Monday, May 4, 2015 11:11 AM -
0 Votes
Create a Dependecy property in a webView
You need to expend the WebView class for add the feature for it.Answered | 3 Replies | 1279 Views | Created by FabioJReis - Thursday, February 28, 2013 8:11 PM | Last reply by saramgsilva - Friday, March 1, 2013 12:59 PM -
4 Votes
C++/WinRT CoreApp sample
The reason why C++ has issues where C# has less is due to one thing that the CLR (.NET framework) requires but C++ doesn't.Answered | 6 Replies | 1725 Views | Created by Gavin..Williams - Tuesday, July 17, 2018 2:35 PM | Last reply by Darran Rowe - Wednesday, July 25, 2018 7:27 PM -
0 Votes
WinRT W8 Create WebView in C++ and add it to the main view
The first thing that jumps out is that you're not adding the WebView to your visual tree.Unanswered | 2 Replies | 1622 Views | Created by Whiteseeker - Thursday, November 7, 2013 1:59 PM | Last reply by Whiteseeker - Thursday, November 7, 2013 4:39 PM -
2 Votes
Problems creating WinRT Component DLL
I am playing around with creating a WinRT Component DLL.Answered | 9 Replies | 13651 Views | Created by Rainer Stropek - Sunday, October 9, 2011 7:52 AM | Last reply by Raman Sharma - Saturday, November 19, 2011 3:09 AM -
0 Votes
WinRT C++ Component InvalidCastException
2) Add a new c++ WinRT library project.Answered | 8 Replies | 5014 Views | Created by ladeak - Thursday, January 12, 2012 2:08 PM | Last reply by ladeak - Thursday, February 2, 2012 5:26 PM -
19 Votes
Differences between C++/CLI and WinRT C++
And, I think you can create WinRT ref class object on stack which is not allowed in C++/CLI.Answered | 9 Replies | 27253 Views | Created by Nyi Nyi Thann - Tuesday, September 20, 2011 3:14 AM | Last reply by Deon Brewis - Sunday, April 15, 2012 4:24 PM -
1 Votes
Reference a C++ WinRT Component DLL
You have to do a Clean on your C++ WinRT component project.Answered | 1 Replies | 4071 Views | Created by diltsman - Tuesday, September 27, 2011 8:44 PM | Last reply by JeroMiya - Tuesday, September 27, 2011 9:21 PM -
3 Votes
FlowDocument for WinRT
I'm going to have to dumb down the initial version of the app and wait for MSFT to add missing features.Answered | 9 Replies | 9891 Views | Created by Sameer.V - Monday, October 10, 2011 2:37 PM | Last reply by Adhikesh - Friday, June 29, 2012 6:57 AM -
3 Votes
Building Custom Controls on top of WinRT in C#
" I desperately need a sample of how to create a custom control in C#.Answered | 9 Replies | 7492 Views | Created by Cameron Peters - Trilogy Software - Thursday, September 15, 2011 5:07 PM | Last reply by JohnMichaelHauck8 - Monday, July 23, 2012 8:41 PM -
0 Votes
SQLite database with WINRT in C#
@Panthera - if you are trying to add it as a reference, that is incorrect.Answered | 2 Replies | 3720 Views | Created by Panthera_uncia - Tuesday, July 10, 2012 11:16 AM | Last reply by Tim Heuer - Tuesday, July 10, 2012 6:56 PM -
2 Votes
Audio Equalizer in winrt c# app
You would need to write your equalizer as a MFT using C++.Answered | 2 Replies | 3810 Views | Created by Oleg Kurzov - Monday, August 5, 2013 11:31 AM | Last reply by Rob Caplan [MSFT] - Saturday, August 10, 2013 12:38 AM -
2 Votes
[UWP]Issue with Scrollbar & Height of WebView
I would suggest you create a new feedback in UWP feedback forum: https://wpdev.uservoice.com/forums/110705-universal-windows-platform.Answered | 7 Replies | 4541 Views | Created by shubhguru28 - Friday, June 24, 2016 12:05 PM | Last reply by Xavier Xie-MSFT - Tuesday, July 5, 2016 9:34 AM -
1 Votes
WinRT and CLR cannot be used together?
It's a very simple winmd project and DLL created with C#.Answered | 18 Replies | 7106 Views | Created by _Arthur - Monday, September 19, 2011 3:08 PM | Last reply by Li Shao [MSFT] - Sunday, October 23, 2011 7:41 PM -
2 Votes
How do I add assembly information for a WinRT C++ / CX component dll?
Second, when I add a reference to my own .winmd for my own component which was created using the VS new project wizard, the Version shows as 0.0.0.0.Answered | 8 Replies | 19467 Views | Created by BullyOwner - Friday, August 10, 2012 4:06 AM | Last reply by Marian Luparu - Tuesday, August 14, 2012 10:23 PM -
0 Votes
[WP8.1][C#]Beginner Windows Phone 8.1 C# Development(Webview)
There is an article about “WebView Single-Sign On” which include the following code, the link ...Answered | 1 Replies | 555 Views | Created by Oneill M - Thursday, March 31, 2016 2:45 PM | Last reply by Active Geometry - Friday, April 1, 2016 9:05 AM -
1 Votes
WinRT in Win32?
Regarding WinRT Component DLLs, see Creating Windows Runtime Components.Answered | 8 Replies | 7000 Views | Created by lxtazz - Thursday, April 12, 2012 12:55 PM | Last reply by lxtazz - Wednesday, April 25, 2012 6:48 AM -
3 Votes
[UWP][C#] Script Notify Webview not working
Best Regards, Amy Peng We are trying to better understand customer views on social support experience, so your ...Answered | 6 Replies | 7893 Views | Created by Venkata Krishna Pavan - Thursday, September 17, 2015 5:35 PM | Last reply by acejack19870710 - Friday, November 10, 2017 4:32 AM -
3 Votes
C# -> JavaScript events (with threads) in WinRT
I am having a similar problem with some of my WinRT events.Answered | 4 Replies | 5194 Views | Created by Sean Meiners - Monday, March 12, 2012 9:58 PM | Last reply by washingweb - Wednesday, March 27, 2013 4:57 AM -
0 Votes
Return a async action from C++ WinRT component
It converts tasks to WinRT IAsync* objects for use across a boundary.Answered | 2 Replies | 4381 Views | Created by Dinowy - Wednesday, July 18, 2012 8:37 AM | Last reply by Bill Messmer - Wednesday, July 18, 2012 11:38 PM - Items 1 to 20 of 1296650 Next ›
No announcements