ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> DevelopMentor-dotNET
DevelopMentor-dotNET
[DOTNET] ContextMenu.Show() Sample
by Jeff Roberts other posts by this author
Nov 15 2001 7:00PM messages near this date
Re: [DOTNET] MS Access? | [DOTNET] Scroll position in a webform
Can someone give me an example of the ContextMenu.Show() method that works ?  I am calling i
t as follows at it does not work (no menu is displayed and no errors are thrown) !

public void DoPopupMenu(ContextMenu PopupMenu,int X, int Y)
{
//      PopupMenu.Show(this,new Point(X,Y));
        PopupMenu.Show(this,new Point(20,20));
}

Thanks !

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved