Hello,

I have a few questions about C#:

1. How to make the C# application quit? Like

PostQuitMessage(0);

in winapi.

2. Is possible to use same commands in C# like these in C++

PlaySound(); ShellExecute();

Thanks in advance

(have to know some C# basics because the project I work on is for C#)

I solved both by myself. Thanks anyway

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.