How to take whole text output from screen of Bitmap
Application.
No Answer is Posted For this Question
Be the First to Post Answer
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
Explain about tristate constants?
How to write VB Script for selecting a particular row in a WebTable?
What is the purpose of on error resume next statement?
Explain about constants in vb script?
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
Write a program to create a Dynamic array of size 5 elements and display all the elements.
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
Input = 124 output should be 124421 Please do not use any string functions/variables
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function