Hey guys,
I am trying to acheive something and i am not quite sure if it is acheavable. What i want to do is have an image in a vb.net application with basically hot spots on it when you click on one of the hot spots it opens a new image (in the same frame - part of the window) until it gets to a certain level and then it inserts data into a SQL Server db.
How i would like to acheive this:
I believe that if you can some how embedd an asp file into a vb.net winbdows form i can use HTML hotspots to select certain parts of the image. I can also pass info from the ASP file to a SQL Server Stored Procedure to insert the data that is needed into the DB.
I would prefer not to have to run IIS on the machine so if there is a way of acheiving this without IIS i would like to here that, if not any ideas how you can embedd asp files into a windows form
Cheers in advance.
Jamie
I am trying to acheive something and i am not quite sure if it is acheavable. What i want to do is have an image in a vb.net application with basically hot spots on it when you click on one of the hot spots it opens a new image (in the same frame - part of the window) until it gets to a certain level and then it inserts data into a SQL Server db.
How i would like to acheive this:
I believe that if you can some how embedd an asp file into a vb.net winbdows form i can use HTML hotspots to select certain parts of the image. I can also pass info from the ASP file to a SQL Server Stored Procedure to insert the data that is needed into the DB.
I would prefer not to have to run IIS on the machine so if there is a way of acheiving this without IIS i would like to here that, if not any ideas how you can embedd asp files into a windows form
Cheers in advance.
Jamie