代码搜索:Shell_NotifyIcon
找到约 358 项符合「Shell_NotifyIcon」的源代码
代码结果 358
www.eeworm.com/read/171812/9736937
bas modsystray.bas
Attribute VB_Name = "modSysTray"
'EVERY THING IN THIS MODULE MAKES THE SYSTRAY ICON PROGRAMME WORK'
'SO YOU WILL NEED IT ALL,YOU MIGHT NOT USE IT ALL BUT JUST LEAVE IT IN'
Option Explicit
Public
www.eeworm.com/read/110943/15522063
ctl trayarea.ctl
VERSION 5.00
Begin VB.UserControl TrayArea
Appearance = 0 'Flat
BackColor = &H80000005&
CanGetFocus = 0 'False
ClientHeight = 3600
ClientLeft =
www.eeworm.com/read/100390/15874982
ctl trayarea.ctl
VERSION 5.00
Begin VB.UserControl TrayArea
Appearance = 0 'Flat
BackColor = &H80000005&
CanGetFocus = 0 'False
ClientHeight = 3600
ClientLeft =
www.eeworm.com/read/332034/12784274
txt 系统相关.txt
立即运行屏幕保护程序
::SendMessage(GetSafeHwnd(), WM_SYSCOMMAND, SC_SCREENSAVE, 0);
---------------------------------
//获得计算机的名字
char name[10];
DWORD size = sizeof(name);
GetComputerName(name,&size);
--
www.eeworm.com/read/326022/13170038
cpp traynot.cpp
#include "stdafx.h"
#include "TrayNot.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
//////////////////////////////////////////////////////
www.eeworm.com/read/137805/13296368
cpp trayicon.cpp
/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
文件:TrayIcon.h 类CTrayIcon的执行文件
版权:Firebird Software Workroom 保留
声明:本源程序的版权受《中华人民共和国著作权法》以及其
它相关法律和条约的保护。任何有机会得到
www.eeworm.com/read/110185/15540373
cpp flashicondlg.cpp
// FlashIconDlg.cpp : implementation file
//
#include "stdafx.h"
#include "FlashIcon.h"
#include "FlashIconDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE
www.eeworm.com/read/192499/8378926
cpp traywnd.cpp
// TrayWnd.cpp : implementation file
//
#include "stdafx.h"
#include
#include "resource.h"
#include "KeyHook.h"
#include "MainSheet.h"
#include "TrayWnd.h"
#ifdef _DEBUG
#defi
www.eeworm.com/read/188943/8503643
cpp traywnd.cpp
// TrayWnd.cpp : implementation file
//
#include "stdafx.h"
#include
#include "resource.h"
#include "KeyHook.h"
#include "MainSheet.h"
#include "TrayWnd.h"
#ifdef _DEBUG
#defi
www.eeworm.com/read/118158/7135901
cpp traywnd.cpp
// TrayWnd.cpp : implementation file
//
#include "stdafx.h"
#include
#include "resource.h"
#include "KeyHook.h"
#include "MainSheet.h"
#include "TrayWnd.h"
#ifdef _DEBUG
#defi