Can I use old API functions in C#?

  • Thread starter Tomasz Radziszewski
  • 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top