Windows Forms in Visual Studio Express
Posted
by noname
on Stack Overflow
See other posts from Stack Overflow
or by noname
Published on 2010-04-12T08:13:31Z
Indexed on
2010/04/12
8:23 UTC
Read the original article
Hit count: 493
Good day, can I ask one question about Windows Forms? As far as I know Windows Forms is Win32 wrapper like MFC, created for use with .NET. But, what I dont know is, can you use windows forms and compile directly to native code? Becouse in Visual Studio Express, there is windows forms available only for CLR. And, there is no GUI tool for use with win32 project. I expected there will be one, since its called Visual, like Visual Basic has. Thanks.
© Stack Overflow or respective owner