Event keyword

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • muser

    Event keyword

    In Microsoft.NET there is an event keyword that allows event sources (
    a button on a keyboard ) access event receivers ( such as a form or a
    file ). I would like to know if there is such a keyword present in
    Visual studio C++, and if so how it is implemented for opening and
    creating files.
  • Attila Feher

    #2
    Re: Event keyword

    muser wrote:[color=blue]
    > In Microsoft.NET there is an event keyword that allows event sources (
    > a button on a keyboard ) access event receivers ( such as a form or a
    > file ). I would like to know if there is such a keyword present in
    > Visual studio C++, and if so how it is implemented for opening and
    > creating files.[/color]

    Read this: http://www.slack.net/~shiva/welcome.txt

    --
    Attila aka WW


    Comment

    Working...