Home All Groups Group Topic Archive Search About
Author
19 Oct 2005 2:52 AM
Gouri Sohoni
Hello everybody,

I have queries regarding ActiveX control about two terminologies used as
Windowless control and Extensibility interface which VB 6.0 supports.

Thanks

Author
19 Oct 2005 3:22 AM
Veign
What is your question?

--
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
"Gouri Sohoni" <gourisoh***@hotmail.com> wrote in message
news:OnwVigF1FHA.3956@TK2MSFTNGP09.phx.gbl...
> Hello everybody,
>
> I have queries regarding ActiveX control about two terminologies used as
> Windowless control and Extensibility interface which VB 6.0 supports.
>
> Thanks
>
>
Author
19 Oct 2005 3:59 AM
Gouri Sohoni
What is the meanings of these two terminoligies and the usage for the same?

Show quoteHide quote
"Veign" <NOSPAMinveign@veign.com> wrote in message
news:Ou3EzzF1FHA.2008@TK2MSFTNGP10.phx.gbl...
> What is your question?
>
> --
> Chris Hanscom - Microsoft MVP (VB)
> Veign's Resource Center
> http://www.veign.com/vrc_main.asp
> Veign's Blog
> http://www.veign.com/blog
> --
>
>
> "Gouri Sohoni" <gourisoh***@hotmail.com> wrote in message
> news:OnwVigF1FHA.3956@TK2MSFTNGP09.phx.gbl...
> > Hello everybody,
> >
> > I have queries regarding ActiveX control about two terminologies used as
> > Windowless control and Extensibility interface which VB 6.0 supports.
> >
> > Thanks
> >
> >
>
>
Author
19 Oct 2005 12:23 PM
DanS
"Gouri Sohoni" <gourisoh***@hotmail.com> wrote in
news:#ejeHGG1FHA.984@TK2MSFTNGP12.phx.gbl:

> What is the meanings of these two terminoligies and the usage for the
> same?

try searching with this site: www.google.com

Show quoteHide quote
>
> "Veign" <NOSPAMinveign@veign.com> wrote in message
> news:Ou3EzzF1FHA.2008@TK2MSFTNGP10.phx.gbl...
>> What is your question?
>>
>> --
>> Chris Hanscom - Microsoft MVP (VB)
>> Veign's Resource Center
>> http://www.veign.com/vrc_main.asp
>> Veign's Blog
>> http://www.veign.com/blog
>> --
>>
>>
>> "Gouri Sohoni" <gourisoh***@hotmail.com> wrote in message
>> news:OnwVigF1FHA.3956@TK2MSFTNGP09.phx.gbl...
>> > Hello everybody,
>> >
>> > I have queries regarding ActiveX control about two terminologies
>> > used as Windowless control and Extensibility interface which VB 6.0
>> > supports.
>> >
>> > Thanks
>> >
>> >
>>
>>
>
>
>
Author
19 Oct 2005 1:32 PM
mayayana
> What is the meanings of these two terminoligies and the usage for the
same?
>
> Windowless control

   A control that has no handle (hWnd). It requires less
resources but you can't use APIs with it that require an
hWnd as a parameter. Labels, for example, are windowless
controls. In general, it's not a very relevant issue.

> Extensibility interface which VB 6.0 supports.

   The system for customizing the VB/VS IDE with
add-ins.