The function template cocept is implemented in vb.net is ???
No Answer is Posted For this Question
Be the First to Post Answer
What are events in the vbscript language?
How will you get a subset of a array in vbscript?
what is used of Property........End Property loop ? how to write the script for it?
Could Anybody tell me the Script for REVERSE an Interger int reverse(int num) Ex:246 to 642.. Thanks in Advance.
how to validate the text in a web table
How to assign a numeric value to a variable?
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
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
How strcomp function works?
How do you create a recordset object in VBScript?
How to create pull down menu box using vb script
What are the differences between sub procedures and function procedures?