ContributionsMost RecentMost LikesSolutionsRe: DropdownYes i have confirmd the method name which can show the drop down window. method name- "Dropdown. and the following link can help you: http://support.smartbear.com/viewarticle/31932/ Re: DropdownI think there is one method "Dropdown" for combobox to open the combobox. please search the list of available methods. sorry i gave you only half solution. i also faced such issue earlier. Re: VisibleOnScreen changes immediately after point and fixI think you and me are facing same problem. Please check my query in following link: http://smartbear.com/forums/f74/t81540/how-to-whether-a-checkbox-in-a-dev-express-grid Lets see if anyone can help us out.Re: VisibleOnScreen changes immediately after point and fixyou can click the row by the label name of the row. for example : Call propertyGridControl. ClickValue("Description") as for the second row of your image provided Re: out of the window boundsbtnNew not defined txtCode not defined Where is the line ( Set btnNew = .... ) ?Re: Popup Dialog treated as Unexpected WindowPut a delay of few seconds here i have specified 5sec if u want to put 10 sec specify 10000 var p = Sys.Process("TestApp"); Delay (5000) var o = p.VLCObject("TestDialog_1"); Log.Picture(o.Picture());Re: Cannot update PropertyGridCan you paste the piece of code here where u defined mConfigGrid also paste the piece code generated by reocord and play to define mConfigGridRe: How to whether a checkbox in a dev express grid is enabled or disabled ?I have attached the sample in the zip file - PropGrid.zip please click on file (PropertyGrid.exe ) to run the sample. Please let me know how can i focus on the checkbox which is on fourth row. Please not i just want to focus the checkbox and then i need to find the enable or disable status of the checkbox. Re: Excel Spreadsheet ValidationFor dynamic filename add sysdate and time before the filename. Now & filename.xlsRe: Excel Spreadsheet ValidationThird line is not required. oExcel = .OleObject("Excel.Application") aSheets = .OleObject("Scripting.Dictionary")