代码搜索:FindWindow
找到约 333 项符合「FindWindow」的源代码
代码结果 333
www.eeworm.com/read/332034/12784266
txt getsafehwnd()函数.txt
为什么要使用GetSafeHwnd()函数
当我们想得到一个窗口对象(CWnd的派生对象)指针的句柄(HWND)时,最安全的方法是使用GetSafeHwnd()函数,通过下面的例子来看其理由:
CWnd *pwnd = FindWindow(“ExploreWClass”,NULL); //希望找到资源管理器
HWND hwnd = pwnd->m_hwnd; //得到它的HWND
这样
www.eeworm.com/read/332034/12784279
txt 系统任务栏.txt
是系统任务栏吗??
CWnd* GetTaskbar()
{
CWnd* pRet = NULL ;
HWND hwnd = ::FindWindow("Shell_TrayWnd",NULL) ;
if(hwnd)
{
pRet = CWnd::FromHandle(hwnd) ;
}
return pRet ;
}
www.eeworm.com/read/142204/12957733
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Button2: TButton
www.eeworm.com/read/243130/12959680
txt 隐藏桌面上的图标 (2001年4月7日).txt
隐藏桌面上的图标 (2001年4月7日)
网友更新 分类:Win API 作者: eisai(推荐) 推荐:eisai 阅读次数:233
(http://www.codesky.net)
--------------------------------------------------------------------------------
使桌面上的图
www.eeworm.com/read/243130/12960157
txt taskbar (2000年12月29日).txt
Taskbar (2000年12月29日)
网友更新 分类:Win API 作者: maming(推荐) 推荐:maming 阅读次数:357
(http://www.codesky.net)
--------------------------------------------------------------------------------
pro
www.eeworm.com/read/243130/12960408
txt 隐藏显示系统的任务栏? (2000年12月13日).txt
隐藏/显示系统的任务栏? (2000年12月13日)
本站更新 分类: 作者:srw 推荐: 阅读次数:484
(http://www.codesky.net)
--------------------------------------------------------------------------------
---------------
www.eeworm.com/read/307932/13713056
~cpp ie.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "IE.h"
//---------------------------------------------------------------
www.eeworm.com/read/106385/6193668
cpp finddlg.cpp
//####COPYRIGHTBEGIN####
//
// ----------------------------------------------------------------------------
// Copyright (C) 1998, 1999, 2000 Red Hat, Inc.
//
// This program is part of the eCos host
www.eeworm.com/read/478404/6716484
cpp mainform.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Mainform.h"
//---------------------------------------------------------
www.eeworm.com/read/264299/11320601
h findwnd.h
// FindWnd.h: interface for the FindWindow class.
/*
* Copyright (c) 2006 - 2007 All Rights Reserved
*
* 程序作者:
* 张鲁夺(zhangluduo) : 为所有爱我的人和我爱的人努力!
*
* 联系方式:
* zhangluduo@msn.com
*