Results 1 to 2 of 2

Thread: Idea

  1. #1

    Thread Starter
    Registered User
    Join Date
    Apr 1999
    Location
    Brazil
    Posts
    144

    Lightbulb

    Also You can make this:

    Module1.bas

    Dim m_VarX as Long

    Public Property Get VarX() As Long
    VarX = mVarX
    End Property

    Public Property let VarX( Byval New_Value As Long)
    mVarX = New_Value

    'You can make many things here!

    End Property


    Jefferson


  2. #2
    Guest
    You could also:

    Code:
    Event Thisevent(Params As Param.eter)
    Code:
    Raiseevent (":)Not sure about this and above...")
    '---End Block---'

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width