AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I am using C# 2005 and using MenuStrip . I want to popup menu when clicking on listview and then it display popup menu. Can you help me? Thank for your reply ____________________________ ly buntha
Hi, I google'd "popup listview c#" and found thisresult does this help? Kieron ____________________________ Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
I suggest you use javascript for creating popup. You must a have a onclick event on your listview something like this:
quote:<..... onclick="javacript():Aler(strListviewItem)">
quote:<script language = "Javascript"> Function Alert(var) { Alert var } </script>