CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 1999
    Location
    Baytown, TX, United States
    Posts
    23

    invalid outside procedure

    Check1var = chkTennis
    Check2var = chkGolf
    Check3var = chkRacquetball

    When I run this, it highlights the chkTennis and says it's an "invalid outside procedure"

    kazooie21

  2. #2
    Join Date
    Aug 1999
    Location
    Bangalore, INDIA
    Posts
    70

    Re: invalid outside procedure

    Hi there,
    i believe that you are using this code in the declaration section.put this code in some event section.
    bye,
    Sharathms


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