Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Feb 7, 2018
1 parent a832054 commit 6539589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified Release/tool3.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions tool3/tool3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ BOOL Ctool3App::InitInstance()
//SetRegistryKey(_T("Local AppWizard-Generated Applications"));

;

//mfc window dry base
pFrame= new CMainFrame;
if (!pFrame)
return FALSE;
Expand All @@ -74,7 +74,7 @@ BOOL Ctool3App::InitInstance()

w.hbrBackground=(HBRUSH)(COLOR_WINDOW+1);
w.lpszClassName=L"t";
w.style=CS_OWNDC|CS_BYTEALIGNCLIENT|CS_BYTEALIGNWINDOW|CS_HREDRAW|CS_VREDRAW;
w.style=CS_OWNDC||CS_BYTEALIGNWINDOW|CS_HREDRAW|CS_VREDRAW;
w.hCursor=this->LoadStandardCursor(IDC_ARROW);
w.lpfnWndProc=AfxWndProc;
w.lpszMenuName=NULL;
Expand All @@ -83,7 +83,7 @@ BOOL Ctool3App::InitInstance()

RegisterClassEx(&w);

pFrame->CreateEx( WS_EX_APPWINDOW,L"t",L"tool3",WS_OVERLAPPEDWINDOW,CRect(20,0,478,592),NULL,0);
pFrame->CreateEx( WS_EX_APPWINDOW|WS_EX_COMPOSITED,L"t",L"tool3",WS_OVERLAPPEDWINDOW,CRect(20,0,478,592),NULL,0);
// The one and only window has been initialized, so show and update it
pFrame->ShowWindow(SW_SHOW);
// call DragAcceptFiles only if there's a suffix
Expand Down
Binary file modified x64/Release/tool3.exe
Binary file not shown.

0 comments on commit 6539589

Please sign in to comment.