Page 1 of 1

Click through a form?

Posted: Thu Jul 17, 2008 12:21 pm
by mr_penguin
Is there any way to make a form fullscreen but be able to click through it so you can use other apps behind that form.

Posted: Thu Jul 17, 2008 12:25 pm
by Dagger13
yes, just either set the transperancy key to the color of the background or set the opacity to 0 and make sure you have it set to top most

Posted: Thu Jul 17, 2008 1:22 pm
by mr_penguin
is there a way to do that while having an image over the whole form? And making the image white didn't allow me to click through it

Posted: Thu Jul 17, 2008 1:26 pm
by Tural
I've never encountered a program that could be clicked through. What is the goal of this usage?

Posted: Thu Jul 17, 2008 1:39 pm
by Dagger13
yes just make that spot you want to click through transparent

Posted: Thu Jul 17, 2008 2:16 pm
by mr_penguin
I'm making a small form with a text box so I can copy down people's names on warrock so I remember who to send a clan invite to. Its almost like a reminder but at the same time it premvents me from going afk to open word pad.

And if I can't click through it sometimes my weapon doesn't shoot.

Posted: Thu Jul 17, 2008 3:14 pm
by LuxuriousMeat
Just because the form is transparent doesn't mean it's not there.

Posted: Thu Jul 17, 2008 3:18 pm
by mr_penguin
LuxuriousMeat wrote:Just because the form is transparent doesn't mean it's not there.
its not the whole form thats transparent. I have a text box and a few buttons showing.

Posted: Thu Jul 17, 2008 3:20 pm
by Patrickssj6
It's easy in ASM...I've seen many application with this 'feature'.

Posted: Thu Jul 17, 2008 3:44 pm
by Corvette19
mr_penguin wrote:I'm making a small form with a text box so I can copy down people's names on warrock so I remember who to send a clan invite to. Its almost like a reminder but at the same time it premvents me from going afk to open word pad.

And if I can't click through it sometimes my weapon doesn't shoot.

Why dont you just get pen and paper?

Posted: Thu Jul 17, 2008 3:53 pm
by Dagger13
make it so when you press a button code the textbox will apear and if you press a differnt button code it will go away

Posted: Thu Jul 17, 2008 4:18 pm
by mr_penguin
OK part of my problem is solved but I need to be able to display an image and still be able to click through the image as well.

And the reason why I don't use pen and paper is because I sometimes loose the paper. Plus I wanted to see if it could be done or not.

Posted: Thu Jul 17, 2008 5:15 pm
by Dagger13
if u have a picture box or an image on the background of the form you cant click through it unless the image is transpernt ok so if you have a picture box and the image is transparnt in some spots and not in others you wont be able to click through the part of the image that isnt trasnparnt

Posted: Thu Jul 17, 2008 8:47 pm
by mr_penguin
thanks, I got it to work right now.

Posted: Thu Jul 17, 2008 9:44 pm
by Andrew_b
I'm going to have to try this, it sounds like a neat feature.