분류 전체보기
-
Windows Internet Explorer - MFCActiveX/인터넷 익스플로러 2009. 10. 1. 16:05
#include "ExDispid.h" // IE5.5 이상 class CMFCIEView : public CHtmlView { protected: // create from serialization only CMFCIEView(); DECLARE_DYNCREATE(CMFCIEView) // ... DECLARE_EVENTSINK_MAP() ... virtual void OnNavigateComplete2(LPCTSTR strURL); virtual void OnBeforeNavigate2(LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel..
-
Visual C++개발/Tool 2009. 9. 24. 22:03
5.0 - 19976.0 - 1998 // Windows 95 NT 4.0 - 0x04007.0 - 2002 // Windows 2000 - 0x0500File Format Number(7.00)7.1 - 2003(8.00)8.0 - Visual Studio 2005(9.00)9.0 - 2008(10.00)10.0 - 2010(11.00) 참조 사이트:http://jjjryu.tistory.com/search/_WIN32_IEhttp://pascoal.net/2011/05/getting-visual-studio-version-of-a-solution-file/http://en.wikipedia.org/wiki/Visual_C%2B%2Bhttp://en.wikipedia.org/wiki/Microsoft_..
-
VC6개발/Troub 2009. 9. 18. 09:00
C2146: syntax error: missing ';' before identifier PVOID64 다이렉트X SDK의 경로 위로 플랫폼 SDK 경로를 올린다. #ifndef _BASETSD_H_ #define _BASETSD_H_ #if !defined(_MAC) && (defined(_M_MRX000) || defined(_M_AMD64) || defined(_M_IA64)) && (_MSC_VER >= 1100) && !(defined(MIDL_PASS) || defined(RC_INVOKED)) #define POINTER_64 __ptr64 // C/C++ > Gerneral > Preprocessor definitions STRSAFE_NO_DEPRECATE 참조 사이트: http://s..
-
SMAF(Yamaha Synthetic Music Application Format)/MMFFile Format 2009. 9. 17. 14:09
MA1 MA2 MA3 MA5 MA7
-
엑셀File Format 2009. 8. 31. 13:20
BasicExcel .New() Create a new Excel workbook with a given number of spreadsheets .Load() .Save() .SaveAs() .AddWorksheet() .RenameWorksheet() .GetAnsiSheetName() .GetWorksheet() // BasicExcelWorksheet BasicExcelWorksheet .GetAnsiSheetName() .GetTotalRows() .GetTotalCols() .Cell() // BasicExcelCell BasicExcelCell .Type() UNDEFINED INT DOUBLE STRING .Set() .GetInteger() .SetDouble() .GetDouble() ..