Page 1 of 1

Progressbar textbox

Posted: Mon Mar 14, 2011 1:24 am
by dj1437
how can i make a textbox able to type into while a progressbar control is also part of it like the windows 7 explorer when things load progress bar is in the textbox

Re: Progressbar textbox

Posted: Mon Mar 14, 2011 12:08 pm
by Agust1337
Somewhat like this?

Re: Progressbar textbox

Posted: Tue Mar 15, 2011 12:55 am
by GoodGuy17
Agust1337 wrote:
Somewhat like this?
I think he wants a textbox, with a progressbar in the background. Not over the textbox, but under and still visible.

Re: Progressbar textbox

Posted: Tue Mar 15, 2011 1:39 am
by Agust1337
Yes I know, I'm just asking if he wants something like that.

Re: Progressbar textbox

Posted: Thu Mar 17, 2011 8:28 pm
by dj1437
like reboh said, i want it under the textbox while the textbox is visible please

Re: Progressbar textbox

Posted: Fri Mar 18, 2011 6:54 am
by Usman55
I don't think this will work or not but first place a progressbar on the form and then add a textbox. Change the textbox's backcolor to transparent or if that doesn't works change it's backcolor to any color which is not common on the form's controls like set it to GHOSTWHITE color. Then change the Form's transparency key property to GHOSTWHITE as well.