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

write a vb script to generate fibonnaci numbers

1 7993

write a vb script to generate the following pattern ***** **** *** ** *

Blue Star,

7 34993

write a vb script to generate hello 5 times using do until loop

4 6117

write a vb script to display 3*3 matrix

1 8842

write a vb script to display the size of the folder,date created and name of the folder

1 3975

write a vb script to display the number is odd or even and whether it is divisible by 9 or not

2 20518

write a vb script to rename a folder from tree4 to tree7

3 5142

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

2 5951

write a vb script to display first 5 odd numbers from 1 to 100

4 20251

accept a string & display whether a is present or not

1 3521

write a vb script to find simple interest using functions

1 10260

write a vb script to find the size of d drive?

3 6753

write a vb script to display the reverse of vbs

2 5344

write a vb script to display calculator using case statement?

1 12647

write a vb script to display ***** ***** ***** ***** *****

4 6500


Post New VB Script Questions

Un-Answered Questions { VB Script }

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

2717


How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...

3433


how to operate webobjects in a webpage using getobject function and then using generic methods?

3091


i have a problem with this error(this error related edit and delete button,when i click this button in datagrid..i will get this error)"Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation." this is my code : <%@ Page Language="VB" Debug="false" %> <%@ import Namespace="Sytem.Data" %> <%@ import Namespace="System.Data.OleDB" %>

(Search Based On Staff I.C No) IC.No (XXXXXX-XX-XXXX)   ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> ' runat="server"> Total Leave Taken : Days

2715


Is vbscript language a case-sensitive language and what does it mean?

1004


1. How do declare public variable in vb scripts?

2115


Explain few date functions in vbscript?

1043


what is the difference between modular and data and keyword driven framework

2250


how to check whether link is disabled in QTP??

6106


What is the difference between do until loop and do while loop?

1046


Explain what is loose binding? Why is it not a good practice to use it?

1069


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

2699


Explain about operator precedence in vb script?

1057


What is the output of a + b in vbscript if a = 5 and b = 10?

3104


What is the purpose of the err object in the vbscript language?

1097