ContributionsMost RecentMost LikesSolutionsRe: MS Flex Grid in VB 6Thanks for the speedy reply! However, I don't think that article really helps me. It's great for grabbing the data and doing something with it, but what I am trying to do is code testcomplete to click on a particular cell within the flex grid. I've been able to iterate through the cell, read all of it's properties, but calling a method to click on a particular cell and/or row is eluding me. Thanks AudreyMS Flex Grid in VB 6Hello All! I'm currently writing a test script to automate the testing of my vb 6 windows application. Within the application I have an MS Flex grid. I have a specific cell that I wish to click on to fire another event. I can't seem to locate the proper syntax to click on this cell. I have the row index and I have the column index of the cell. I've seen examples where coordinates are used to click, however, this won't work for me, as I will be testing on different resolutions and this particular row moves depending on the order of a query. Any help would be greatly appreciated. Thanks A.Re: Odd Behaviour with VB App testingOn another point, if i run our vb application outside of testcomplete, everything seems to show up as a vbobject.Re: Odd Behaviour with VB App testingHi again! Unfortunately, all that has changed is that it is now referring to the object as a window instead of a form. Still seeking a solution.... A.Odd Behaviour with VB App testingHi again! I'm noticing some odd behaviour when trying to map the objects in my VB 6 application. I have a form that has 6 text boxes, when I click on one of the text box, a keyboard form is instantiated. I then enter some text and click OK. The form is then destroyed. I then click the second text box and the keyboard form is created again. This happens for the next 5 textboxes. My problem is that the keyboard seems to be mapped to the object browser in a different way each time. In some cases the keyboard appears in the object browser as VBObject["frmKeyboard"] and in some cases it appears as Form["Enter the Text"]. I haven't been able to pin down what causes this, although it seems the first click on the textbox works fine and it is the subsequent instances of the frmKeyboard that change on me. This may have something to do with the fact that the form has all the same properties(caption, width, child objects, etc). Has anyone experienced this issue, or know why this is happening? I'd like to stablize this test before it goes into our regular test cycle. Thanks in advance. Re: Stopping/Starting Windows ServiceThanks for the help folks! I was considering using the net stop/start commands, but wanted something a little more elegant. The jscript code did the trick!Windows 7 and the DebuggerHi again! I've got two dev machines up and running with TestComplete. One is running on XP and one is on Windows 7. Everything seems fine on the XP machine, but for some reason, I can't get the testComplete debugger to stop on break points in the Win7 environment. Has anyone else experience this? Thanks in advance!Stopping/Starting Windows ServiceHi There! I'm having a little bit of an issue trying to stop/start/restart a windows service. I found the article in the FAQ that shows how to do it with vbscript and jscript, but I'm writing my code in C#. Is there anyone out there that can give me some hints? Thanks!