From b85b4621a4e9c6103a56aaf80a3215b93b93b517 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:09:24 +0000 Subject: Utilisateur : Fcolin Date : 26/02/03 Heure : 16:40 Archivé dans $/Bus/IvyProbe Commentaire: suppression bouton clock start (vss 5) --- IvyProbe/IvyProbe.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'IvyProbe') diff --git a/IvyProbe/IvyProbe.cpp b/IvyProbe/IvyProbe.cpp index f201abc..2365dd4 100644 --- a/IvyProbe/IvyProbe.cpp +++ b/IvyProbe/IvyProbe.cpp @@ -42,6 +42,9 @@ CIvyProbeApp theApp; BOOL CIvyProbeApp::InitInstance() { + InitCommonControls(); + CWinApp::InitInstance(); + // CG: The following block was added by the Windows Sockets component. { if (!AfxSocketInit()) @@ -60,7 +63,6 @@ BOOL CIvyProbeApp::InitInstance() #ifndef UNDER_CE #ifdef _AFXDLL //Enable3dControls(); // Call this when using MFC in a shared DLL - InitCommonControls(); #else //Enable3dControlsStatic(); // Call this when linking to MFC statically #endif -- cgit v1.1