I'm trying to change the form icon so that my taskbar icon changes. I'm using the following code:
VB Code:
  1. Me.Icon = App.Path & "\clear.ico"
and I'm getting a "type mismatch" error on the ampersand. Is this not a legal path for the icon?