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

Threaded View

  1. #6
    Join Date
    Dec 2003
    Location
    St. Cugat - Catalunya
    Posts
    441

    Re: Property access must assign to the property or use its value.

    4461766964,
    CancelButton is a property, so you cannot use it as a name in your function. Simply stay with your first post BUT use any other name ....
    Code:
    Sub MyCancelButton()
    ...
    Hope it helps
    Last edited by DeepButi; December 3rd, 2004 at 09:55 AM.
    Did it help? rate it.

    The best conversation I had was over forty million years ago ... and that was with a coffee machine.

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