How to create a call box in vb2005

Anurag Sharma

New member
Joined
Apr 3, 2008
Messages
1
Programming Experience
Beginner
Hie all
I am working on a project we are preparing in vb2005.
I wish to display a call box whenever i click on any object in my form, i.e to say that whenever i click on any object say a shape object in my main screen area, i get a call box with an arrow pointing at that object.The call box should contain the data linked to that shape object.
Can anybody suggest me a code to do this or direct me to a site from where i can download a dll file having this functionality in vb2005.
Thanks in advance
Anurag Sharma
 
Perhaps you mean Tooltip component? It's there in the toolbox.
 
Back
Top