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
vgaplayer1.h
Package: VGAPlayer.rar [view]
Upload User: dreamzjm
Upload Date: 2014-06-08
Package Size: 388k
Code Size: 3k
Category:
Multimedia Develop
Development Platform:
Visual C++
- #if !defined(AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_)
- #define AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
- // Dispatch interfaces referenced by this interface
- class COleFont;
- /////////////////////////////////////////////////////////////////////////////
- // CVGAPlayer wrapper class
- class CVGAPlayer : public CWnd
- {
- protected:
- DECLARE_DYNCREATE(CVGAPlayer)
- public:
- CLSID const& GetClsid()
- {
- static CLSID const clsid
- = { 0x339c1ee2, 0x1029, 0x46b8, { 0x81, 0xf1, 0x36, 0x2, 0x17, 0xf2, 0x6f, 0xc4 } };
- return clsid;
- }
- virtual BOOL Create(LPCTSTR lpszClassName,
- LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect,
- CWnd* pParentWnd, UINT nID,
- CCreateContext* pContext = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID); }
- BOOL Create(LPCTSTR lpszWindowName, DWORD dwStyle,
- const RECT& rect, CWnd* pParentWnd, UINT nID,
- CFile* pPersist = NULL, BOOL bStorage = FALSE,
- BSTR bstrLicKey = NULL)
- { return CreateControl(GetClsid(), lpszWindowName, dwStyle, rect, pParentWnd, nID,
- pPersist, bStorage, bstrLicKey); }
- // Attributes
- public:
- // Operations
- public:
- BOOL GetAutoScroll();
- void SetAutoScroll(BOOL bNewValue);
- BOOL GetAutoSize();
- void SetAutoSize(BOOL bNewValue);
- long GetAxBorderStyle();
- void SetAxBorderStyle(long nNewValue);
- CString GetCaption();
- void SetCaption(LPCTSTR lpszNewValue);
- unsigned long GetColor();
- void SetColor(unsigned long newValue);
- COleFont GetFont();
- void SetFont(LPDISPATCH newValue);
- BOOL GetKeyPreview();
- void SetKeyPreview(BOOL bNewValue);
- long GetPixelsPerInch();
- void SetPixelsPerInch(long nNewValue);
- long GetPrintScale();
- void SetPrintScale(long nNewValue);
- BOOL GetScaled();
- void SetScaled(BOOL bNewValue);
- short GetCursor();
- void SetCursor(short nNewValue);
- void LoadFile(LPCTSTR Filename);
- void SendScript(LPCTSTR Str);
- void Open(LPCTSTR Filename);
- long GetDisplayMode();
- void SetDisplayMode(long nNewValue);
- void Play();
- void Pause();
- void Stop();
- void Close();
- void FastForward();
- void FastReverse();
- unsigned long GetCurrentPosition();
- void SetCurrentPosition(unsigned long newValue);
- long GetDuration();
- long GetScreenBackgroundColor();
- void SetScreenBackgroundColor(long nNewValue);
- long GetNailBackgroundColor();
- void SetNailBackgroundColor(long nNewValue);
- CString GetLocalIP();
- void SetLocalIP(LPCTSTR lpszNewValue);
- long GetMax();
- long GetMin();
- BOOL GetFullScreen();
- void SetFullScreen(BOOL bNewValue);
- CString GetUrl();
- void SetUrl(LPCTSTR lpszNewValue);
- long GetStatus();
- BOOL GetAutoStart();
- void SetAutoStart(BOOL bNewValue);
- long GetVGAWidth();
- long GetVGAHeight();
- long GetInitialColor();
- void SetInitialColor(long nNewValue);
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VGAPLAYER1_H__9A44D70B_91B0_4F3E_9BAB_00301C26EDB3__INCLUDED_)