A Journey through DAX, X++, Enterprise Portal (SharePoint) From the Perspective of a .NET Developer
void clicked() { System.Diagnostics.Process pr = new System.Diagnostics.Process(); System.Diagnostics.ProcessStartInfo si = new System.Diagnostics.ProcessStartInfo('URL HERE'); pr.set_StartInfo(si); pr.Start(); }
nice article :)
nice article :)
ReplyDelete