windows 64 bits / 32bits
java : 1.6.0_45
JAB : 2.0.2
Hi,
I have an error while recognizing with java.
With a 32-bit windows desktop, some pages of the application are not correctly recognized, while on a 64-bit windows they are well recognize...
Hi,
I have an Internet Explorer window and another application that I launched via blue prism. How to switch between windows and do treatments on it???
Is there a basic function in blue Prism ?
I tried several codes:
In Initializes:
Public Cl...
Hi,
When I use the function "InStr" I have this:
'Public Sub InStr (InText as String, Search_String as String, Start_Byte as Decimal, Compare_Method as Decimal, ByRef Position as Decimal)'.
With the arguments: "Start_Byte As Decimal, Compare_Me...
Hi,
Thx for the answer.
I just tried the manipulation, unfortunately it didn't work. There is no difference between the two capture methods (no difference like class name or id, etc)
spy the main window as a Win32 element
why I didn't think about it :S but I have a generic function now, no need to add in each objects actions activates '^^
thx
Ok I found a solution
The problem comes from the hWind function of the ShowWindow function (hWnd, nCmdShow).
You should not use the Process Id of the window but use the ""handle of the window"" (use the FindWindow function).
But is there a basic fu...