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
program1.prg
Package: USING_API_function.rar [view]
Upload User: caigouii
Upload Date: 2020-04-16
Package Size: 8k
Code Size: 0k
Category:
Other Databases
Development Platform:
VFP
- DECLARE Long ShowWindow IN User32 Long hwnd,Long nCmdShow
- DECLARE Integer GetActiveWindow IN win32api
- nHandle=GetActiveWindow() &&获得窗口句柄
- IF nHandle#0
- =ShowWindow(nHandle,2) &&最小化
- ENDIF