Ok, I have a problem, I have tried so hard just to change the master volume in C#, it seems like the answerers of the questions appear to be doing rocket science, or they just add a bunch of extra junk.
Could someone just show me how I can make a class that has a Volume{get{}set{}} property in it that lets me change the master volume. A requirement is that it has to work in 64 and 32 bit OS. Nothing else, just a volume integer.
You can get an idea from the following code, just instead of putting those functions in events, invoke them in the property setter.
Do this :
hope this help.