Building Windows Store apps with C++ announcement
-
Link
A new version of the Windows ACK (and the SDK) is now available to download. This new version of the ACK will be enforced by the Store certification system in December, but you can start using it right now to improve the quality of your applications. Among other new tests and improvements, this new version will verify that the app icon shown in the Store is not the default one. http://msdn.microsoft.com/en-US/windows/desktop/hh852363
Filter
:
All Threads
All Threads
Answered
Unanswered
Proposed Answers
General Discussion
No Replies
Helpful
Has Code
All Languages
-
Sticky0VotesNeed Help with Windows Azure Mobile Services?
Forum link: http://social.msdn.microsoft.com/Forums/en-US/azuremobile/threads Jeff Sanders (MSFT) -
Sticky0VotesProtecting your Windows Store app from unauthorized use
Protecting your apps Windows Store app licensing provides base piracy protection for all apps acquired from the Windows Store. It protects your apps from being ...
-
Unanswered0VotesHow to use UpgradeToSslAsync correctly on a connected StreamSocket?
UpgradeToSslAsync( Windows::Networking::Sockets::SocketProtectionLevel::Ssl, ... -
Answered8Votesstatic methods
Hi, i want to use Csharp WinRT component in c++ blank project template. I have some static methods in my winrt component . how to use them is c++ main page ... -
Unanswered0VotesHow to make image automatically go to the next column if not enough room?
I'm using c++ xaml template "Item Detail Page". I can edit texts and everything. But I'm having trouble with images. Every I insert an image, instead of ... -
Unanswered0VotesScheduling a task to run after each of two other tasks complete
Is there a way to schedule a task only after these two tasks with different return types are completed? One is IAsyncOperationWithProgress<int String^> and other returns task<StorageFile>. ... -
Unanswered0VotesWindows.UI.Xaml.WebView bad performance in ARM
Hello, I am seeing bad performance in our app due to webview. Often times, webview causes the app to hang when rendering a large table. This cause the OS to evict our app pretty ... -
Unanswered1VotesProblem or a possible bug with LoadPackagedLibrary when used on an exe
When using LoadPackagedLibrary on an exe that is already in memory, it returns a valid HMODULE handle. However it is a second copy of the exe, not a handle to the one already in ... -
Answered0VotesInvoking a exe as a process in Windows Store Apps?
Hi all, I want to invoke a exe as a process in windows store app. The scenario is I have some functionality which cannot be accomplished through windows store app. So I am creating ... -
Unanswered1VotesThings I need to know / know about to create a spectogram in C++
Hi all. I just joined today. I am trying to create a spectogram hopefully from scratch using C++, it will taken in audio from a mic, and just display the data, no need ... -
Answered1VotesSelectionBoxItem
Have defined a combobox in xaml . now utilising this combobox's SelectionBoxItem property and then calling ToString method. 2-> i have to use the ... -
Unanswered0VotesHelp me Please
So I am new to this and I want to learn c++ for summer So I started yesterday and I am following some tutorials but MVSE 2012 wont let me use #include ... -
Answered0Votesxps printing and viewing
Store apps seem to be limited with regards to xps support. Yet there is an XPS Viewer app that can view and print XPS documents. Anyway to embedded this in a ... -
Unanswered0Voteshow get short filename from folder/file in windows 8 store application (c++)
I need to convert the path of a file to 8.3 format (mostly because I need to store the path on char8) is there any way to do that on metro applications -
Unanswered0Voteschecking checkbox from button event handler
First of all, I apologize for the newbie question. Please don't kill me. How do I check to see a checkbox is checked from within button event ... -
Discussion2VotesShare Both Text and File
In metro apps, is it possible to share a file (or attachment), with email subject(or title) and/or email body? (If possible, how?) Thanks. -
Answered0VotesHow to force using IE10?
If I set Chrome the default win8 browser, App will open url using Chrome. It's not compatible with my App. (cannot switch to app from protocol). I use the API ... -
Answered5VotesWhy does the first character of wchar_t* gets erased when passed to a WinRT component?
MyMethod(const_cast<wchar_t*>(strPtr)); wchar_t firstCharAfter = strPtr[0]; // It is 0! Why? When I pass my wchar_t* pointer to the public method of the ... -
Unanswered1VotesProgramatically changing carat position in RichEditBox- WinRT
How do I programmatically change carat position in RichEditBox (WinRT) -
Answered1VotesHow to Update IPropertySet in MFT
QueryInterface(IID_PPV_ARGS(&spSetting)); return hr; } and the spSetting variable is declared as follows in the header file so that other parts of the MFT can ... -
Unanswered0VotesBoost libraries
Hi, I've been looking at the Boost C++ libraries for serialization from a WinRT component. I've got something working for a Win32 build, but it also needs to work for an ARM ... - Items 1 to 20 of 2703 Next ›



