Discussion:
How to get IAccessible interface with AccessibleObjectFromPoint?
(too old to reply)
Willian F. Lopes
2009-02-02 09:21:52 UTC
Permalink
Hi!

I wanna get IAccessible interface with AccessibleObjectFromPoint but all
documentation are for C# and I'm starting with VB.NET and I'm not able to
understand this docs. Can anyone put any simple sample in VB.NET code?

Thanks,

Willian
Cor Ligthert[MVP]
2009-02-02 10:10:49 UTC
Permalink
William,

You are looking in all kind of classic Win32 programming using a Net
programming language.

Did you already in the true Net namespaces if that does not suply something
you need.

Maybe this by instance.

http://msdn.microsoft.com/en-us/library/system.windows.forms.cursor.position.aspx

Cor
Post by Willian F. Lopes
Hi!
I wanna get IAccessible interface with AccessibleObjectFromPoint but all
documentation are for C# and I'm starting with VB.NET and I'm not able to
understand this docs. Can anyone put any simple sample in VB.NET code?
Thanks,
Willian
Loading...