Interview Questions

Wednesday, May 14, 2014

listen beep through Axapta code

static void executeExcs(Args _args)
{
    ;
    WINAPI::beep(100000,10000);

}

No comments:

Post a Comment