|
-
December 7th, 2000, 10:29 AM
#1
User defined type as a parameter
I want open a new dialog from an other
In a Module is defined:
Type MAMA_MEASURE_COLLISION
lUserId As Long
lStatus As Long
End Type
I want to use this user defined type as a Parmeter in one Public Sub:
Public Sub DoCollisionMessageDlg(msg As MAMA_MEASURE_COLLISION)
End Sub
But I got a Compile error
Stephan
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|