sanjayamladi

sanjayamladi


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • WinForms - Using Custom Cursors With Drag & Drop
    04/07/2010 - 13:14

    I have a unique requirement in my C# DatagridView: To not only show a custom cursor (it is a 'string' that displays a particular cell value on the row currently over the mouse), but ALSO the standard mouse pointer along with it, so the use has an idea of what row he is pointing to. In other words I dont want to simply "replace" the Cursor.Current with the new cursor, but add it some where around the mouse pointer. Is that do-able? Can I have both: a custom cursor AND the default pointer?