MFC possible in VC++ Express?

BlitzPlus Forums/BlitzPlus Programming/MFC possible in VC++ Express?

Alaric(Posted 2007) [#1]
Is there any way to get MFC in VC++ Express? Is there some download I can get? I need to make a DLL that can change window styles, but I can't do it without MFC. I don't have the money to buy the full Visual Studio... Is there anything that I can do?


Alaric(Posted 2007) [#2]
I finally found out that I don't need MFC after all... Wish someone could have told me there was a standard User32.dll function for changing window styles (SetWindowLong&Setwindowpos)...