Hello
Does anyone know where to get “RobotStudioIDSummary.html”?
Thanks in advance.
Hello
Does anyone know where to get “RobotStudioIDSummary.html”?
Thanks in advance.
I have never heard of that. What are you looking to do?
I find it in the forum.This image is from forum.I just want to get the ID of the "AutoPath"button ,which is in the “Home” Tab.Because my code below doesn’t work.
[code]private void AutoPath_Click(object sender, EventArgs e)
{
CommandBarButton.FromID(“AutoPath”).Execute();
}[code]
Best regards, zhang