PC Review


Reply
Thread Tools Rate Thread

Context menu and Mod Hierarchical flex grid problem

 
 
Norbert
Guest
Posts: n/a
 
      11th Dec 2003
Hi
Can anybody help me ?
I try to show popup menu when the right mouse button is clicked on
ModHfGrid.
I see the popup menu but when I click any option the click event of
menuitem is not fired.
I try with button (not ModHfGrid) and everything is ok.

grid is as ModHFGrid control
Private Sub grid_MouseDownEvent(ByVal sender As Object, ByVal e As
FGridLib.DModHFGridEvents_MouseDownEvent) Handles grid.MouseDownEvent
Dim punkt As System.Drawing.Point
punkt.X = e.x
punkt.Y = e.y
If e.button = 2 Then
mnu_popup.Show(Me.grid, punkt)
End If
End Sub
Private Sub del_operacja_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles del_operacja.Click
Dim lng_row As Long
Dim lng_col As Long
lng_row = Me.grid.MouseRow
lng_col = Me.grid.MouseCol
...................
End Sub


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Context menu on grid Will Microsoft Dot NET Framework Forms 0 22nd Apr 2008 04:49 PM
Flex Grid Problem Ray Milhon Microsoft Access VBA Modules 1 5th Jan 2008 05:57 PM
Problem with MS Flex Grid =?Utf-8?B?Q2hpdHJhQ0s=?= Microsoft VC .NET 0 21st Sep 2004 05:33 AM
Re: Hierarchical Flex Grid Dan Artuso Microsoft Access Forms 2 1st Oct 2003 11:52 AM
Re: Hierarchical Flex Grid Adrian Jansen Microsoft Access Forms 0 23rd Sep 2003 11:24 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:26 PM.