代码搜索:SendMessage
找到约 3,804 项符合「SendMessage」的源代码
代码结果 3,804
www.eeworm.com/read/485517/6552267
c~ win_infoinbox.c~
/*
win_InfoInbox.c
*/
#include "sysSrcInfo.h"
#define SIID_CHECK_INBOX 153
static int flagInfoInbox=0;
static HWND hIV_menu_InfoInbox;//menu
static HWND editCodeType;
static BITMAP icon_bitmap_
www.eeworm.com/read/485517/6552293
c win_infoinbox.c
/*
win_InfoInbox.c
*/
#include "sysSrcInfo.h"
#define SIID_CHECK_INBOX 153
static int flagInfoInbox=0;
static HWND hIV_menu_InfoInbox;//menu
static HWND editCodeType;
static BITMAP icon_bitmap_
www.eeworm.com/read/485517/6552454
c~ win_infooutbox.c~
/*
win_infoOutbox.c
*/
/*
** COMPANY NAME: 国星
** FILE NAME: win_infoOutbox.c
** FILE PATH: Interface/win_infoOutbox.c
** WINDOWS NAME: 通信
** WINDOWS PATH: 通信 / 发件箱
** OTHER INFORMATION; 无
** CREA
www.eeworm.com/read/406404/11443235
cpp framewnd.cpp
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/405799/11456761
cpp winsockudpdlg.cpp
// WinSockUDPDlg.cpp : implementation file
//
#include "stdafx.h"
#include "WinSockUDP.h"
#include "WinSockUDPDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/401147/11563658
asm webcam.asm
; +-------------------------------------------+
; | Program ...... FASMCam |
; | Author ....... Marcus Araujo |
; | Description .. this application shows how |
; |
www.eeworm.com/read/347194/11682788
cpp mainfrm.cpp
/************************************************************
//
// Copyright (C) 2002, Geo Soft
// All rights reserved
// mail: khuntipm@yahoo.com
// web: www.geosoftindia.com
// Khunti
www.eeworm.com/read/344861/11856451
c monthcalendar.c
/*
** $Id: monthcalendar.c,v 1.10 2007-08-30 02:02:03 xwyan Exp $
**
** monthcalendar.c: The MonthCalendar control demo program.
**
** Copyright (C) 2001 ~ 2002 Zhong Shuyi.
** Copyright (C) 2003 ~ 20
www.eeworm.com/read/344861/11856457
c newtoolbar.c
/*
** $Id: newtoolbar.c,v 1.14 2007-10-29 07:12:32 xwyan Exp $
**
** newtoolbar.c: The NewToolBar control demo program.
**
** Copyright (C) 2003 ~ 2007 Feynman Software.
**
** Create date: 2003/5/15
*
www.eeworm.com/read/250986/12370726
txt 非法探取密码的原理及其防范(转).txt
作者:九流
email: molimin@163.net
日期:8/8/2001 11:59:25 AM
一、非法获取Password的原理:
Edit控件是Windows的一个标准控件,当把其Password属性设为True时,就会将输入的内容屏蔽为星号,从而达到保护的目的。虽然我们看来都是星号,但程序中的Edit控件实际仍是用户输入的密码,应用程序可以获取该控件中的密码,其他应用程序 ...