Ok here is my problem. If I add a reference to the namespace System.windows.forms to a class do i not have access to the datagrid.hittestinfo?
I have system.windows.forms referenced in my project and i have the line Inherits system.windows.forms at the top of my class.
I want to use the hittestinfo object to find out where my users are clicking in a datagrid. Any help would be appreicated

Chuck