PDA

Click to See Complete Forum and Search --> : Weird Apis


Dayo312
Jan 3rd, 2000, 12:48 AM
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?

ShadowCrawler
Jan 3rd, 2000, 07:41 AM
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: craigkovatch@compuserve.com
ICQ#: 9872708 (http://wwp.mirabilis.com/9872708)

mwdelta
Jan 3rd, 2000, 07:50 AM
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