Changes in versions

Hi, I need help with using the language. I've been seeing some code wich says "e.something", for example, "e.progressMax", however, visual basic net beta 2005 does not understand this. Can anyone help me I need to know how to write it so that my version understands it.
Thanks


Answer this question

Changes in versions

  • BChristensen

    E.Something is always under a event handler.

    Make sure you have this code in an event handler for VB to recognize it.



  • glentrino2duo

    Hi, thanks, I already solved it. The problem was that i had to rewrite from: e.progressMax to e.MaximumProgress.
    Thanks for your reply Smile

  • Changes in versions