If it does still contains Win32 parts – which are the main ones?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are still some non-WPF UI elements in VS 2012 –
For example, the Find and Replace dialog (
Edit->Find and Replace->Find in Files) is basically unchanged for many releases of VS, and not WPF based.You can verify this, btw, by using Spy++ – for example, the buttons in that window all have their own HWND, and using one HWND per element.