Results 1 to 2 of 2

Thread: Oh My God! I'm going to die if I don't get an answer!

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 1999
    Location
    Gig Harbor, WA, USA
    Posts
    48

    Post

    Anyone else noticed the standard "Very Very Very (etc.) Urgent" subject title appearing in this great forum? Starting to bug me...

    Anyway, I've finally begun to experiment with ActiveX controls (after a year..hehe), can someone explain the difference between Property Get, Let, and Set to me?

    ------------------
    (¯`·.¸¸.·´¯`·->ShadowCrawler<-·´¯`·.¸¸.·´¯)
    Teenage Programmer
    Visual Basic, HTML, C++, JavaScript

    http://welcome.to/X12Tech
    Email: [email protected]
    ICQ#: 9872708

  2. #2
    New Member
    Join Date
    Nov 1999
    Posts
    9

    Post

    With Property Get you are setting you property value (from internal variable for example).
    With Property Let you can read in property value. For example user changed property value and you handle this in Property Let in way to assign this new value to internal variable.
    Propery Set is similar to Let but with it you can set objects (like StdFont, StdPicture..)

    You can read more about it in MSDN under Creating ActiveX controls.

    hpet

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