User Profile

Collapse

Profile Sidebar

Collapse
BryanM
BryanM
Last Activity: Mar 13 '07, 03:35 AM
Joined: Mar 12 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • BryanM
    replied to Dynamically load Image Map coordinates
    Just for reference (even though this doesn't work), here is the code that I was hoping would work:

    Code:
        Protected Sub cbImageCombo_TextChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles cbImageCombo.TextChanged
            Dim strImageName As String = cbImageCombo.Text
            Dim strImageText As String = strImageName
    
            strImageName = "~/Images/" & strImageName.Replace("
    ...
    See more | Go to post

    Leave a comment:


  • BryanM
    started a topic Dynamically load Image Map coordinates

    Dynamically load Image Map coordinates

    I have an asp.net site that uses a dropdown listbox to select 1 of 6 different images to be displayed at one time. Changing the image is working fine. But I need to define and use a different set of coordinates for each image. One image could have as few as 5 regions, while another could have up to 100. The coordinates will be hardcoded but I can't seem to figure out how to load different sets of "PolygonHotspot " based on which image is...
    See more | Go to post
No activity results to display
Show More
Working...