Hey, I have been searching this for a while now, and I cannot find a c++ code that expands the window once opened. I have found multiple codes that claim it opens it in an expanded window, but in the end all I get is compiling errors.
If someone would be so kind as to give a full example code that will open the window in a larger format, it would be greatly appreciated.
Note: I am using Visual Studios Express Edition, not sure if it matters or not..
Edit: I just realized how retarded my typo was on the header. It's supposed to be 'expanded'. Sorry..I'm tired.
Last edited by restrictment; Oct 25th, 2009 at 1:43 am.
1>conversation.obj : error LNK2028: unresolved token (0A0002BF)"extern "C" int __stdcall ShowWindow(struct HWND__ *,int)"(?ShowWindow@@$$J18YGHPAUHWND__@@H@Z) referenced in function "int __cdecl main(void)"(?main@@$$HYAHXZ)
1>conversation.obj : error LNK2019: unresolved external symbol "extern "C" int __stdcall ShowWindow(struct HWND__ *,int)"(?ShowWindow@@$$J18YGHPAUHWND__@@H@Z) referenced in function "int __cdecl main(void)"(?main@@$$HYAHXZ)
1>C:\Users\Jake\Documents\Visual Studio 2008\Projects\test\Debug\test.exe : fatal error LNK1120: 2 unresolved externals
1>Build log was saved at "file://c:\Users\Jake\Documents\Visual Studio 2008\Projects\test\test\Debug\BuildLog.htm"
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.