Is there a way to create something similar to a "hotspot" in frontpage in VB.net??
I have been looking at regions to no avail!!
Any help would be greatly appreciated.
Printable View
Is there a way to create something similar to a "hotspot" in frontpage in VB.net??
I have been looking at regions to no avail!!
Any help would be greatly appreciated.
What do you mean by "hotspot"? You can use bookmarks to jump around sections of code.
No not bookmarks.
i am trying to create an area on a form as a polygon.
What i want to do is when i hover over the area to create an event. It doesn't matter what the event is.
Sorry, when you wrote "regions" I thought you meant regions in code.
Is your problem in creating a polygon or creating a mouse hover event?
Both, I want to create a polygon and have a mouseover event to go with it.