what is visual basic?
Answers were Sorted based on User's Feedback
Answer / sabeelansari
It is a frontend application development tool for GUI
applications. Introduced by microsoft in the year of 1990.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / veena
vb is a eventdriven programming language to develop a
windows based application
| Is This Answer Correct ? | 2 Yes | 1 No |
What are class events?
PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com
We have an application which is built using multiple technologies and are using QTP as the tool for Automating the same. While we spy over a combo box in this application, we get the object name as a "Combo Control" and we are not able to perform any action over this object in either selecting or checking any method for the same like "Exist" etc. Hence we thought of a solution and the same can be found below
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What are subprocedures in vbscript?
Is VB Script Case sensitive or Case insensitive?
Consider there are objects in a webapp which are identified by QTP. Suppose you know only the logical name of a object(absolutely nothing else about it). Which approach will you take to find the "micClass" of the object(You can't use Object Spy, or can't add the object in repository)?
how to write basic programs in VB Script like addition, multiplication?
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
What is the difference between ByRef and ByVal. When to use ByRef and ByVal
pls tell me which is good book or site for vbscript?
What is the purpose of regexp object in vbscript?