set_textmatrix - MsFlexGrid to DataGrid conversion
Is there an equivalent?
The designtime IDE doesn't know what to do with, for example,AxMSFlexGridLib.DMSFlexGridEvents_KeyDownEvent
PrivateSub MSFlexGrid1_DblClick(ByVal eventSenderAs System.Object,ByVal eventArgsAs System.EventArgs)Handles MSFlexGrid1.DblClickand I don't understand this
MSFlexGrid1_MouseDownEvent(MSFlexGrid1,
New AxMSFlexGridLib.DMSFlexGridEvents_MouseDownEvent(1, 0, iMousePosX, iMousePosY))in the context of the MSFlexGrid1_DblClick event
EndSubPrivateSub MSFlexGrid1_KeyDownEvent(ByVal eventSenderAs System.Object,ByVal eventArgsAs AxMSFlexGridLib.DMSFlexGridEvents_KeyDownEvent)Handles MSFlexGrid1.KeyDownEventSelectCase eventArgs.KeyCodeCase System.Windows.Forms.Keys.DeletemnuClear_Click(mnuClear,
New System.EventArgs())EndSelectEndSubPrivateSub MSFlexGrid1_KeyPressEvent(ByVal eventSenderAs System.Object,ByVal eventArgsAs AxMSFlexGridLib.DMSFlexGridEvents_KeyPressEvent)Handles MSFlexGrid1.KeyPressEventthx. -greg

