|
Could be, I'm not sure as I have .net 2003 version. Here is a snippet from the MSDN help page:
CWnd::FindWindow
Microsoft Windows® 95 or later: FindWindowW is supported by the Microsoft Layer for Unicode (MSLU). To use this, you must add certain files to your application, as outlined in Microsoft Layer for Unicode on Windows 95/98/Me Systems.
Header: Declared in Winuser.h, include Windows.h
Import library: User32.lib
Good luck, as it will be difficult to do things easily in windows when starting with a console app.
|