Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

VB Script Interview Questions
Questions Answers Views Company eMail

How to get the background color of a weblist?

Accenture,

3 8519

HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer

1 6219

how to increasing the numbers in a given text box please write a vb script

2169

how to increase the values in text box in a given text box increament by two values by clicking on button

2134

Have any one know about Test Complete 6, please let me know. If any one have good material regarding Test Complete 6, Please send to my mail id: cns.praveen@gmail.com

1 4427

Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

1986

WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?

2 5750

If anyone knows abt Test Complete material, Pls let me Know. if u have any material or any documents..... Pls mail me on this mail Id...... This is very Urgent Requirment..... for my Project.....

3 8092

what is the purpose of the Reporter.ReportEvent in QTP and also please give the brief description about Reporter.ReportEvent ?

CybAge,

4 64706

what is the standards used for writing the script in QTP

2281

what is the differenece btwn scripting language and programming language

4 6926

Hi anyone Can Send Solution to the Question wt m posting now Prepare Script for the Bellow Scenario? Login to Gmail Page Open Inbox check Mails save them in a Folder

IBM,

2095

Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario

AppLabs, IBM,

4 11804

why variable name should not exceed 255 characters?

2175

how to comvert 120 into one hunderd twenty rupees only and vice varsa

2293


Post New VB Script Questions

Un-Answered Questions { VB Script }

How will you get the smallest subscript of an array in vbscript?

1321


Mention what is the main difference between function and sub-procedure?

988


Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards

2659


Explain the support of asp for vb script functionality?

1021


How do i automate a website www.flyashx.com without having any test cases witin a week time.

1862


What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?

1020


What are the disadvantages of vbscript?

1185


Out of the different type of operators, which are evaluated first and last in the vbscript language?

960


Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it

2685


what is the differance between BYVAL,BYREF?

2225


What is the purpose of folders object of scripting.filesystemobject class in vbscript?

1326


Both Static and dynamic arrays are handled by VB script. Is it true?

1044


How can you create an object in vbscript?

1033


If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?

952


How will you get the exponent of the given number in vbscript?

976