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 |
How can the spaces from the string be removed?
write a vbscript for traffic signal
Explain what is loose binding? Why is it not a good practice to use it?
where can i learn VB scripint ?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
What is the use of the instr function?
Write a Fucntion to close all Opened browser expect desired one?
how to increase the values in text box in a given text box increament by two values by clicking on button
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
What are the naming conventions while declaring a variable in the vbscript language?
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
Why is the use of exit do or exit for statements within loops discouraged?