Hi,
Is it possible to some how copy the source code of form I made?
I need that after the bot will build the form it will send a copy of the form by email or take a screenshot of the form and send the image by email, is anyone know how to do it?
Hi,
Is it possible to some how copy the source code of form I made?
I need that after the bot will build the form it will send a copy of the form by email or take a screenshot of the form and send the image by email, is anyone know how to do it?
Here is the reply from the programmer:
Try to use a FindControl command to find the control, then save it to the variable, then use a GetImage command to save the screenshot.
Hi,
Is it possible to some how copy the source code of form I made?
I need that after the bot will build the form it will send a copy of the form by email or take a screenshot of the form and send the image by email, is anyone know how to do it?
Are you talking about a screenshot of the BotChief project form? If so, then there is no way to send the source code of the form created in the editor.
Use the nircmd utility and the Run CMD/BAT action, or C# code.