How to identify column in VSFlexgrid? My VSFlexgrid window
is identified as 'Active X Control'
No Answer is Posted For this Question
Be the First to Post Answer
What are the disadvantages of vbscript?
Does VB/Win make standalone .EXE files?
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
What are the different types of loops available in the vbscript language?
What is parametrization ?
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
How to Convert Hex color code to color name in VB Script?
Which operator can be used to do an xor operation in vbscript?
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
How will you convert a string to lower case string using vbscript?