Adding ListBox to ActiveX control

  • Thread starter Thread starter Vijay
  • Start date Start date
V

Vijay

Hi,
How can we show a listBox in a activeX control. Is dialog is necessary to do
so.
regards,
Vinay
 
Hello !

A ListBox is a child window. It must have a parent window that holds it.
This means that your ActiveX control must have a window of some sort (a
dialog or a normal Windows window) that will hold the ListBox control.

-Antti Keskinen
 
Back
Top