I've attach here source code, this one works ok, but when I add this same code
to other project I got error in function, please check.
This is my error when add it to other project:
Code:
Private Function DrawStdPictureRot(ByVal inDC As Long, ByVal inX As Long, _
ByVal inY As Long, ByVal inAngle As Single, ByRef inPicture As StdPicture) As Long
User-defined type not defined ?
Last edited by VB Client/Server; May 13th, 2011 at 11:04 AM.