please can you help me to get a code of flames using a visual basic 6
No Answer is Posted For this Question
Be the First to Post Answer
what is the function to get the ascii value of the character?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
Why is it recommended to close the database connection every time after the work is completed?
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
How can I access an object in another frame?
Difference between dim,public and private variables in vb script?
Mention what are the rules to name variable in vbscript?
Explain about tristate constants in vbscript?
write a vb script to generate 3*3 matrix
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail