Valhalla Legends Forums Archive | Visual Basic Programming | [VB6] Making other Applications Invisible

AuthorMessageTime
Topaz
I'm looking to code something small to force other items to be invisible (ie, AIM, Stealthbot, a Firefox window) to keep nosy siblings out of my business. Is there any API I can utilize?
July 27, 2005, 2:07 PM
TehUser
You want the ShowWindow function.
July 27, 2005, 2:27 PM
Topaz
Yey, I figured it out. Thanks.
July 27, 2005, 10:09 PM
Networks
[quote author=Topaz link=topic=12339.msg122125#msg122125 date=1122473252]
I'm looking to code something small to force other items to be invisible (ie, AIM, Stealthbot, a Firefox window) to keep nosy siblings out of my business. Is there any API I can utilize?
[/quote]

Just have seperate logons for you computer, I'd hate my parents looking in my shit, they think I make viruses!
July 27, 2005, 11:35 PM
Topaz
My computer's on pretty often, and I don't want siblings to be reading conversations with other people that I left open. (They tend to swear every fourth word) I just set it to hide all specified windows and the actual program itself. You can only revive it with a hotkey :-)
July 28, 2005, 2:13 AM
R.a.B.B.i.T
Or you could get new friends :P
July 28, 2005, 7:29 AM
Topaz
[quote author=rabbit link=topic=12339.msg122246#msg122246 date=1122535789]
Or you could get new friends :P
[/quote]

Which is why YOU suck.
July 28, 2005, 3:00 PM
Networks
I still think seperate accounts on your computer since you're using Windows would be a much better solution. START -> Log Off -> Switch, and make sure there's a password when you have to do something. I am sure it'll be harder for you siblings to get on. Hell it's even more organized!
July 28, 2005, 3:47 PM
Myndfyr
[quote author=Networks link=topic=12339.msg122271#msg122271 date=1122565663]
I still think seperate accounts on your computer since you're using Windows would be a much better solution. START -> Log Off -> Switch, and make sure there's a password when you have to do something. I am sure it'll be harder for you siblings to get on. Hell it's even more organized!
[/quote]

That doesn't work if 1.) his screen name isn't password-protected, 2.) fast user switching isn't enabled, 3.) his home network is configured as a domain, or 4.) he doesn't want to have to go through the welcome screen every time he wants to get up to go to the bathroom.
July 28, 2005, 9:45 PM
R.a.B.B.i.T
Or if the other person knows how to use Ctrl+Alt+Del
July 28, 2005, 10:20 PM
Quarantine
haha I use Networks method. Yes Ido lock it whenever I get up though :)

But since that's rarely :o
July 28, 2005, 10:52 PM
Networks
My password for the damn account logon screen is 3 letters, how hard is that?
July 28, 2005, 11:23 PM
Myndfyr
One of 17,576 combinations?
July 28, 2005, 11:54 PM
Quarantine
mine is easy too :o
July 29, 2005, 12:56 AM
Topaz
[quote author=rabbit link=topic=12339.msg122334#msg122334 date=1122589222]
Or if the other person knows how to use Ctrl+Alt+Del
[/quote]

I locked that key combination, just because of that :-)
July 29, 2005, 2:48 AM
Psycho
What if they just start pressing buttons and find your hotkey?
July 29, 2005, 5:34 PM
Adron
[quote author=rabbit link=topic=12339.msg122334#msg122334 date=1122589222]
Or if the other person knows how to use Ctrl+Alt+Del
[/quote]

How would the other person knowing how to use ctrl+alt+del help them get past different windows user accounts for different people?
July 29, 2005, 6:05 PM
Topaz
[quote author=Adron link=topic=12339.msg122435#msg122435 date=1122660359]
[quote author=rabbit link=topic=12339.msg122334#msg122334 date=1122589222]
Or if the other person knows how to use Ctrl+Alt+Del
[/quote]

How would the other person knowing how to use ctrl+alt+del help them get past different windows user accounts for different people?
[/quote]

I think he meant closing the application keeping my things invisible :-P

[quote author=Curse link=topic=12339.msg122435#msg122435 date=1122660359]
What if they just start pressing buttons and find your hotkey?
[/quote]

It's possible, so I might add a password protect screen or require multiple hotkeys.
July 29, 2005, 9:49 PM
Yegg
Why not save up some money and buy your own computer Topaz?
July 29, 2005, 9:56 PM
Topaz
I have a computer, but it's back home. The laptop I brought with me doesn't have a wireless card.
July 29, 2005, 10:12 PM
R.a.B.B.i.T
[quote author=Adron link=topic=12339.msg122435#msg122435 date=1122660359]
[quote author=rabbit link=topic=12339.msg122334#msg122334 date=1122589222]
Or if the other person knows how to use Ctrl+Alt+Del
[/quote]

How would the other person knowing how to use ctrl+alt+del help them get past different windows user accounts for different people?
[/quote]If fast user switching is enabled, you can terminate processes of any user from task manager.
July 30, 2005, 2:17 AM
hismajesty
Mind uploading and/or sending me this? I could find it useful.

Logging in/out every time I get up would be a pain, and a waste of a good few seconds. I have my own computer in my room, and then there's a family one downstairs that my parents/sister use but my mom has gotten on mine occasionally and I'd prefer if I could do that while I'm at school and stuff just in case!

July 30, 2005, 4:04 PM
Topaz
Ugh - I just implemented the CTRL + ALT + DEL lock, but it only works when the window has focus. I might use windows rootkit to hide it in another process, but I'm not sure :-/
July 30, 2005, 5:08 PM
Adron
[quote author=rabbit link=topic=12339.msg122483#msg122483 date=1122689871]
[quote author=Adron link=topic=12339.msg122435#msg122435 date=1122660359]
[quote author=rabbit link=topic=12339.msg122334#msg122334 date=1122589222]
Or if the other person knows how to use Ctrl+Alt+Del
[/quote]

How would the other person knowing how to use ctrl+alt+del help them get past different windows user accounts for different people?
[/quote]If fast user switching is enabled, you can terminate processes of any user from task manager.
[/quote]

I don't think you can do that unless you're an admin.
July 30, 2005, 5:39 PM
R.a.B.B.i.T
O well, my accounts always have admin :P
July 30, 2005, 6:45 PM
laurion
I just unplug the monitor cord if I walk away or leave my computer alone.
Then they hold down the power button -__-
July 31, 2005, 1:26 PM
Grok
[quote author=Topaz link=topic=12339.msg122218#msg122218 date=1122516829]
My computer's on pretty often, and I don't want siblings to be reading conversations with other people that I left open. [color=yellow](They tend to swear every fourth word)[/color] I just set it to hide all specified windows and the actual program itself. You can only revive it with a hotkey :-)
[/quote]

[quote author=Topaz link=topic=12339.msg122265#msg122265 date=1122562855]
[quote author=rabbit link=topic=12339.msg122246#msg122246 date=1122535789]
Or you could get new friends :P
[/quote]

Which is why YOU suck.
[/quote]

Haha, you only swear every fifth word ;p
August 2, 2005, 1:54 PM
Networks
My trouble is that my parents won't let me have the computer on for hours and hours, so I figured why not have a schedule but I am not completely sure if it's possible to turn a computer on and off without the use of BIOS.
August 2, 2005, 2:34 PM
Topaz
Why not use BIOS? Anyway, I finished the project. Should you want it, message me at Vesalius X@aim.com
August 2, 2005, 2:53 PM

Search