The following line of code works properly:
CODE:
Please log in to see this code.
however this does not:
CODE:
Please log in to see this code.
The error message I get when compiling is: "The name 'volume' does not exist in the current context."
I've tried replacing 'volume' with 'close' and get the same error.
Do I need to declare the SMA structure somehow? All the sample code I've seen is able to use SMA w/o additional declarations.
Thanks in advance.
Size:
Color:
C# is case sensitive. It's Volume, not volume.
Tip: Hit Ctrl+Spacebar, wait a couple seconds, and use the intellisense in the Editor.
Size:
Color:
Thanks for the quick response and handy tip as well! Works great now.
Size:
Color: