Board index » delphi » Use VB(Visual Basic) OCX based on ListVew in Delphi

Use VB(Visual Basic) OCX based on ListVew in Delphi


2004-01-06 02:06:39 PM
delphi41
Hi,
I developed a VB(Visual Basic) activex control based on listview
to navigate datas. The actions is simple keyboard
Up, Down, PageUp, PageDown. These are normal
actions in listview, isn 't it?
I import the control in Delphi 7 and run UserControl.
I find i can't move the high-light up and down,
the usercontrol never received the Up, Down, PgUp, PgDn
keys in KeyDown event.
What's wrong with it? I have seen the advert of Delphi that
"run tons of free VB(Visual Basic) controls!" Is that true?
Green Xiar
 
 

Re:Use VB(Visual Basic) OCX based on ListVew in Delphi

Hi,
I developed a VB(Visual Basic) activex control based on listview
to navigate datas. The actions is simple keyboard
Up, Down, PageUp, PageDown. These are normal
actions in listview, isn 't it?
I import the control in Delphi 7 and run UserControl.
I find i can't move the high-light up and down,
the usercontrol never received the Up, Down, PgUp, PgDn
keys in KeyDown event.
What's wrong with it? I have seen the advert of Delphi that
"run tons of free VB(Visual Basic) controls!" Is that true?
Green Xiar