Jump to content

Recommended Posts

Posted

so according to AutoIt window info my window is:

>>>> Window <<<<
Title:  UniViewer
Class:  Mono.WinForms.0.0
Position:   255, 225
Size:   462, 412
Style:  0x16CB0000
ExStyle:    0x00050100
Handle: 0x002803B6

>>>> Control <<<<
Class:  
Instance:   
ClassnameNN:    
Name:   
Advanced (Class):   
ID: 
Text:   
Position:   
Size:   
ControlClick Coords:    
Style:  
ExStyle:    
Handle: 

>>>> Mouse <<<<
Position:   547, 248
Cursor ID:  0
Color:  0x909090

>>>> StatusBar <<<<

>>>> ToolsBar <<<<

>>>> Visible Text <<<<
Developer :
Notes
Export Textures
PNG
Export Model
OBJ
IQE
NEX
Load
Load
...
...
Skeleton File :
Model File :


>>>> Hidden Text <<<<

but I can't get access to it with

$hWndMain = WinWait("[CLASS:Mono.WinForms.0.0]", "", 2)
Sleep(12000)
If WinExists($hWndMain) Then
    MsgBox(0, "", "Window exists")
Else
    MsgBox(0, "", "Window does not exist")
EndIf

how I can get access to the window?

image.png.a9785c49e781d6fe72f47b1460be586d.png

p.s: eventually I need to insert my path into Model file textfield.

Posted
9 minutes ago, Earthshine said:

Nope. It’s .net

use UIAutomation 

thank you. do you mind give me a same code I have but for ui automation?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...