Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
OleListDropTarget.h
Package: NetDownMTR.rar [view]
Upload User: oadesign
Upload Date: 2013-12-25
Package Size: 265k
Code Size: 1k
Category:
Process-Thread
Development Platform:
Visual C++
- // OleListDropTarget.h: interface for the COleListDropTarget class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_OLELISTDROPTARGET_H__6718724F_7D99_11D3_90F9_00105AA6C48C__INCLUDED_)
- #define AFX_OLELISTDROPTARGET_H__6718724F_7D99_11D3_90F9_00105AA6C48C__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include <afxole.h>
- class COleListDropTarget : public COleDropTarget
- {
- public:
- void SetParent(CWnd* pParent);
- COleListDropTarget(CWnd* pParent = NULL);
- virtual ~COleListDropTarget();
- DROPEFFECT OnDragEnter(CWnd* pWnd, COleDataObject* pDataObject, DWORD
- dwKeyState, CPoint point );
- DROPEFFECT OnDragOver(CWnd* pWnd, COleDataObject* pDataObject, DWORD
- dwKeyState, CPoint point );
- void OnDragLeave(CWnd* pWnd);
- BOOL OnDrop(CWnd* pWnd, COleDataObject* pDataObject, DROPEFFECT
- dropEffect, CPoint point );
- // Attributes
- protected:
- CWnd* m_pParent;
- };
- #endif // !defined(AFX_OLELISTDROPTARGET_H__6718724F_7D99_11D3_90F9_00105AA6C48C__INCLUDED_)