No announcements
Found 4002318 threads
-
0 Votes
Metro App call Win32 API(GetDiskFreeSpaceEx)
Those Win32 APIs are not available.Answered | 7 Replies | 5690 Views | Created by ONIIONIION - Wednesday, December 7, 2011 10:57 AM | Last reply by ONIIONIION - Friday, December 9, 2011 10:23 AM -
2 Votes
How to Call Metro API with Win32 Application?
/ Can a Desktop app obtain the CoreWindow of the Dekstop and pass it to the MessageDialog?Answered | 4 Replies | 4070 Views | Created by hot_blood2001 - Monday, November 14, 2011 8:41 AM | Last reply by SeanMedina - Wednesday, April 25, 2012 11:44 PM -
0 Votes
Want to deploy & remove Metro Packages from Win32.
PackageManager does not allow deploying apps which cannot otherwise be used on the system.Answered | 4 Replies | 4021 Views | Created by anu_k - Tuesday, December 13, 2011 12:48 PM | Last reply by Rob Caplan [MSFT] - Tuesday, March 13, 2012 9:53 PM -
2 Votes
How to pre-install Win32 DLL for Metro App.
It would not be a good choice for a camera as we have a built in API for that.Answered | 6 Replies | 4209 Views | Created by Aptexan_ - Wednesday, March 14, 2012 8:02 PM | Last reply by Eric Hanson-MSFT - Monday, June 4, 2012 4:34 PM -
1 Votes
IPC between Metro apps and Win32 apps
CreateFileMapping is supported for use within the Metro style app, but it cannot be used to share data with other processes outside of its app ...Answered | 15 Replies | 11463 Views | Created by Sameer Karkhanis - Thursday, September 22, 2011 6:51 PM | Last reply by Sharad Kumar - Friday, December 7, 2012 6:55 AM -
7 Votes
Metro Style App How to load Win32 dll?
When you create a Metro style app, your app (the exe and the associated stuff) gets packaged into an AppX package and is deployed by VS when you try to run ...Answered | 20 Replies | 18697 Views | Created by hot_blood2001 - Friday, September 23, 2011 4:36 AM | Last reply by Rob Caplan [MSFT] - Thursday, May 10, 2012 10:40 PM -
1 Votes
Why can't use part of the win32 api in windows metro style program ?
Hello: Because windows metro style program the default preprocessor definitions is (WINAPI_FAMILY=2), so win32 library ...Answered | 1 Replies | 3929 Views | Created by yangdebin - Friday, January 6, 2012 6:11 AM | Last reply by Eric Hanson-MSFT - Saturday, January 7, 2012 1:36 AM -
1 Votes
WinRT in Win32?
Desktop applications can use the full desktop API.Answered | 8 Replies | 6998 Views | Created by lxtazz - Thursday, April 12, 2012 12:55 PM | Last reply by lxtazz - Wednesday, April 25, 2012 6:48 AM -
0 Votes
Is it possible to call the win32 api that is not exist in winRT on metro style apps.
I had already searched this website before and can't find this api( GetFirmwareEnvironmentVariable ).Answered | 3 Replies | 4085 Views | Created by zxcv123123 - Wednesday, December 28, 2011 6:17 AM | Last reply by Jeff Sanders - Wednesday, December 28, 2011 2:36 PM -
0 Votes
Win32 Api
Under the Strings section of the MSDN there are a few, wsprintf, wvsprintf, StringCbPrintf, StringCbPrintfEx, and more.Answered | 4 Replies | 4603 Views | Created by Rajesh Kanakarajan - Wednesday, April 6, 2011 10:19 AM | Last reply by Darran Rowe - Wednesday, April 6, 2011 1:35 PM -
0 Votes
Can I load a Win32 dll from Metro style app with c#?
Short answer - Only a subset of Win32 API's are supported in Metro Style Apps ...Answered | 1 Replies | 3051 Views | Created by geo_leo - Friday, March 30, 2012 2:55 AM | Last reply by Harikrishna Menon - Friday, March 30, 2012 3:44 AM -
0 Votes
win32 api for windows 8
Windows 8 x86 and x64 supports all the same Win32 APIs for desktop applications that Windows 7 did.Answered | 4 Replies | 4149 Views | Created by Antonioblob - Wednesday, September 4, 2013 9:13 PM | Last reply by Chuck Walbourn - MSFT - Saturday, September 7, 2013 7:56 AM -
4 Votes
Win32 Bluetooth LE APIs - Error C2373
If we wish to interact with it in a desktop app (x86, not ARM), then we can either make a driver and use the WPD framework like in #1, or we can call the GATT API ...Answered | 13 Replies | 13394 Views | Created by ronningstad - Wednesday, June 27, 2012 2:51 PM | Last reply by Kite Ko - Tuesday, April 1, 2014 3:08 AM -
0 Votes
How to show win32 style window in metro, because I want to show an On-screen-keyboard in metro
And I also find a way to show win32 window in metro.Answered | 4 Replies | 2950 Views | Created by Nick_Zhang - Tuesday, August 7, 2012 8:51 AM | Last reply by Nick_Zhang - Wednesday, August 8, 2012 8:37 AM -
0 Votes
API to uninstall a Metro App
From a Desktop app you can use the PackageManager class to remove a package.Answered | 4 Replies | 3208 Views | Created by VarShant - Monday, July 16, 2012 9:32 AM | Last reply by Rob Caplan [MSFT] - Monday, July 16, 2012 3:57 PM -
1 Votes
Porting Win32 libraries to WinRT
I have an article that focuses on game engine libraries, but it does provide some general guidance for writing 'dual-use' code that can compile for both Win32 desktop ...Answered | 2 Replies | 4445 Views | Created by Sravan Vurapalli - Tuesday, November 27, 2012 3:18 PM | Last reply by Chuck Walbourn - MSFT - Wednesday, November 28, 2012 8:22 PM -
1 Votes
Win32 API core profiler
About the relationships between related win32 API, involved DLLs, process.Answered | 8 Replies | 1252 Views | Created by MarcoDorantes - Friday, May 6, 2016 12:03 PM | Last reply by MarcoDorantes - Saturday, July 23, 2016 2:31 PM -
0 Votes
GetAvailableProcessorCount(), GetProcessorCount() missing from win32 API
Hi Jim Michaels, According to the following MSDN documents, in a Win 32 Console Application of C++, we could use GetProcessorCount Function in this ...Answered | 2 Replies | 874 Views | Created by Jim Michaels - Wednesday, September 7, 2016 3:08 AM | Last reply by Oscar_Wu - Tuesday, September 13, 2016 5:56 AM -
0 Votes
My legacy static library uses WinSock api.
If you want to target Windows phone 8 or Win32 desktop, you need Winsock.Answered | 13 Replies | 9819 Views | Created by Shafiq2012 - Monday, April 23, 2012 11:51 PM | Last reply by slyi - Friday, August 16, 2013 10:18 AM -
0 Votes
Metro App application using Metro App dll
If it uses API which aren't allowed for Metro style apps then the app would fail certification.Answered | 1 Replies | 2846 Views | Created by Shafiq2012 - Wednesday, May 2, 2012 10:28 PM | Last reply by Rob Caplan [MSFT] - Thursday, May 3, 2012 1:10 AM - Items 1 to 20 of 4002318 Next ›
No announcements