From: Bart Steur on 10 Oct 2005 09:23 Hi I've a form with on it a picturebox. How can I make the picturebox transparent, so I can see the form (and it's controls) it's on thru it. Thx B.
From: alpine on 10 Oct 2005 09:52 On Mon, 10 Oct 2005 15:23:35 +0200, "Bart Steur" <solnews(a)xs4all.nl> wrote: >Hi > >I've a form with on it a picturebox. How can I make the picturebox >transparent, so I can see the form (and it's controls) it's on thru it. > >Thx > >B. Depending on exactly what you wish to accomplish, there are other methods that might be better/easier so, what exactly is it that you want to do? HTH, Bryan _______________________________ Bryan Stafford New Vision Software newvision_don'tspam(a)mvps.org
From: Bart Steur on 10 Oct 2005 10:23 The picturebox is a container for 1 or more text boxes. Underneath the picture box is a image with some text that needs to be typed into the textbox(es). "alpine" <alpine_don'tsendspam(a)mvps.org> wrote in message news:l5skk1dvribr4pnu4sppled6mc7bdil5d8(a)4ax.com... > On Mon, 10 Oct 2005 15:23:35 +0200, "Bart Steur" <solnews(a)xs4all.nl> > wrote: > >>Hi >> >>I've a form with on it a picturebox. How can I make the picturebox >>transparent, so I can see the form (and it's controls) it's on thru it. >> >>Thx >> >>B. > > > Depending on exactly what you wish to accomplish, there are other > methods that might be better/easier so, what exactly is it that you > want to do? > > HTH, > Bryan > _______________________________ > Bryan Stafford > New Vision Software > newvision_don'tspam(a)mvps.org
From: Mike Williams on 10 Oct 2005 12:10 "Bart Steur" <solnews(a)xs4all.nl> wrote in message news:uOBw3YazFHA.1256(a)TK2MSFTNGP09.phx.gbl... > The picturebox is a container for 1 or more text boxes. Underneath > the picture box is a image with some text that needs to be typed into > the textbox(es). You've got me confused there, Bart. If you don't want to see the Picture Box then why is it there? Why not simply place the Text Boxes themselves over the background image? Can you please be a bit more specific as to exactly what it is you want to do. Mike
From: Bart Steur on 10 Oct 2005 13:54 I want the possiblity to move the textboxes around, since there can be more than one, the picturebox (as container) can grow quite large. Therefore I want it to be transparent, so the background is still (partially) readable. "Mike Williams" <Mike(a)WhiskyAndCoke.com> schreef in bericht news:die3om$pq9$1(a)newsg3.svr.pol.co.uk... > "Bart Steur" <solnews(a)xs4all.nl> wrote in message > news:uOBw3YazFHA.1256(a)TK2MSFTNGP09.phx.gbl... > >> The picturebox is a container for 1 or more text boxes. Underneath >> the picture box is a image with some text that needs to be typed into >> the textbox(es). > > You've got me confused there, Bart. If you don't want to see the Picture > Box then why is it there? Why not simply place the Text Boxes themselves > over the background image? Can you please be a bit more specific as to > exactly what it is you want to do. > > Mike > > > >
|
Next
|
Last
Pages: 1 2 3 4 Prev: MapiReadMail() Next: Converting decimal to BCD (binary coded decimal)... |