Missing things in windows.forms namespace

Hello, the below shown is my error.

error

i could not find Formstartposition and screen in my system.window.forms namespace.

Is there any way to include the missing ones in windows.forms namespace?

Search with FormStart and check . Other way to include is we can import it

hey @xksonerd

I can clearly see that you are browsing a variable type selection window :slight_smile:

instead of that in your UIpath Studio at the bootom side you will find a tab of Imports click on that and type there and once you will find then click enter.
After importing that namespace you will be able to use the defined methods :slight_smile:
for reference:

Regards…!!
Aksh

2 Likes

Hello,

I’ve imported the namespace but there is no formstart in it.

Regards,
Kai

Hey @xksonerd

it is. check this sample.

Windwos-forms-namespace-sample.xaml (4.6 KB)

Regards…!!
Aksh

3 Likes