GeekInterview.com
Series: Subject: Topic:

Visual Basic Interview Questions

Showing Questions 1 - 20 of 467 Questions
First | Prev | | Next | Last Page
Sort by: 
 | 

Javascript

Asked By: cvanu | Asked On: Sep 7th, 2012

The essential first step in formulating a successful solution is compiling program code. True/false?

Answered by: greenWheel on: Oct 23rd, 2012

False

Get,let,set property in vb6.0

Asked By: rcdeepan | Asked On: Sep 8th, 2012

Property get, property let and property set in visual basic

How to change the mouse pointer?

Asked By: Interview Candidate | Asked On: Sep 12th, 2004

Screen.Mousepointer = vbhourglass/vbnormal.

Answered by: Manish on: Aug 5th, 2012

System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.WaitCursor
after doing some work
in default mode
System.Windows.Forms.Cursor.Current = System.Windows.Forms.Cursors.Default

Answered by: Sandhya.Kishan on: Jul 30th, 2012

We can use Cursor:pointer; property to change the mouse pointer.

Types of system controls, container objects, combo box?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

Types of system controls 1.General controls a)Software controls b)Hardware controls c)Computer operations control d)data security control e)Administrator control 2.Application controls ...

Can us able to set instancing properties like singleuse, GLobalsingleuse to activexdll?

Asked By: Interview Candidate | Asked On: Sep 12th, 2004

No.

Answered by: Sandhya.Kishan on: Jul 30th, 2012

No we cannot set instancing properties like singleuse, GLobalsingleuse to activexdll.

What third party activex controls have you used?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

The third party activex controls used are MSDataGrid, MSChart, MSCalendar.

Is there any edit method in ADO data access method?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

There are no edit methods in ADO data access method instead recordset.update is used.

Which type of object requires this object?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

"This" object is used inside any method to refer to the current object. It is always a reference to the object on which the method was invoked

What is the-use of property page wizard in activex control?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

To create one or more property pages for the control then we make use of property page wizard in activex control.

How would you actiVATe animation control?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 30th, 2012

Through action script we can activate animation control.

What is the use of parameters collection?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 23rd, 2012

Each Parameter object present in the parameter collection provides a detailed information about a single parameter used in a stored procedure or a parameterized query as the parameter collection is a collection of Parameter
objects associated with a specific Command object.

What is internet explorer and its uses?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 12th, 2012

Internet Explorer is the most widely used world wide web,which is used to communicate and compete with different web browsers.It is bundled with the Microsoft Windows operating system.

Uses of IE
1.Surfing the net
2.Downloading better browsers.

What are the internet tools available in vb6.0?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 12th, 2012

Internet tools avaliable in VB6.0 are DNS lookup, SMTP e-mail, Trace Rout, Port Listener, Port Scanner etc.

Activex and types of activex components in vb?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 12th, 2012

An ActiveX is a component programming object that can be re-used by many application programs within a computer or among computers in a network.

Types of activex components are
1.Activex control
2.Activex exe
3.Activex dll.



























































What are the style properties of combo box?

Asked By: Interview Candidate | Asked On: Sep 12th, 2004

Simple, dropdown list – we can type and select. Dropdown combo – only drop down.

Answered by: Sandhya.Kishan on: Jul 12th, 2012

The Combo Box style property has two integer values.
Style property 0 - here the Combo Box behaves as a drop-down Combo Box.
Style property 2 - here the Combo Box behaves as a list box.

What is difference between datagrid and flexgrid?

Asked By: Interview Candidate | Asked On: Sep 12th, 2004

Datagrid – editable. Flexigrid – non-editable. (generally used for read only purpose.)

Answered by: Sandhya.Kishan on: Jul 12th, 2012

1. Full data binding is allowed in datagrid where as flexgrid supports read only binding. 2. Datagrid is large and do not allow merging cells where as flexgrid allows cell merging and it is smaller. 3...

What is ADO? What are its objects ?

Asked By: Interview Candidate | Asked On: Sep 12th, 2004

Activex data object. ADO can access data from both flat files as well as the databases. I.E., it is encapsulation of DAO, rdo, and ole that is why we call it as ole-db technology. Objects are connection, record set, command, parameter, field, error, property.

Answered by: Sandhya.Kishan on: Jul 12th, 2012

ADO stands for Activex Data Object. It is a programming interface to access data in the database and can also access data present in web pages, spreadsheets and other types of documents.

ADO has three objects namely command, connection and record set objects.
































Activex component

Asked By: jpr_alok | Asked On: May 1st, 2010

What project option causes the necessary files to be generated when the project is compiled?

Answered by: Sandhya.Kishan on: Jul 12th, 2012

gcc -c proc.adb is an option to generate the necessary files during compilation.

Is it possible to call backend procedures with ADO control?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 12th, 2012

If the backend procedures are stored procedures then it is possible to call those procedures with ADO control.

How would you attach an activex control in your application?

Asked By: Interview Candidate | Asked On: Aug 28th, 2004

Answered by: Sandhya.Kishan on: Jul 12th, 2012

We can attach an activex control using

BOOL Attach(
BSTR PortName // name of the virtual serial port
);

Here PortName is the name of the existing virtual serial port to be opened.

First | Prev | | Next | Last Page

 

 

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Ads

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.