|
-
Jan 3rd, 2000, 01:48 AM
#1
Thread Starter
Addicted Member
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?
-
Jan 3rd, 2000, 08:41 AM
#2
Member
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
-
Jan 3rd, 2000, 08:50 AM
#3
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|