Hi,
The above code shud work after changing "Class Name" property to "MicClass"
i.e
Pls revert back if u need any other help.
Thanks,
Benak
The above code shud work after changing "Class Name" property to "MicClass"
i.e
Code:
Set mywin = Description.Create ()
mywin("MicClass").value="Window"
mywin("windowstyle").value="382337024"
Set mywin1 = Description.Create ()
mywin1("MicClass").value="WinObject"
Set winb = Description.Create ()
winb("MicClass).value="WinButton"
winb("Name").value="Family History"
Window(mywin).Activate
Window(mywin).WinObject(mywin1).Static(winb).click
Pls revert back if u need any other help.
Thanks,
Benak