Tuesday, May 17, 2011

Open Internet explorer Thru Axapta

static void openInternetExplorer(Args _args)
{
    ;
    WINAPI::shellExecute("iexplore.exe",'Google.com');
}

No comments:

Post a Comment