Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / GDIPlus / src / FrameApp.cpp
diff --git a/research/transmission_spectroscopy/TOF/Win32++/samples/GDIPlus/src/FrameApp.cpp b/research/transmission_spectroscopy/TOF/Win32++/samples/GDIPlus/src/FrameApp.cpp
new file mode 100644 (file)
index 0000000..e77e715
--- /dev/null
@@ -0,0 +1,31 @@
+//////////////////////////////////////////////\r
+//FrameApp.cpp\r
+\r
+#include "stdafx.h"\r
+#include "FrameApp.h"\r
+\r
+\r
+// Definitions for the CFrameApp class\r
+CFrameApp::CFrameApp()\r
+{\r
+}\r
+\r
+CFrameApp::~CFrameApp()\r
+{\r
+}\r
+\r
+BOOL CFrameApp::InitInstance()\r
+{\r
+       //Create the Frame Window\r
+       if (!m_Frame.Create())  \r
+       {\r
+               // We get here if the Frame creation fails\r
+               \r
+               ::MessageBox(NULL, _T("Failed to create Frame window"), _T("ERROR"), MB_ICONERROR);\r
+               return FALSE; // returning FALSE ends the application\r
+       }\r
+\r
+       return TRUE;\r
+}\r
+\r
+\r

UCC git Repository :: git.ucc.asn.au