yes, forms have opacity, but separate controls can have them also. I
checked and the default pix boxes dont have opacity, and I couldnt find how
to add this or override the property. I was using the infragistics wingrids
and they use some way to change opacity.
I would like to find out and copy the procedure so I can use it myself. I
will keep checking
Quote:
> Thanks for replying. But, picture boxes don't appear to have an opacity
> property. At least it doesn't show up in the Intellisense...
> My understanding is that only forms have an opacity property.
> Richard L Rosenheim
> > can you experiment with forcing your picture box opacity in properties
> tab,
> > then use a timer and sequence, such as a for loop to bump some number by
a
> > few
> > enter fade process
> > set timer to 3? seconds, or your fade time, in milliseconds, and in
steps
> > of n milliseconds
> > for each step, or each n, reduce the opacity of the pix box
> > when timer is complete,
> > exit process
> > my VB translator isnt working yet this morning, sorry
> > > I'm looking for any information on how to fade a picture box using
> VB.Net.
> > > If anyone have any example code or know of any articles that explain
how
> > to
> > > do it, I would appreciate hearing from you.
> > > TIA,
> > > Richard L Rosenheim