what is event handling?
No Answer is Posted For this Question
Be the First to Post Answer
how to find greatest of n numbers!
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
When does ‘on click of button’ event gets triggered in the vbscript language?
write a vb script to generate 3*3 matrix
what is test scenario?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
How can I write HTML text to the window in VB Script?
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