I keep getting this error when I try to run my code, "Object reference not set to an instance of an object." I'm assuming something in my struct isn't done correctly because that's where the error seems to be coming from. Any help on the matter would be appreciated, Thanks.
Code:
public struct MMFKeyboardCommand
{
public int Command;
public fixed char Alias[256];
Leave a comment: