代码搜索:Shell_NotifyIcon
找到约 358 项符合「Shell_NotifyIcon」的源代码
代码结果 358
www.eeworm.com/read/260156/11742852
cpp systemicon.cpp
// SystemIcon.cpp: implementation of the CSystemIcon class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SystemIcon.h"
#ifdef _DEBUG
www.eeworm.com/read/156589/11790803
txt 检测鼠标位置.txt
检测鼠标位置
例如,通过一个定时器Timer1的触发事件源来检测鼠标位置
void __fastcall TForm1::Timer1Timer(TObject *Sender)
{
TPoint pt;
GetCursorPos(&pt);
Label1->Caption = "(" +IntToStr(pt.x) +")(" +Int
www.eeworm.com/read/126615/14414290
wzd readme.wzd
/////////////////////////////////////////////////////////////////////
// Modify any class that can receive a windows message.
/////////////////////////////////////////////////////////////////////
www.eeworm.com/read/124905/14526480
cpp systemicon.cpp
// SystemIcon.cpp: implementation of the CSystemIcon class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SystemIcon.h"
#ifdef _DEBUG
www.eeworm.com/read/124105/14593920
cpp systemtray.cpp
#include "stdafx.h"
#include "SystemTray.h"
//#include "MenuEx.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
IMPLEMENT_DYNAMIC(CSystemTra
www.eeworm.com/read/222000/14712170
c trayicon.c
/******************************************************************/
/* */
/* Winpooch : Windows Watchdog
www.eeworm.com/read/118738/14858304
cpp ntray.cpp
/*
Module : NTRAY.CPP
Purpose: implementation for a MFC class to encapsulate Shell_NotifyIcon
Created: PJN / NOTSHELL/1 / 14-05-1997
History: None
Copyright (c) 1997 by PJ Naughter.
All righ
www.eeworm.com/read/115774/15002143
txt lc_bcb_54.txt
C++Builder让你的任务栏图标动起来
C++BUILDER让你的任务栏图标动起来
中央民族大学计算机系
杨超
---- 在windows环境下上网时,你有没有注意到在屏幕的右下脚的任务栏上有一个动画图标呢?它一闪一闪的,形象的表示出网络此时正在传输数据。关于任务栏图标编程的文章 ...
www.eeworm.com/read/213757/15126302
cpp systemicon.cpp
// SystemIcon.cpp: implementation of the CSystemIcon class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SystemIcon.h"
#ifdef _DEBUG