Hi fshomou,
I don't have any other guesses as I have not used vbd for some time, mmm a
thought... is the control receiving focus when the html page loads? Because
you are using script injection to create the control (to avoid the "click to
activate message), it may not receive focus. I think that you can force it
by adding a script line after the object insertion -
document.getElementById('myvbddoc').focus(); (give you object an id value
first)
Otherwise you may have better luck consulting
microsoft.public.inetsdk.programming.webbrowser_ct l
Regards.
"fshomou" <fshomou@discussions.microsoft.com> wrote in message
news:F6587A19-C9F8-4BE2-826E-C84E377FA593@microsoft.com...
> Hi Rob,
>
> Yes, i have already done this, but nothing has been changed.
>
> Faris.
>
> "Rob ^_^" wrote:
>
>> Hi fshomou,
>>
>> vbd? Do you see "Click to activate this ActiveX Control" when you pass
>> the
>> cursor over your control?
>>
>> Activating ActiveX controls by CapitalHead
>>
>> http://www.capitalhead.com/articles/...-controls.aspx
>>
>>
>> Please post back.
>>
>> Regards.
>> "fshomou" <fshomou@discussions.microsoft.com> wrote in message
>> news:F458B171-8243-4D6F-AEA1-C4C84FE62891@microsoft.com...
>> > Hello,
>> >
>> > We have components (user control) with textboxes.
>> > These components has been developed in VB6.
>> >
>> > When we tabulate through these textboxes inside IE6 everything is gong
>> > fine.
>> >
>> > But when we use these component inside IE7, the tabulation is not
>> > working.
>> >
>> > Any idea and thansk in advance ?
>> >
>> > Faris SHOMOU.
>> >
>>
>>
>>