Does VB6 VisualBasic6 API's work on Windows 8?
vb.net, vb6, windows
Solution
Windows 8 does not change the basic APIs for Windows desktop apps. (except, of course for Windows RT)
Future versions of Windows also won't; any changes to those APIs would break compatibility with all existing applications.
Problem
Are only basic VB6 Applications running on WIN8? Are any API's different in use like GDI+, Keyhooks, FileSystem or RtlMoveMemory Apis. VB6 is x86, Win8 is x64. I already read: VB6 Running on Windows 8?