Re: Exposing methods of controls in collection



Chris <no@xxxxxxxx> wrote in
news:OnLAxp0VGHA.5092@xxxxxxxxxxxxxxxxxxxx:

DirectCast(Me.Controls(WebBrowserIndex),AxSHDocVw.AxWebBrowser).Nav
igate

Placing "option strict on" at the top of your form will help you
avoid this issue in the future.

Thanks.


--
Cheers, ymt.
.



Relevant Pages

  • Re: Late Binding
    ... > It would seem obvious to me that if Option Strict On generates an error ... > late binding, then ergo it is the what you use to avoid late binding, as ... I showed in my first sample in this thread how to fix those errors where you ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Late Binding
    ... |> As you may know you use Option Strict On to avoid late binding! ... It can in my opinion give a complete wrong idea ... Generates an error for late binding. ... late binding, then ergo it is the what you use to avoid late binding, as ...
    (microsoft.public.dotnet.languages.vb)
  • Re: /usr/local/etc/rc.d getting run twice
    ... you can avoid the problem by placing ... Depriving a girl or boy of an opportunity for education is evil. ...
    (freebsd-stable)
  • Re: .NET CF does not support latebound overload resolution?
    ... > I forgot to dim 'send' as string, my mistake. ... The way to avoid this being a problem is to use Option Strict On, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: should I learn it?
    ... I would not spent to much time on it. ... Just try to avoid: ... - placing your declaration in top of a method ...
    (microsoft.public.dotnet.languages.vb)

Loading