Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help for Coding
Message
De
13/02/2000 21:56:24
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Titre:
Help for Coding
Divers
Thread ID:
00331608
Message ID:
00331608
Vues:
46
Hi,
I am making an ActiveX Control in which I get the
following error when I tried to place it on the form in
the same project.
Also it is not allowing me to add the ActiceX control
on the Other project say (project2) though it is apparing
on the ToolBox

Error
*****
Cannot define a Public user-dfined tyep within a private
object module.

And this is my code in Class Modle.

Type POINTAPI
X As Long
Y As Long
End Type

Declare Function GetCursprPos& Lib "user32" (lpPoint As POINTAPI)
Declare Function WindowFromPoint& Lib "user32" (ByVal lpPointX As Long, ByVal lpPointY As Long)

Pls help me . . . .

Thanx in Advance,
Amol
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform