|
-
Aug 26th, 2010, 12:00 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] Unhide Application Via API
I managed again to hide the application using api but don't know how to unhide it. Anyone know how to do that ?
-
Aug 26th, 2010, 12:40 AM
#2
Re: Unhide Application Via API
Well, I would think how you hide it, would give us some ideas on how to unhide it.
That being said, what do you mean by "hide?"
And can you show us how you're "hiding" it?
CodeBank contributions: Process Manager, Temp File Cleaner
 Originally Posted by SJWhiteley
"game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....
-
Aug 26th, 2010, 12:52 AM
#3
Thread Starter
Fanatic Member
Re: Unhide Application Via API
Sorry, What I'm doing is I'm hiding some applications active on my computer using API using this API code
Code:
Private Declare Function ShowWindow Lib "user32" (ByVal hwnd As IntPtr, ByVal nCmdShow As Integer) As Integer
But i don't know now how to show it again.
-
Aug 26th, 2010, 02:08 AM
#4
Re: Unhide Application Via API
You have to pass SW_SHOW in nCmdShow parameter.
-
Aug 26th, 2010, 02:11 AM
#5
Thread Starter
Fanatic Member
Re: Unhide Application Via API
I've used that already sir but nothing happen
-
Aug 26th, 2010, 02:20 AM
#6
Re: Unhide Application Via API
-
Aug 26th, 2010, 02:33 AM
#7
Thread Starter
Fanatic Member
Re: Unhide Application Via API
I found a other solution thanks for the replies.
-
Aug 26th, 2010, 02:37 AM
#8
Re: [RESOLVED] Unhide Application Via API
Why not share your solution so others who will encounter the same problem may also try it? =)
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
|