<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Forms</title><link>http://forums.asp.net/18.aspx</link><description>All about building ASP.NET Pages - server controls, events, validation, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: How do I make menus appear when right mouse button has been clicked above a button?</title><link>http://forums.asp.net/thread/1155060.aspx</link><pubDate>Fri, 30 Dec 2005 05:52:13 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1155060</guid><dc:creator>Michael_D</dc:creator><author>Michael_D</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1155060.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1155060</wfw:commentRss><description>&lt;p&gt;Thank you.&lt;/p&gt;
&lt;p&gt;I want to use a graphic image instead of the text "Right Click here for menu".&amp;nbsp; I also want to execute the selected option.&amp;nbsp; I don't see where the variable where the menu choice has been saved.&amp;nbsp; I will check to see if there is anything in a variable called "oncontextmenu".&lt;/p&gt;
&lt;p&gt;With VS 2005 Express Edition I could use the contextmenu tool (that was perfect), but in Visual Web Developer I cannot find it and do not know how to create it.&amp;nbsp; The only option I can find is the drop down and fly out menus in the navigation section.&lt;/p&gt;
&lt;p&gt;Unfortunately, I have entered this code set a break point and I try to start debugging.&lt;/p&gt;
&lt;p&gt;Nothing happens ... that has never happened before it would always says running IIS server on Port # and everything worked fine.&lt;/p&gt;
&lt;p&gt;Now nothing.&lt;/p&gt;
&lt;p&gt;I think I have&amp;nbsp;a new and different problem.&lt;/p&gt;
&lt;p&gt;I will try setting different options now although I did not before and if nothing else works I will back the entire current development project remove and try to reinstall everything.&amp;nbsp; I can only hope that something works.&lt;/p&gt;
&lt;p&gt;Any help on this contextmenu issue and being able to open a window at x and y with a simple blue menu bar and minimize and maximize and close. A gentleman called Bilal said he would email&amp;nbsp;me a control for this to &lt;a href="mailto:mdyrnaes@hotmail.com"&gt;mdyrnaes@hotmail.com&lt;/a&gt;, but so far I have gotten nothing.&lt;/p&gt;
&lt;p&gt;This would be amazing .&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;</description></item><item><title>Re: How do I make menus appear when right mouse button has been clicked above a button?</title><link>http://forums.asp.net/thread/1132535.aspx</link><pubDate>Mon, 05 Dec 2005 15:33:37 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1132535</guid><dc:creator>NicButler</dc:creator><author>NicButler</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1132535.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1132535</wfw:commentRss><description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;lt;html&amp;gt;&lt;BR&gt;&amp;lt;head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;script&amp;gt;&lt;BR&gt;function showMenu()&lt;BR&gt;{&lt;BR&gt;&amp;nbsp;document.getElementById('menu').style.display='block';&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;function hideMenu()&lt;BR&gt;{&lt;BR&gt;&amp;nbsp;document.getElementById('menu').style.display='none';&lt;BR&gt;}&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;/head&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;body onClick="hideMenu();"&amp;gt;&lt;BR&gt;&amp;lt;a href="#" oncontextmenu="javascript:showMenu();return false;"&amp;gt;Right Click here for menu&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;BR&gt;&amp;lt;div id="menu" style="display:none;background-color:pink; border : 1px solid black; width:300px"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="javascript:hideMenu();alert('menu1 clicked');"&amp;gt;Menu item 1&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="javascript:hideMenu();alert('menu2 clicked');"&amp;gt;Menu item 2&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="javascript:hideMenu();alert('menu3 clicked');"&amp;gt;Menu item 3&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp; &amp;lt;a href="javascript:hideMenu();alert('menu4 clicked');"&amp;gt;Menu item 4&amp;lt;/a&amp;gt;&lt;BR&gt;&amp;lt;/div&amp;gt;&lt;BR&gt;&amp;lt;/body&amp;gt;&lt;BR&gt;&amp;lt;/html&amp;gt;&lt;/P&gt;</description></item><item><title>How do I make menus appear when right mouse button has been clicked above a button?</title><link>http://forums.asp.net/thread/1132323.aspx</link><pubDate>Mon, 05 Dec 2005 12:29:14 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1132323</guid><dc:creator>Michael_D</dc:creator><author>Michael_D</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1132323.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1132323</wfw:commentRss><description>How do I make menus appear when right mouse button has been clicked above a button and then execute the user selected choice?</description></item></channel></rss>