Can I use old API functions in C#?

  • Thread starter Thread starter Tomasz Radziszewski
  • Start date Start date
T

Tomasz Radziszewski

I'm thinking of functions that are not members of any class, like the
PlaySound function. Is it possible to use them in C#? How to do it? When I
try just calling this function, I get an error message:
The name 'PlaySound' does not exist in the class or namespace ...

Tom
 
Back
Top