I need to get some apis to do odd things.
One to Make another programs windows invisable.
One to Make another program stop what its doing.
are there any?
Printable View
I need to get some apis to do odd things.
One to Make another programs windows invisable.
One to Make another program stop what its doing.
are there any?
Public Declare Function SuspendThread Lib "kernel32" Alias "SuspendThread" (ByVal hThread As Long) As Long
For suspending a program.
Dunno about the Window hiding, look through to API viewer.
------------------
(¯`·.¸¸.·´¯`·->ShadowCrawler<-·´¯`·.¸¸.·´¯)
Teenage Programmer
Visual Basic, HTML, C++, JavaScript
http://welcome.to/X12Tech
Email: [email protected]
ICQ#: 9872708
One way to make windows invisible but still active is to move them off the screen, like setting Form.Top to 32000.
------------------
Mike Wellems
PowerQuery