DracSoft Window Hider 1.0

Developed or developing a new product in PureBasic? Tell the world about it.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

DracSoft Window Hider 1.0

Post by dracflamloc »

Ever wanted a quick way to hide your chat and *cough* recreational *cough* windows with the press of a button? Now you can with my Window Hider app!

*update*
Okay in 1.2 you can change the hotkey and set it to hide new windows.

---

See more info here:
http://dracsoft.com/#%5B%5BWindow%20Hider%5D%5D

Direct Link:
http://dracsoft.com/zips/whider.zip
Last edited by dracflamloc on Wed Sep 06, 2006 5:37 pm, edited 1 time in total.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Re: DracSoft Window Hider 1.0

Post by traumatic »

Hi dracflamloc,

Ctrl+Shift+Z is a common shortcut for "redo".
Is the hotkey user-definable in some way?
Good programmers don't comment their code. It was hard to write, should be hard to read.
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

Oh I didn't realize... um, I can add that. I just added another feature so it can optionally hide any new windows that pop up when its enabled.

Will look into the hotkey thing in a few...
roherter
User
User
Posts: 17
Joined: Fri Mar 10, 2006 9:49 am
Contact:

Post by roherter »

sorry its going. :D
Last edited by roherter on Wed Sep 06, 2006 6:00 pm, edited 2 times in total.
Skype:Roherter

PB4.20
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

more information would be helpful you know....


@traumatic. Okay in 1.2 you can change the hotkey and set it to hide new windows.
traumatic
PureBasic Expert
PureBasic Expert
Posts: 1661
Joined: Sun Apr 27, 2003 4:41 pm
Location: Germany
Contact:

Post by traumatic »

dracflamloc wrote:@traumatic. Okay in 1.2 you can change the hotkey and set it to hide new windows.
Cool 8)
Good programmers don't comment their code. It was hard to write, should be hard to read.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Nice one :)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

Post by NoahPhense »

GeoTrail wrote:Nice one :)
Very nice.

- np
Intrigued
Enthusiast
Enthusiast
Posts: 501
Joined: Thu Jun 02, 2005 3:55 am
Location: U.S.A.

Post by Intrigued »

Working good here. Good deal. Now I can close all those tabu coding forum windows before my wife gets in the room! *Whewww*

:wink:
Intrigued - Registered PureBasic, lifetime updates user
User avatar
IceSoft
Addict
Addict
Posts: 1695
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

dracflamloc wrote: Okay in 1.2 you can change the hotkey and set it to hide new windows.
Please support the right mouse button too.
(Mostly I have to 'hide' windows very fast ;-) )
Nothing is faster as my middle finger lying on the right mouse button ;-)
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Post by Joakim Christiansen »

And make it so I can use motion detection from my webcam to hide stuff!
I like logic, hence I dislike humans but love computers.
User avatar
IceSoft
Addict
Addict
Posts: 1695
Joined: Thu Jun 24, 2004 8:51 am
Location: Germany

Post by IceSoft »

Joakim Christiansen wrote:And make it so I can use motion detection from my webcam to hide stuff!
That is a good idea.
Belive! C++ version of Puzzle of Mystralia
Bug Planet
<Wrapper>4PB, PB<game>, =QONK=, PetriDish, Movie2Image, PictureManager,...
User avatar
NoahPhense
Addict
Addict
Posts: 1999
Joined: Thu Oct 16, 2003 8:30 pm
Location: North Florida

..

Post by NoahPhense »

Can you make this happen when I sit down to program?

Code: Select all

handle = FindWindow_(0, "reality")
ShowWindow_(handle, #SW_HIDE)
- np
DarkDragon
Addict
Addict
Posts: 2345
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Post by DarkDragon »

IceSoft wrote:
Joakim Christiansen wrote:And make it so I can use motion detection from my webcam to hide stuff!
That is a good idea.
No, too CPU expencive. You could use a LDR and a laser-pointer.
bye,
Daniel
dracflamloc
Addict
Addict
Posts: 1648
Joined: Mon Sep 20, 2004 3:52 pm
Contact:

Post by dracflamloc »

I'm serious... if I had a webcam anymore I would make it work... I've made a basic motion detector out of one in the past...
Post Reply