|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
A VB6 Control propertyI 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 Check out www.Pscode.com. Lots of custom frames..
-- Show quoteHide quoteChris Hanscom - Microsoft MVP (VB) Veign's Resource Center http://www.veign.com/vrc_main.asp Veign's Blog http://www.veign.com/blog -- "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
Is there a more elegant way to do this?
Command Button Sequence Avoid Overflow! populating combobox Update Workstations with new executable How many ORs can you have in ADODB Need to know when a process is exited form_load parameters - novice Best way to have a subroutine modify more than one variable Expot datas in to excel sheet |
|||||||||||||||||||||||