New program icon. Created by Kirill Topov.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray])
|
||||
// wCenterWindow
|
||||
// logger.h
|
||||
// wLogger v3.1 (Edited version from RBTray project [https://github.com/benbuck/rbtray])
|
||||
//
|
||||
// Usage: LOG_TO_FILE(L"%s(%d): Log message", TEXT(__FUNCTION__), __LINE__);
|
||||
//
|
||||
#pragma once
|
||||
#include "framework.h"
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// wCenterWindow
|
||||
// wCenterWindow.cpp
|
||||
//
|
||||
// TODO: Licensing.
|
||||
// TODO: Move restricted window classes to Array.
|
||||
// TODO: Change keyboard low-level hook to RegisterHotKey function.
|
||||
// TODO: Add check for updates.
|
||||
// TODO: Make x64 version.
|
||||
@@ -40,7 +40,7 @@ MENUITEMINFO mii = { 0 };
|
||||
LPVOID szBuffer;
|
||||
|
||||
// {2D7B7F30-4B5F-4380-9807-57D7A2E37F6C}
|
||||
static const GUID guid = { 0x2d7b7f30, 0x4b5f, 0x4380, { 0x98, 0x7, 0x57, 0xd7, 0xa2, 0xe3, 0x7f, 0x6c } };
|
||||
// static const GUID guid = { 0x2d7b7f30, 0x4b5f, 0x4380, { 0x98, 0x7, 0x57, 0xd7, 0xa2, 0xe3, 0x7f, 0x6c } };
|
||||
|
||||
// Forward declarations of functions included in this code module:
|
||||
VOID HandlingTrayIcon();
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
// wCenterWindow
|
||||
// wCenterWindow.h
|
||||
//
|
||||
#pragma once
|
||||
#include "resource.h"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 113 KiB |
@@ -188,7 +188,7 @@
|
||||
<ItemGroup>
|
||||
<ClInclude Include="framework.h" />
|
||||
<ClInclude Include="logger.h" />
|
||||
<ClInclude Include="Resource.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
<ClInclude Include="targetver.h" />
|
||||
<ClInclude Include="wCenterWindow.h" />
|
||||
</ItemGroup>
|
||||
@@ -199,7 +199,6 @@
|
||||
<ResourceCompile Include="wCenterWindow.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="small.ico" />
|
||||
<Image Include="wCenterWindow.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user