TharmaKS
(Tharmarajan)
December 13, 2017, 5:24pm
1
We need to create an user interface form to get the data from end user and based on the data need to show respecitive forms to get other information, it will helpfull to know the any options to create the forms through UiPath.
vvaidya
(Vinay Vaidya)
December 13, 2017, 5:29pm
2
I think it is possible in 2017.1 version via Invoke Code. Probably @Florent_Salendres can give more inputs.
Hello,
You can find some more info on these posts.
Hello all,
Is that Possible to display a Windows form through UIPath?
I tried with Balloon tool tips. its worked.
var frm = new Form();
frm.Name = "Hello";
ProgressBar bar = new ProgressBar();
bar.Location = new System.Drawing.Point(50, 20);
bar.Name = "progressBar1";
bar.Size = new System.Drawing.Size(171, 23);
bar.TabIndex = 0;
bar.Style = ProgressBarStyle.Marquee;
bar.Mi…
anything specific you would like to achieve?
Cheers
1 Like
Hey, please did anyone use a “script” in an html element?
this is my test code
any action in the script is ignored