Connecting Tech Pros Worldwide Forums | Help | Site Map

Type mismatch error

Familiar Sight
 
Join Date: Jan 2007
Posts: 224
#1: Jan 1 '09
I am using the following codes

Quote:
Private Sub Form_Load()
Lable1.MousePointer = 99 - custom
Label1.MouseIcon = App.Path & "\H_POINT"
End Sub
but get error type mismatech at line 2 pointing at & .

Whats wrong in it i have a cursor h_point in my application directory.

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Jan 1 '09

re: Type mismatch error


you need to pass filename with extension.
Reply