Hi,
I try this statement
Dim thisPos As System.Drawing.Point
thisPos = Me.Cursor.Position
Warning 1 Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. D:\2008B\NextHost.ProductionWorkflow\NextHost.ProductionWorkflow\Report\frm_MarkDownList.vb 39 19 NextHost.ProductionWorkFlow
How Could I solve it?
Francis SZE