Jump to content
Xtreme .Net Talk

mdpotter

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by mdpotter

  1. icn = Icon.FromHandle(b.GetHicon) nf.Icon = icn icn.Dispose() hmmm, you create an icon, set nf.Icon to that icon, then dispose of the same icon. How is it working at all?
  2. Take a look at ControlPaint.DrawReversibleLine(). It is in screen coordinates but the transformation is pretty simplistic. It will do what you want.
×
×
  • Create New...