CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: ifw Property

  1. #1
    Join Date
    Aug 2004
    Posts
    6

    Question ifw Property

    I am would like to know what the ifw property is. It seems like VB .NET sets this property to Nothing, but I cannot find it in the help.

    Example: Me.CtlTxtAndChecks1.ifw = Nothing

  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: ifw Property

    Of what class is object Me in the example you posted?

  3. #3
    Join Date
    Aug 2004
    Posts
    6

    Re: ifw Property

    Me is a Form.

  4. #4
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: ifw Property

    OK, what's CtlTxtAndChecks1?

  5. #5
    Join Date
    Aug 2004
    Posts
    6

    Re: ifw Property

    A control I created.

  6. #6
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: ifw Property

    If you created the control, you must also have created the Ifw property, or it belongs to a baseclass you're inheriting from.

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

Featured