Home All Groups Group Topic Archive Search About
Author
11 Oct 2005 10:44 PM
Nam
I am looking for a VB6 control that has a Picture property and the following
property that a Frame control in MS office application has:

The Frame control in MS Office applications has a property called
SpecialEffect. In VBA, I have used two values  fmSpecialEffectFlat and
fmSpecialEffectRaised of this property as follows: The default value of
SpecialEffect property is set to fmSpecialEffectFlat. When a user hover a
mouse over the Frame, I use the MouseMove event of the frame to change the
value of SpecialEffect property to fmSpecialEffectRaised.

How can I achieve the above for some control in VB6? If it’s not possible in
VB6, are there any API’s or any third party controls available for this
purpose?

Thanks,
Nam

Author
12 Oct 2005 1:41 AM
Veign
Check out www.Pscode.com.  Lots of custom frames..

--
Chris Hanscom - Microsoft MVP (VB)
Veign's Resource Center
http://www.veign.com/vrc_main.asp
Veign's Blog
http://www.veign.com/blog
--


Show quoteHide quote
"Nam" <N**@discussions.microsoft.com> wrote in message
news:2E046DD0-47F4-485B-BB17-CB37CF02CEFC@microsoft.com...
>
> I am looking for a VB6 control that has a Picture property and the
> following
> property that a Frame control in MS office application has:
>
> The Frame control in MS Office applications has a property called
> SpecialEffect. In VBA, I have used two values  fmSpecialEffectFlat and
> fmSpecialEffectRaised of this property as follows: The default value of
> SpecialEffect property is set to fmSpecialEffectFlat. When a user hover a
> mouse over the Frame, I use the MouseMove event of the frame to change the
> value of SpecialEffect property to fmSpecialEffectRaised.
>
> How can I achieve the above for some control in VB6? If it's not possible
> in
> VB6, are there any API's or any third party controls available for this
> purpose?
>
> Thanks,
> Nam