asked on
Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.
TRUSTED BY
ASKER
I'm using VBA for MS Word. In that i dont have the ".Handle" property for images/pictures. Hence it doesn't work there.
Is there any other way? i.e. is there any other api or is there any other way to get the ".Handle" value of an image control in VBA? I faced a similar problem in VBA: There is no ".hWnd" property for forms. But there is an api thru which we can get that value.
Thanks
Srik