borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Check field Null from Database)Next Topic (Introduction to C#) New Topic New Poll Post Reply
AndreaVB Forum : C# : Popup Menu in VS2005
Poster Message
lbuntha
Level: Scholar

Registered: 05-05-2006
Posts: 39

icon Popup Menu in VS2005

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

26-08-2006 at 11:59 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 891
icon Re: Popup Menu in VS2005

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)

26-08-2006 at 11:16 PM
View Profile Send Email to User Show All Posts | Quote Reply
TJ_01
Level: VB Lord


Registered: 24-08-2005
Posts: 320
icon Re: Popup Menu in VS2005

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>


HTH

____________________________
Im JAMES  
08-03-2007 at 04:35 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : C# : Popup Menu in VS2005
Previous Topic (Check field Null from Database)Next Topic (Introduction to C#) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder