Data Warehousing (1107) Databases (3004) JAVA Related 2673) MainFrames (975) Microsoft Related (2296) Networking (553)
Operating Systems (919) Programming (3254) SAP (2318) Testing FAQS (1674) Testing Material (252) Web Related (994)

what is '1000 projects'?

'fullinterview.com' is a educational content website dedicated to finding and realizing final year projects for btech, be, mtech, mca students, here you can search, find your projects and get guidance from experts the below are the different technological projects.
visual Studio projects .net projects, asp projects, c & ds projects, c++ projects (all), cold fusion projects, delphi projects, java projects, perl projects, php projects, sql projects, vc++ projects, visual basic projects.

how it works?

well, everything on this site is submitted by the student and professional community. after you submit your project, it is being verified and approved by our administrator. after approval, other people can read/discuss it, save to favorites.

more number of projects?

here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites www.fullinterview.com & Chetanasprojects.com


Category Articles
List out controls which does not have events
Added on Tue, Jan 5, 2010
Line and Shape Control does not have a single event. Read More
___,___ and __ are difference between image and picture controls.
Added on Tue, Jan 5, 2010
1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize Read More
Difference between Recordset and Querydef?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Draw and explain Sequence Modal of DAO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
PartsofODBC?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Return value of callback function, The need of tabindex property?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How many types of API functions are availble in VB?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Can you create a tabletype of recordset in Jet - connected ODBC database engine?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the Dll required for running the VB?
Added on Tue, Jan 5, 2010
Vbrun300.dll Read More
How many event in VB6 form
Added on Tue, Jan 5, 2010
THER ARE 31 TYPE EVENT Read More
What is the difference between ADODC and ADODB
Added on Tue, Jan 5, 2010
When u build connection with database through coding, then its ADODB.. When u build connection with database through ADO component, then its ADODC ............ Read More
____ argument can be used to make a menuitem into bold.
Added on Tue, Jan 5, 2010
boldcommand Read More
____ is the difference between Listindex and Tab index.
Added on Tue, Jan 5, 2010
Most generally: Listindex:-index of an Item in a List, can be of a Listboc control. Tab index:-determines how control/cursor moves from one cotrol to another on a Form(container) Read More
What is DBSqlPassThrough?
Added on Tue, Jan 5, 2010
It will By Passing the Jet Query Processor. Read More
Difference between subquery and coquery
Added on Tue, Jan 5, 2010
A subquery is called a query with in the query. Such as select n1,n2 from table1 where in n1 not in(select n1 from table2) while main query is the only query like select n1,n2 from table1 Read More
3 main differences between flexgrid control and dbgrid control?
Added on Tue, Jan 5, 2010
The Microsoft FlexGrid (MSFlexGrid) control displays and operates on tabular data. It allows complete flexibility to sort, merge, and format tables containing strings and pictures. When bound to a Data control, MSFlexGrid displays read-only data... Read More
What is DBFailError?
Added on Tue, Jan 5, 2010
Rolls Back updates if any errors Occurs. Read More
Benefit of wrapping database calls into MTS transactions
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
HTML stands for What? Use of HTML ?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
___,_____ and ____ container objects.
Added on Tue, Jan 5, 2010
Form,PictureBox,OLE Read More
What is the size of the variant data type?
Added on Tue, Jan 5, 2010
The Variant data type has a numeric storage size of 16 bytes and can contain data up to the range of a Decimal, or a character storage size of 22 bytes (plus string length),and can store any character text. Read More
What is ODBC?
Added on Tue, Jan 5, 2010
Open Data Base Connectivity which is used to connect to the database/s. Read More
What is the difference between Listview and Treeview
Added on Tue, Jan 5, 2010
Tree view control is designed to display data that is hierarchical in nature, such as organization trees, the entries in an index, the files, directories on a disk. It is often used in conjuction with the List view control, which is used to display... Read More
How can you filter out specific type of file using file system controls?
Added on Tue, Jan 5, 2010
commondialogbox.showfile("*.mdb ! *.mdb" Read More
How would you create properties by using class Builder Wizard?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you Create a Query Builder and Explain its uses
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you map properties to controls by using ActiveX Control Interface Wizard?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the types of line styles available in Treeview Control? ss
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the max size allowed for Extension in Visual Basic
Added on Tue, Jan 5, 2010
Frm, bas, cls, res, vbx, ocx, frx, vbp, exe Read More
State about the different types of visual basic data?
Added on Tue, Jan 5, 2010
Visual basic divides into different types they are 1) Numeric data type 2) Non numeric data type Numeric data is divided into seven different types they are adding, minus, multiplication, division, etc. Non numeric data consists of data which... Read More
What is the difference between Property Get, Set and Let?
Added on Tue, Jan 5, 2010
Set ? Value is assigned to ActiveX Object from the form. Let ? Value is retried to ActiveX Object from the form. Get- Assigns the value of an expression to a variable or property. Read More
Dim x, y as integer. What is x and y data type?
Added on Tue, Jan 5, 2010
X as variant and y as integer. Read More
Which property of menu cannot be set at run time?
Added on Tue, Jan 5, 2010
Name property Read More
What is adUseClient and adUseServer?Where it is going to affect in runtime?
Added on Tue, Jan 5, 2010
These are constants in CursorLocationEnum of CursorLocation property on a ADO Connection object. If the CursorLocation property is set to adUseClient then the recordset will be in read only mode, i.e. the recordset cannot be used to update... Read More
What is oops? what is polymorphism ?
Added on Tue, Jan 5, 2010
Question : What is oops? what is polymorphism ? does vb supports oops concept in totality? pl explain           Answers: Oops Is the concept. It is Object Oriented Technology. In Oops, concepts like, Class,... Read More
What is option base? diff between option baseOption Base -
Added on Tue, Jan 5, 2010
Option Base - When an array is declared by default starting index number is 0. By using this statement the programmer can change the starting index number. Well but according to coding conventions this concept should not be used. Option... Read More
How to set a shortcut key for label?
Added on Tue, Jan 5, 2010
Set UseMnemonic property to True Read More
Does VB Supports OOPS Concepts? Explain..
Added on Tue, Jan 5, 2010
Visual Basic is not supprt Inheritance and Data binding OOPS Concept Read More
How many objects resides in ADO ?
Added on Tue, Jan 5, 2010
ADO Objects Connection Command Recordset Parameter Field Error Read More
To populate a single column value which dbcontrols you to use?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
ActiveX and Types of ActiveX Components in VB?
Added on Tue, Jan 5, 2010
ActiveX components is a group of code based on its functionality. It has methods,events and properties. Type of ActiveX components are: 1. Standard EXE 2. ActiveX DLL 3. ActiveX EXE 4. ActiveX Document 5. ActiveX Control Read More
Can We create CGI scripts in VB?
Added on Tue, Jan 5, 2010
Define the scope of Public, Private, Friend procedures?
Added on Tue, Jan 5, 2010
Private can be accesses from code within class. Public can be accessed from anywhere , can be call outside of the project if it instantiate. Friend procedures invoked from code within project but not from external procedures. Read More
Which controls have refresh method, clear method?
Added on Tue, Jan 5, 2010
Listbox has refresh aswell as clear method Read More
How to get Cursor position using API?
Added on Tue, Jan 5, 2010
GetCursorPos() is the API that is used to get the cursor position. Read More
What is frx?
Added on Tue, Jan 5, 2010
When some controls like grid and third party control placed in our application then it will create frx in run time. Read More
Pl explain Diff between array and collection object
Added on Tue, Jan 5, 2010
Array you can access data using Indexes. Collection is also an array where you can access data using 'KEY' Read More
Constructors and destructors?
Added on Tue, Jan 5, 2010
Constructors and destructor are special member functions of classes that are used to construct and destroy class objects. Read More
Is it possible to call oracle database through ADO control or Object
Added on Tue, Jan 5, 2010
Yes By using Oracle driver with ODBC Connection object. Read More
How many system controls are available
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is early binding and late binding ?explain with example
Added on Tue, Jan 5, 2010
V early binding: eg: dim rs as new adodb.recordset Late Binding: eg: dim rs as adodb.recordset set rs=new adodb.recordset Read More
Suppose emp is one class that we have to create, and have to add empname, empid as member of this class, what should be the code for that ? how we can calculate the salary for emp ? pl explain steps.
Added on Tue, Jan 5, 2010
Public Property Get Name() As String Name = sName End Property Public Property Let Name(ByVal vNewValue As String) sName = vNewValue End Property Public Function SalaryCalulation(byVal dblDay as double, byVal dblTotalDay as double, byVal... Read More
What are the different types of error?
Added on Tue, Jan 5, 2010
THER ARE THREE TYEP 1)SYNTAX ERROR 2)RUNTIME ERROR 3)LOGICAL ERROR Read More
What is MDI form?
Added on Tue, Jan 5, 2010
MDI is Multi Dimensional Interface. It means through a MDI form we can open multiple forms at the same time,without closing any one of them.You cannot place any control in a MDI form. Read More
Benefits of using MTS?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Thread pool and management of threads within a thread pool?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Default property of datacontrol?
Added on Tue, Jan 5, 2010
Line, Shape Read More
Have you ever created ActiveX EXEs? If so, what were they used for?
Added on Tue, Jan 5, 2010
ActiveX exe are one of the COM Component. ActiveX exe runs doesnot run on the client application memory space. If you want to use ActiveX component remotely it is best to use AcitveX exe. Read More
Timer control contains ________ no. of events.
Added on Tue, Jan 5, 2010
one event Read More
Why we need OLE-Automation?
Added on Tue, Jan 5, 2010
Advantages? Read More
What is Zorder Method?
Added on Tue, Jan 5, 2010
Object.Zorder = 1 or 0 Place a Specified mdiform form or control at the front or back of the z-order with n its Graphical Level. Read More
Diff type of Datatypes?
Added on Tue, Jan 5, 2010
LOB (Large Object Data type). CLOB (Stores Character Objects). BLOB ( Store Binary Objects such as Graphic, Video Chips and Sound files). BFILE(Store file pointers to LOB It may Contain filename for photo?s store on CD_ROM). Read More
What are the type of validation available in VB?
Added on Tue, Jan 5, 2010
Field, Form Read More
Difference between ActiveX Exe and Dll.
Added on Tue, Jan 5, 2010
ActiveX DLL: It is an in process server. It runs within the application time. ActiveX Exe: It is an out of process server. MS- Excel is an activex exe. when u call the excel from the vb application u can in the task manager an excel exe will... Read More
Difference between Class Module and Standard Module?
Added on Tue, Jan 5, 2010
standard module: 1)place for variable declarations,procedures etc.and we can access these procedures in wherever in the project. 2)Available only for the existing modules where they are used. class module: 1)Unlike standard module,members... Read More
What about OCX Controls
Added on Tue, Jan 5, 2010
OCX is a user control. we can create a control of our own and use it in our projects. OCX can be created using ActiveX Controls.For example if we have a Text Box for getting Numbers only in every form and in every project we can create a Text Box... Read More
Controls which do not have events?
Added on Tue, Jan 5, 2010
Common dialog control which have not EVENT Read More
Advantages of disconnected recordsets?
Added on Tue, Jan 5, 2010
Once you have to connect your Recordset then after that connection is no longer. You can use that Recordset as a Database and also you can manipulate. Also you can update your database with your Disconnected Recordset. Read More
Which controls can not be placed in MDI ?
Added on Tue, Jan 5, 2010
The controls that do not have an Alignment property (do not confuse with the Text Align property) cannot be placed on the MDI form. For example we cannot place an Image control but a picture box control. Controls placed on MDI forms always stay... Read More
What is Mixed Cursors?
Added on Tue, Jan 5, 2010
Static + Keyset Read More
What is Static Cursor?
Added on Tue, Jan 5, 2010
In ADO Snap Shot is called so. Read More
What are the Style Properties of Combo Box?
Added on Tue, Jan 5, 2010
Simple, Dropdown list ? We can type and select. Dropdown Combo ? Only Drop Down. Read More
Describe the different scopes of variables in VB.
Added on Tue, Jan 5, 2010
There are three levels of scope of variables in Visual Basic,as follows: 1. Variables declared in procedures are private to procedure. 2. Variables declared at the form or module level in the form or module's (General) section using Dim,... Read More
What type of recordsets are available in ADO?
Added on Tue, Jan 5, 2010
1. adCmdUnknown 2. adCmdText 3. adCmdTable 4. adCmdStoredProc Read More
___ is a property to resize a label control according to your caption.
Added on Tue, Jan 5, 2010
AutoSize Read More
How many objects resides in ADO?
Added on Tue, Jan 5, 2010
) Connection 2) Recordset 3) Command 4) Parameter Read More
What is the diff between RDO and ADO?
Added on Tue, Jan 5, 2010
RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO , OLE that is why we call it as OLE-DB Technology. Read More
What is Collection Objects?
Added on Tue, Jan 5, 2010
Similarly to arrays but is preferred over an array because of the following reasons. 1. A collection objects uses less Memory than an array. 2. It provides methods to add and delete members. 3. It does not required reason statement when objects... Read More
What is Friend Variable?
Added on Tue, Jan 5, 2010
Scope sharable between projects. Read More
What is MTS (Microsoft Transaction Service)
Added on Tue, Jan 5, 2010
The Microsoft Transaction Server (MTS) is essentially a transaction managing and processing system. The Microsoft Transaction Server operates in the middle tier. A transaction is a set of operations that are tracked as a group, and either complete... Read More
What is Centralization Error Handling?
Added on Tue, Jan 5, 2010
We can use "try & catch (Exception)" to get error detail Read More
How will u handle error in vb application ? explain
Added on Tue, Jan 5, 2010
If You want To Trap The Error In Visual Basic Code then Write The Code In Every Procedure & Function Public Sub xxxxx() On Error Goto Err_xxxxx Err_xxxxx: if err.Number<>0 then msgbox err.description end if End Sub... Read More
Private Dim x as integer. Valid ?
Added on Tue, Jan 5, 2010
Private cannot be used in front of DIM. Read More
What is Inprocess and Out of Process?
Added on Tue, Jan 5, 2010
Inprocess ? It will run with in the memory. ( Local Machine). Out of Process ? It will run out of the memory Normally in the server side. Read More
What is option base? diff between option baseand option explicit?
Added on Tue, Jan 5, 2010
option base it is to declare the start of array. for eg. suppose an array is declsed with the dim statement. by default its start from 0 th index. using option base we can declare the start of an array from 1 ,2, or whatever. option explicit ... Read More
Explain about literals?
Added on Tue, Jan 5, 2010
Data can be assigned to literals. In certain cases suffix is added so that literals can perform the calculation in a much better way. Strings can have many characters. Sometimes it is enclosed within double quotes. Read More
What is user control?
Added on Tue, Jan 5, 2010
USer controls are controled created by users, these are Activex controls (OCX file) Read More
What is diff between std exe project and activex exe project ?
Added on Tue, Jan 5, 2010
Standard exes are created using standard project & activex exes are created using activex project Read More
Why we use Treeview Control?
Added on Tue, Jan 5, 2010
To list the hierarchical list of the node objects. Such of files and Directories. Read More
What is activex? why it is reqd in vb? pl explain its usage
Added on Tue, Jan 5, 2010
Activex in the COM control. Component Object Model. Like File Open Dialog box. Activex Control once created, it is used in many application, Distribute to many user. Main Benifit of Activex Control is Reusablity. It makes Application simple, easy... Read More
Explain about conditional operators?
Added on Tue, Jan 5, 2010
There are many conditional operators which are used to control the program flow. They look like mathematical operators. These operators cannot be neglected because they are very powerful and they let the Visual basic to compare data values for... Read More
What is interface in vb? pl explain its types in vb ? and theri usage
Added on Tue, Jan 5, 2010
A Visual Basic interface is an abstract class which provides a layer of indirection between a server and its clients and thus decouples a class from the clients that use it. This improves the maintainability of COM servers. Read More
Explain about ADO control?
Added on Tue, Jan 5, 2010
If you want your applications to move out of the Visual Basic environment then it is very important to use ADO control units. Active X data control is the full form for ADO. It is interoperable and could be accessed in many data applications. Read More
Dff between OCX , DLL and EXE ?
Added on Tue, Jan 5, 2010
OCX are the extension of active x components where as dll are library files and siple appliction is exe exe can have OCX and dll according to its usage its true that OCX and dll are faster then exe Read More
Explain about creating VB applications in excel?
Added on Tue, Jan 5, 2010
User defined functions can be created into the Microsoft spreadsheet. Spreadsheets can be customized according to the user needs by using VB applications. To create visual basic functions useful for spreadsheet you need to click Tools and select... Read More
What is overloading and overriding ? pl explain diff between them
Added on Tue, Jan 5, 2010
Overloading : When you use same method name for diffrent purpose it is call overloading. For example, You can use Add(x,y) method for addition of two parameter, and you can define Add(x,y,z) for addition of three parameter in same class. ... Read More
What is modal and modeless
Added on Tue, Jan 5, 2010
Modal - Is a type of message box where you need to respond to it by clicking any of the buttons displayed before responding to any other windows in the background. Modeless - Is just the opposite, i.e., you are allowed to respond to other windows... Read More
What is compatibility ?
Added on Tue, Jan 5, 2010
IN Visual Basic have 3 types of Compatibilites is there. 1) No Compatibility :- New GUID created, references from other components will not work 2) Project Compatibility :-Default for a new component <Not as critical to mention this one>... Read More
How to create instance of an object in vb ?
Added on Tue, Jan 5, 2010
Dim <Instance Name> as [New] <Object> like dim frm as New form1 set frm = new form1 or dim frm as form1 set frm = new form1 Read More
What is instead of trigger ? explain
Added on Tue, Jan 5, 2010
Instead of Trigger is used in SQL Server it used when we execute some sql QUERYsome how that query doesn't execute then Instead of Trigger is fired. Read More
What is typedef? explain
Added on Tue, Jan 5, 2010
It is a structure in Vb e.g. Type abc strName as string arry() as double End Type Read More
For getting more values from a function which parameter should we use, out or inout
Added on Tue, Jan 5, 2010
As the function can return only one out parameter, use multiple input parameters & pass them By Ref Read More
How can i change font of menubar in visual basic6.0?
Added on Tue, Jan 5, 2010
You would have to use own writter for this Read More
What are the three methods in IUnknown interface and their use
Added on Tue, Jan 5, 2010
COM uses a method of "reference counting" to keep track of when the resources taken up by the object can be physically released. Basically it works like this. A object instance is created in a program and a reference is held against it. The reference... Read More
What's the purpose of Visual source safe in vb?
Added on Tue, Jan 5, 2010
VSS contain backup copy of all the programm file. if u need to modify any code of running programm file, you can check in to that file and after code modification, u can check out the file and load it in running programm Read More
What are ActiveX and Types of ActiveX Components in VB
Added on Tue, Jan 5, 2010
Type of ActiveX Components: ActiveX Exe's ActiveX Dll's User Definded controls. Read More
What is difference between dbgrid and flexgrid control
Added on Tue, Jan 5, 2010
In case of flexgrid also you can make it editable, by placing the textbox on runtime on the cell and key in required data. This is possible with flexgrids onCellEnter and onCellLeave events. Read More
How To Open Outlook Explorer in VB Code
Added on Tue, Jan 5, 2010
Once can use the Shell function to call any Aplication in VB 6.0. For Outlook Express one can use, Shell (msimn. exe) Read More
How to change the font color of few itmes in the listbox control while loading in VB6
Added on Tue, Jan 5, 2010
' Listbox Subclassing: Ported the C code found on MSDN at ' SDK Documentation/PlatformSDK/User Interace services/controls/listbox ' and Knowledgebase Article ID: Q74792 ' ' By T. Ravi Kiran. ' E-Mail: t_ravi_kiran... Read More
Differences between Dnaset& Snapshot?
Added on Tue, Jan 5, 2010
 Question : Differences between Dnaset& Snapshot? what is MTS? define ADO define ActiveX Answers: There are 2 major differance 1. Snapshot type Recordset is avaliable at workstation 2. Snapshot... Read More
How many comman controls in VB?
Added on Tue, Jan 5, 2010
There are 21 controls . Pointer, Listbox, Combobox, Label, Command Button, Option Button, Check Button, Tree View, DirListBox, Horizontal Scrollbar, Vertical Scrollbar, TextBox, Picture Box, Image Boz, Timer, Shape, Line, OLE, Data Control,... Read More
What is MAPI?
Added on Tue, Jan 5, 2010
Messaging Application programing Interface. Read More
___ is the control used to call a windows application
Added on Tue, Jan 5, 2010
Windows Dialog Control Read More
WhatisOLEDB?
Added on Tue, Jan 5, 2010
Object Linking and Embeded DataBase Read More
clear property is available to which control
Added on Tue, Jan 5, 2010
Clear property available listbox, combo box and all?grids (db grid, microsoft flex grid, microsoft Hierarchal flex grid, vsflex grid etc) Read More
How to access a picture from database(oracle) into VB Form and to store back to database.
Added on Tue, Jan 5, 2010
you need to create a BLOB field in oracle and in VB open the photo file in binary and use the record sources AppendChunk method to store binary data to BLOB field.and to access the photo from DB use the recordsources GetChunk method.If u require... Read More
DSN Less Connection?
Added on Tue, Jan 5, 2010
Server=Oracle; Driver={Microsoft ODBC for Oracle};" Read More
How to register a component?
Added on Tue, Jan 5, 2010
execute regsvr from run command with the file location. Read More
How does a DCOM component know where to instantiate itself?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you force new objects to be created on new threads?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How can objects on different threads communicate with one another?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Difference between a function and a subroutine, Dynaset and Snapshot,early and late binding, image and picture controls,Linked Object and Embedded Object,listbox and combo box,Listindex and Tab index,modal and moduless window, Object and Class,Query
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval   Read More
What versions of Windows have you used? Have you used any other operating systems?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Describe: In of Process vs. Out of Process component. Which is faster?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is object oriented programming?
Added on Tue, Jan 5, 2010
Object-oriented programming means which makes use of the OOPS concept. i.e 1. Data abstraction 2. Data encapsulation 3. Polymorphism 4. Inheritance 5. Dynamic binding 6. Message communication Examples : C++ , Java Read More
What source code control systems have you used?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Describe Database Connection pooling relative to MTS?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Have you developed COM+ components? Any other types of server based components?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Have you ever used resource files? If so, for what reason?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What database backends have you worked with? Access? SQL Server? Oracle?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Have you ever used ADO? DAO? RDO? Any other database engines?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Have you ever used Collections? Collection Classes?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Can database schema be changed with DAO, RDO or ADO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Have you ever created ActiveX controls? If so, what did they do?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Have you ever created ActiveX DLLs? If so, why did you create the DLLs instead of using code in the main application?
Added on Tue, Jan 5, 2010
yes , we have used,so that the business logic is seperate from the application logic and if any point of time we want to the business logic then we can change it with out affecting the application logic. Read More
Have you ever used classes? If so, how have you used them?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Advantage of ActiveX Dll over Active Exe?
Added on Tue, Jan 5, 2010
DLL runs in in-process server whereas EXE runs in out-of-process server. Applications that use in-process servers usually run faster than those that use out-of-process servers because the application doesn't have to cross process boundaries to... Read More
What versions of VB have you used? Have you also used VBA or VBScript?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Which tool is used to configure the port range and protocols for DCOM communications?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What are the types of API Types.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Which Property is used to compress a image in image control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Is it possible to change menu runtime using API? If yes? Specify the function names.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Which controls can not be placed in MDI?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How can you Add API functions to your Application?
Added on Tue, Jan 5, 2010
Through API Viewer Read More
What types of data access have you used.?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you Implement windows functionality in VB?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the use of Tabledef?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What methods are called from the ObjectContext object to inform MTS that the transaction was successful or unsuccessful?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the use of debug Window?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Difference between Dynaset and Snapshot?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the difference between Msgbox Statement and MsgboxQ function
Added on Tue, Jan 5, 2010
f you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the tools available for Debuggiu in VB?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Draw Sequence Modal of DAO? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is OLE and DDE? Explain?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
In which areas the Error occurs?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Difference between Tabletype and Snapshot?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What does the Implements statement do?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the types of Error?
Added on Tue, Jan 5, 2010
Syntax error Logical error Runtime error Read More
How can you save and Get data from Clipboard
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Types of LockEdits in DAO
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the use of Active Control Property?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Types of cursors in DAO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What are the different compatibility types when we create a COM component
Added on Tue, Jan 5, 2010
No Compatibility, Project Compatibility, Biniary Compatibility Read More
WhatisDAO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you check Beginning and End of the file?
Added on Tue, Jan 5, 2010
Check recordsetobject.EOF = true for End Of File or recordsetobject.BOF = true for BOF File Read More
Binary Access-method isused to access file in which manner?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you read content from file?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Types of system controls, container objects, combo box?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Which method is used to write context Into file?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
To set the command button for ESC, Which property needs to be changed?
Added on Tue, Jan 5, 2010
Set Cancel property to True Read More
Using which type we can access file line by line?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the difference between change event in normal combobox and dbcombobox?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How to find size of the file. Which method or function is used to occomplish this
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How to get freefile location in memory?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
at runtime, Property used to count number of items in a combobox,resize a label control according to your caption.?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Need of zorder method, no of controls in form, Property used to add a menus?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
___ VB constant make the menu item in centre.
Added on Tue, Jan 5, 2010
NegotiatePosition Read More
How can you get selected file from file system Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the difference between modal and moduless window?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Name of the control used to call a windows application?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
___ property used to add a menus at runtime.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Kind of components can be used as DCOM servers
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How many File System Controls are there ? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
___,___ arguments will be used to run a executable program in shell function
Added on Tue, Jan 5, 2010
PathName, WindowStyle Read More
What is.the difference between queryunload and unload in form?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the difference between Msgbox Statement and MsgboxQ function?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What do you mean by provider?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you check whether a record is valid record or Invalid record using ADO control or Object?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Added on Tue, Jan 5, 2010
Fields collection of Recordset is used. e.g. rs.Fields("colName").value=txtSomeName.text Read More
Is there any Edit method in ADO Data Access method?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Is it possible to call backend procedures with ADO control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What are the new events in textbox that has been included in VB6.0
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Which type of object requires this object?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Difference between listbox and combo box.
Added on Tue, Jan 5, 2010
one main difference between List Box and Combo is that Combo is compact then list box require less space on interface. Read More
What is the use of parameters collection?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Can you create a tabletype of recordset in Jet - connected ODBC dbengine
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Recordset object consists what?
Added on Tue, Jan 5, 2010
Recordset object is used to hold a set of records from a database table Read More
____ property of menu cannot be set at run time.
Added on Tue, Jan 5, 2010
What is the need of zorder method?
Added on Tue, Jan 5, 2010
To determine which controls are in-front of other controls. Read More
____ property is used to lock a textbox to enter a datas.
Added on Tue, Jan 5, 2010
Enabled or Locked Read More
What type of databases you can access through AD I Data Access Object?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Through which protocol OLEDB components are interfaced?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
To find the current recordposition in data control.
Added on Tue, Jan 5, 2010
AbsolutePosition Read More
What are the important components of OLEDB?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
_____ is the property to ___,____,____ are valid for recordsource property of dat control.
Added on Tue, Jan 5, 2010
Connect/Database is the property to select,insert,update are valid property of data contrl Read More
Which controls have refresh method.
Added on Tue, Jan 5, 2010
Server Side Controls have Refresh method Read More
What is the difference Between ADO and other data access objects0
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What do you mean by ADO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
___ Property is used to count no. of items in a combobox.
Added on Tue, Jan 5, 2010
ListCount Read More
Explain the usage of Web Browser Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Clear property is available in ____,___ control.
Added on Tue, Jan 5, 2010
ComboBox and ListBox Read More
What are the Internet tools available in VB6.0?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How can you Navigate from the DHTML application to another DHTML application
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the need of tabindex property is label control.
Added on Tue, Jan 5, 2010
Tab index for labels is used in combination with the Access Keys (Hot Keys). When user presses the Access Key (Created by using an & in the caption) for a Label the focus will be shifted to the control immediately following the Label control in... Read More
OLE is used for _______
Added on Tue, Jan 5, 2010
OLE is used to Create & Edit documents containing Items/Objects created by Other/Multiple Applications Read More
What do you mean by HTTP?
Added on Tue, Jan 5, 2010
HTTP - Hyper Text Transfer Protocol Using this protocol web-data are transfered from server to client browser and vise versa. Read More
__ no of controls in form.
Added on Tue, Jan 5, 2010
max 254 controls can be placed on the forms. Read More
DHTML Is used for what?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Whether HTML supports multimedia: and document links?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the default property of datacontrol.
Added on Tue, Jan 5, 2010
Caption Property. Read More
Is it possible to set a shortcut key for label.
Added on Tue, Jan 5, 2010
Set the UseMnemonic property to True if you want to define a character in the Caption property of the Label as an access key.Also one thing is that u should place text box to set focus because lable canot get focus in run time.Remember to set tab... Read More
To set the command button for ESC ___ Property has to be changed.
Added on Tue, Jan 5, 2010
cancel Read More
What is visual basic?
Added on Tue, Jan 5, 2010
VB graphical user interface which can help the use which easy understand Read More
___ Property is to compress a image in image control
Added on Tue, Jan 5, 2010
strech property Read More
What is the use of Data Form Wizard?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you find out the value property in Slider Bar Control?
Added on Tue, Jan 5, 2010
msgbox Slider.value Read More
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
Added on Tue, Jan 5, 2010
You can't change Name, Multiline, TabIndex properties of this control. Max Size of TextBox is 65535 characters. Read More
What is the use of progress Bar Control?
Added on Tue, Jan 5, 2010
is used to show the document progress and current sitution of command Read More
How would you add elements and pictures to listitems in listview control
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you add column headers in listview control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is FireHouse Cursors?
Added on Tue, Jan 5, 2010
Forward Only Some time Updateable Read More
What the RDO Methods and Events?
Added on Tue, Jan 5, 2010
Methods Events Begin Trans Validate Commit Trans Reposition Rollback Trans Error Cancel Query Complied Refresh Update Controls Update row Read More
Diff types of Lock Types?
Added on Tue, Jan 5, 2010
RdConcurReadOnly 0 (Default) RdConcurLock 1 (Pessimistic Locking) RdConcurRowver 2 (Optimistic Lociking) RdConcurValues 3 RdConcurBatch 4 Read More
Setting the Cursors.
Added on Tue, Jan 5, 2010
Default Cursor ? 0 ODBC Cursor (Client side) ? 1 ServerSide Cursors (More Network traffic) - 2 Read More
How to increase the Date corresponding with month,date,year?
Added on Tue, Jan 5, 2010
DateSerial(year(Now),Month(Now)+1,1) Hour, min, sec, month, year, DateSerial, dateadd, datediff, weekday, datevalue, timeserial,timevalue. Read More
To connect the Data Control with Back end What are all the properties to be set?
Added on Tue, Jan 5, 2010
Data source Name, Record Source Name Read More
Handling Error in Calling chain.
Added on Tue, Jan 5, 2010
This will call the top most error where the error is handled. Read More
What is Seek Method which type of record set is available this?
Added on Tue, Jan 5, 2010
Only in DbOpenTables. Syntax: rs.index = "empno" rs.seek "=" , 10 If with our setting the rs.index then run time error will occur. Read More
What methods are used for DBGrid in unbound mode?
Added on Tue, Jan 5, 2010
AddData, EditData, Readdata, WriteData. Read More
How to trap Data Base Error?
Added on Tue, Jan 5, 2010
Dim x as RDOError X(0).Des X(1).Number Read More
Different type of Passing Value
Added on Tue, Jan 5, 2010
By value, By ref, Optional, Param Array. Note:- Optional keyword cannot be used while declaring arguments for a function using param array. Read More
What is MAPI ?
Added on Tue, Jan 5, 2010
Messaging Application programming Interface. Read More
Calling Stored Procedures in VB?
Added on Tue, Jan 5, 2010
1. Calling Simply the Procedure with out Arguments "Call ProcedureName}" 2. If it is with Arguments Means then Declare the Query Def qy Set Qy as New Query def Qy.SQL = "{Call ProcedureName(? Read More
What are the Technologies for Accessing Database from Visual Basic
Added on Tue, Jan 5, 2010
DAO, Data Control, RDO, ODBCDIRECT, ADO, ODBC API , 0040. Read More
What is the different between Microsoft ODBC Driver and Oracle OBDC Driver?
Added on Tue, Jan 5, 2010
Microsoft ODBC driver will support all the methods and properties of Visual Basic. Where as the Oracle not. Read More
How can we call Stored procedure of Back End in RDO and ADO ?
Added on Tue, Jan 5, 2010
In RDO ? We can call using RDO Query Objects. In ADO ? We can call using Command Objects. Read More
Referential Integrity (Take care By jet database Engine).Cascade Delete, Cascade Update ? is done setting property of Attributes
Added on Tue, Jan 5, 2010
DbRelationDeleteCascade, DbRelationUpdateCascade. Read More
What are two validate with Data Control?
Added on Tue, Jan 5, 2010
Data_Validate, Data_Error. Read More
What is ADO? What are its objects ?
Added on Tue, Jan 5, 2010
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... Read More
What is difference between datagrid and flexgrid?
Added on Tue, Jan 5, 2010
Datagrid ? Editable. Flexigrid ? Non-Editable. (Generally used for Read only purpose.) Read More
How to check the condition in Msgbox?
Added on Tue, Jan 5, 2010
If(Msgbox("Do you want to delete this Record",VbYesNo)=VbYes)Then End if Read More
How to change the Mouse Pointer?
Added on Tue, Jan 5, 2010
Screen.MousePointer = VBHourGlass/VBNormal. Read More
What is Parser Bug?
Added on Tue, Jan 5, 2010
It is difficult to use database objects declared in a module from within a form. Read More
What are the different types of Dialog Box?
Added on Tue, Jan 5, 2010
Predefined, Custom, User Defined. Read More
What are the Style properties of List Box
Added on Tue, Jan 5, 2010
Simple ?Single Select , Extended. ? Multiple Select. Read More
Can us able to set Instancing properties like Singleuse, GlobalSingleuse to ActiveXDll?
Added on Tue, Jan 5, 2010
What are the scopes of the class?
Added on Tue, Jan 5, 2010
Public, private, Friend Read More
What is Implicit
Added on Tue, Jan 5, 2010
Instance of specific copy of a class with its own settings for the properties defined in that class. Note: The implicitly defined variable is never equal to nothing. Read More
What is Static Variable?
Added on Tue, Jan 5, 2010
Its Scope will be available through out the life time. Read More
Have you create Properties and Methods for your own Controls?
Added on Tue, Jan 5, 2010
Properties ? Public variable of a Class Method ? Public procedure of a class Read More
What is the starting Index value? How to locate it?
Added on Tue, Jan 5, 2010
It is tab control to place our controls with in the form in multiple sheets. Index starts with 1. And to identify If Tabstrip1.SelectedItem.Index = 1 Then ?.. End if Read More
What is the diff between the Create Object and Get object?
Added on Tue, Jan 5, 2010
Create Object - To create an instance of an object. Get Object ? To get the reference to an existing object. Read More
Explain the types of Views in Listview Control.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is Dll?
Added on Tue, Jan 5, 2010
Dynamic link library Read More
What are the uses of List View Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are properties available in Clip Board?
Added on Tue, Jan 5, 2010
No Properties Available. Only the methods they are SetText, GetText, Setdata(), Getformat(), Clear. Read More
How would you attach pictures in Treeview Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is diff between the Generic Variable and Specific Variable?
Added on Tue, Jan 5, 2010
Generic Variable: Create Object Ex:-Ole-Automation . No need refer the object library. Specific Variable: Binding Procedure Early and Late Binding ( Can be Remove from the Memory). Read More
What is the use of Imagelist Controls
Added on Tue, Jan 5, 2010
Store the images and apply it to MDI form Read More
How would you add elements in TreevieW Control.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the-use of property page Wizard in ActiveX Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How many images can be placed in the image list?
Added on Tue, Jan 5, 2010
How would you create properties in ActiveX Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How would you attach an ActiveX control in Your Application?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How to declare Dll Procedure?
Added on Tue, Jan 5, 2010
Declare function "<Function Name>" lib "<Lib Name>" Alias "<Alias Name>" (Arg, ?..) as Return type. Read More
Different type of Instantiation?
Added on Tue, Jan 5, 2010
Private ? Only for the Specific Module. Public not creatable ? Private & Public Multi Use - Variable we have to declare. Single Use ? Not possible through dll. Global Multiuse ? Have variable not Required to Declare. Global Single Use -... Read More
What is ActiveX Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the diff between the Std and Class Module?
Added on Tue, Jan 5, 2010
Std Global with in the project. Cls Global through out the all project only thing is we want to set the type lib. Class Modules can be Instantiated. Read More
What is the default model of the form?
Added on Tue, Jan 5, 2010
And what is it number? Read More
How would you run your ActiveX Document Dll?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the result of Null * Any value = 0 (Zero)?
Added on Tue, Jan 5, 2010
Null*4=0 will result in NULL So null*any value=0 will also result in NULL... Read More
How would you navigate between one document to another document in Internet Explorer ?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
With in the form we want to check all the text box control are typed or not? How
Added on Tue, Jan 5, 2010
For each currentcontrol in controls if typeof currentcontrol is TextBox then end if next Read More
How would you create Visual basic Document file?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is Mask Edit and why it is used?
Added on Tue, Jan 5, 2010
Control. Restricted data input as well as formatted data output. Read More
What is ActiveX Document
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How do you register a component?
Added on Tue, Jan 5, 2010
Compiling the component, running REGSVR32 MyDLL.dll Read More
what is the use of ActiveX Documents?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What are the different ways to Declare and Instantiate an object in Visual Basic 6?
Added on Tue, Jan 5, 2010
Dim obj as OBJ.CLASS with eitherSet obj = New OBJ.CLASS orSet obj = CreateObject(OBJ.CLASS?) orSet obj = GetObject( , OBJ.CLASS?)orDim obj as New OBJ.CLASS Read More
What are types of binding?
Added on Tue, Jan 5, 2010
Assigning variable with defined memory space. Late Binding - Memory size is allotted in later stage. Ex:- Dim x as object Early Binding - Memory size is allotted while declaring itself. New Key word is important. Ex:- Dim x as New Object Read More
How would you access objects created in ActiveX Exe and ActiveX D1T
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is binding
Added on Tue, Jan 5, 2010
Binding Read More
How would you use ActiveX Dll and ActiveX Exe in your application?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is view Port
Added on Tue, Jan 5, 2010
The area under which the container provides the view of the ActiveX Document is known as a view port. Read More
Write the steps in Creating ActiveX Dll and Active Exe?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the diff. Between function and sub procedures
Added on Tue, Jan 5, 2010
Function will return value but a sub procedure wont return values? Read More
What is ActiveX Dll and ActiveX Exe?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is keyword used to compare to objects?
Added on Tue, Jan 5, 2010
ISOperator ? Returns Boolean. Read More
Advantage of ActiveX Dll over Active Exe.
Added on Tue, Jan 5, 2010
Activex dll is more faster than Activex exe. Activex dll runs within the application time, whereas exe takes separate space. Read More
what will be the result for 15/4 and 154 ?
Added on Tue, Jan 5, 2010
15/4 = 3.75 and 154 = 3 Read More
What is instantiating?
Added on Tue, Jan 5, 2010
instantiating refers the creation of object with the means of class Read More
Name some date function
Added on Tue, Jan 5, 2010
Dateadd(), Datediff(), Datepart(), Cdate() Read More
Difference between ActiveX Control and Standard Control.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Types of ActiveX Components in VB?
Added on Tue, Jan 5, 2010
Types .exe, .dll, or .ocx Read More
What is the max size allowed for Max Control Names length
Added on Tue, Jan 5, 2010
What is ActiveX? Explain.
Added on Tue, Jan 5, 2010
Activex are user defined controls which makes application simple and easy to understand. Read More
What is the max size allowed for Max Text box length.
Added on Tue, Jan 5, 2010
32,000 Read More
Types of Modal windows in VB.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the max size allowed for Max label caption length
Added on Tue, Jan 5, 2010
2,048 Read More
What is constructors and destructors.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the max size allowed for Msgbox Prompt and Input Box?
Added on Tue, Jan 5, 2010
What is the use of NEW Keyword? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the problems in processing batch input sessions and How is batch input process different from processing online ?
Added on Tue, Jan 5, 2010
) If the user forgets to opt for keep session then the session will be automatically removed from the session queue(log remains). However if session is processed we may delete it manually. ii)if session processing fails data will not be transferred... Read More
What does an extract statement do in the ABAP program ?
Added on Tue, Jan 5, 2010
Once you have declared the possible record types as field groups and defined their structure, you can fill the extract dataset using the following statements: EXTRACT. When the first EXTRACT statement occurs in a program, the system creates the... Read More
Explain Get, Let, Set Properties.
Added on Tue, Jan 5, 2010
-->Property Get is rather simple: it always returns a value. Public Property Get Caption() As String Caption = m_Caption End Property Me.Caption = UserControl1.Caption --> Property Let is used when you pass a variable. ... Read More
What is the step by step process to create a table in data dictionary
Added on Tue, Jan 5, 2010
step 1: creating domains(data type, field length, range). step 2: creating data elements(properties and type for a table field). step 3: creating tables. Read More
How many items should you make available to users in a listbox or combo box?
Added on Tue, Jan 5, 2010
Does VB Supports OOPS Concepts? Explain.
Added on Tue, Jan 5, 2010
VB partly supports oops concepts.It does not support inheritance & data binding Read More
What is a batch input session?
Added on Tue, Jan 5, 2010
Batch input session is an intermediate step between internal table and database table. Data along with the action is stored in session ie data for screen fields, to which screen it is passed, program name behind it, and how next screen is processed. Read More
How many tabs in a tabbed dialog do you consider appropriate?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Give brief description about class?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are some of the steps you can take to determine why your program is crashing with "Invalid Page Fault" errors?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the difference between Object and Class?
Added on Tue, Jan 5, 2010
Class is a Template Object is an Instance of a Class Read More
Difference between Linked Object and Embedded Object?
Added on Tue, Jan 5, 2010
Embedding objects - When you embed an object, a copy of the object is inserted into the destination document. There's no link to the original file. When you change information in the source document, no changes will be reflected in the... Read More
Describe the difference between a public variable in a form and one in a standard code module.
Added on Tue, Jan 5, 2010
public variable in the form is local to that form only it is not possible to access out side of the form , where as in module it belong to entire application Read More
What is DDE?
Added on Tue, Jan 5, 2010
Dynamic Data Exchange Read More
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Draw Sequence Modal of RDO? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What do you have to do to make your class visible to programs other than your own?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Explain Default cursor Type and LockEdits type in RDO
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What are some methods you can use to send data from one VB executable toanother one?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
If an event, such as a tool bar button or menu click, occurs on a MDI parent how can it invoke an action on one or more MDI child forms?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Types of cursors in RDO.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Have you developed components for IIS? Developed ASP pages?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is RDO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What third party ActiveX controls have you used?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What do you mean by Databound Controls? Explain.
Added on Tue, Jan 5, 2010
It is not answer: its suggetion Dear administrator Can you highlight with the blue color to those question which have answer is not available. Reader can save his time. He will not generate unnecessary click event for that questions Read More
Types of DBCombo boxes
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Is it possible to Manipulate data through flexgrid? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
It is possible to access Text (x.txt) files? Explain.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Is it possible to Create Tables Through Querydef?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
can I establish 5 different SQL servers on one computer?
Added on Tue, Jan 5, 2010
yes,You can. By connection pooling you can established 5 SQL server Data base. Read More
Can you tell me how we make Crystal Report?
Added on Tue, Jan 5, 2010
Crystal Reports are the proprietary of their owners and can't be made again. But you can surely use them within your Visual Basic programs. Ask proper questions. Please Read More
Explain what is Visual basic ?
Added on Tue, Jan 5, 2010
Visual basic is a event driven language from Microsoft for its Component object model programming language. It is associated with integrated development environment of Microsoft. It enables RAD tools and accesses the database using RDO and DAO. Read More
Explain about event driven programming language?
Added on Tue, Jan 5, 2010
Event driven programming language chiefly depends upon the user and sensors (functionalities) implemented by the developer. It is also dependent upon the messages from other programs. Programming is divided into two events one is event selection and... Read More
Explain about the basic features of Visual basic?
Added on Tue, Jan 5, 2010
Primarily visual basic was designed for simplicity. It allows programmers to develop GUI applications and also complex applications. It is much concerned with arranging complex functions to graphical controls onto a form for greater functionality.... Read More
Explain about form creation in visual basic?
Added on Tue, Jan 5, 2010
Forms are basically created in the form of drag and drop techniques. Predefined tools can be placed on the form which defines the form compatibility. Default values are present in the form which can be changed by the programmer for efficient... Read More
Explain about creation of exe files with visual basic?
Added on Tue, Jan 5, 2010
Visual basic can create EXE files, DLL files, Active x controls, etc. It is primary goal is to create windows applications and desktop applications. Pop up capabilities can be created with the help of Visual Basic for web interface. This has made... Read More
How we can create a controls like textboxes or buttons on runtime according or depends to the output from the database
Added on Tue, Jan 5, 2010
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "1" Then Dim textbox As New System.Windows.Forms.TextBox textbox.Name = "one" textbox.Text = "hello" Me... Read More
How can visual basic be used for server side scripting?
Added on Tue, Jan 5, 2010
Visual basic can be used for server side scripting. A component designed with Visual basic will not have any user interface instead provides the functionality of Active X to other programs via COM. This form of technique allows server side... Read More
What is Flex Grid control in VB?MSFlexGrid control in VB is used to create applications that present information in rows and columns.Information is displayed in cells.
Added on Tue, Jan 5, 2010
Flex Grid is a control which facilitates display of tabular data on a Form, along with the facility of Adding a Row, Deleting a Row and Sorting of records etc. It can be coded to allow user to enter values in it.   Read More
What is the difference between c++ and vc++
Added on Tue, Jan 5, 2010
Both uses different compiler to compile the code Read More
Explain about arrays?
Added on Tue, Jan 5, 2010
Arrays are declared in a similar way to Pascal and FORTRAN. They are specified by the upper and lower bonds. Option base statement is also used to set the default lower bond. Lower and upper bonds are programmable. Read More
I have modal window(dialog box ready with me) and i want popup, so that user can enter their comments when they delete any task on a ultragrid, how i can get this dialog box to appear on main scree? pl explain
Added on Tue, Jan 5, 2010
After the delete code u cna just write "formname.show"..set teh location postions of the form during run time.... Read More
What are the different procedures associated with the object?
Added on Tue, Jan 5, 2010
There are different procedures associated with the object some of them are Activate, Dblclick, Click, keypress, DragDrop, etc. Every object has its own set of procedures. Object can be selected and code can be written which can module the application... Read More
Explain about control properties?
Added on Tue, Jan 5, 2010
Control properties help in determining the appearance and its function characteristics with the event procedure. Certain properties should be written before setting its characteristics for working on application. Actually you should define its... Read More
In project properties if we set Unattended what is it mean?
Added on Tue, Jan 5, 2010
This cannot have user interface. This can be used for the COM creation. Read More
How many cursor type and lock type in ADO.Give me Details answers.
Added on Tue, Jan 5, 2010
There are 4 types of cursors in ADO which are Dynamic,Keyset,Static and Forward only. There are 4 types of locks in ADO which are Optimistic, Pessimistic, Batch Optimistic and Read only Read More
What are 3 main differences between flexgrid control and dbgrid control?
Added on Tue, Jan 5, 2010
The Microsoft FlexGrid (MSFlexGrid) control displays and operates on tabular data. It allows complete flexibility to sort, merge, and format tables containing strings and pictures. When bound to a Data control, MSFlexGrid displays read-only ... Read More
WhatisDSN?
Added on Tue, Jan 5, 2010
Data source name.contains information about how to connect to the specified provider. User DSN,System DSN,File DSN Read More
How do I call oracle pl/sql stored procedure from vb6?
Added on Tue, Jan 5, 2010
First create ADO objects (Conection,Command) Let us assume, connection object as ObjCon Command object as SqlCmd SqlCmd.CommandType = adCmdStoredProc Sqlcmd.CommandText="StoredProc_Name" Read More
Types of Recordsets. S
Added on Tue, Jan 5, 2010
Dynamic Dynaset ForwardOnly Snapshot Table Read More
What is view Port?
Added on Tue, Jan 5, 2010
The area under which the container provides the view of the ActiveX Document is known as a view port. Read More
What are the record set types?
Added on Tue, Jan 5, 2010
RdOpenFowardOnly 0 (Default used only for the read only purpose) RdOpenStatic 1 RdOpenDynamic 2 RdOpenKeySet 3 (Normally used for the live project) Read More
How will u get ocx file added to your project ?
Added on Tue, Jan 5, 2010
Go to components and add a new ocx file Read More
What is the use of Hyperlink control for DHTML applications?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Suppose from form1 to form2 object property settings will arise to ?
Added on Tue, Jan 5, 2010
Invalid procedure call or argument (Run time error ? 5) Read More
What are the rules which should be followed while naming a variable in VB?
Added on Tue, Jan 5, 2010
Some of the rules which should be followed while naming a variable in VB are as follows: - 1) Characters should be less than 255. 2) Space between characters should be allowed. 3) A variable should begin with a number. 4) Period may not be... Read More
Explain about declaring variables in Visual basic?
Added on Tue, Jan 5, 2010
A variable should be declared by assigning them name and data type before using them in the code. They are generally declared using the Dim statement in the general section of the codes. In case you forget to define the data type VB will declare it... Read More
How to write SQL query in Database environment, the query is parameterized eg: select * from account where accno=x
Added on Tue, Jan 5, 2010
Question : How to write SQL query in Database environment, the query is parameterized eg: select * from account where accno=x x: has to be taken from an Input box                 Answers: ... Read More
How many child forms can MDI have??
Added on Tue, Jan 5, 2010
N number Read More
What is the abbreviation of frx?
Added on Tue, Jan 5, 2010
Some controls, such as the picture box and Image controls, have properties that use binary data as their values. Visual Basic stores the binary data in an FRX file with the same file name as the Form file. The .FRX file is a proprietary format. Read More
What is RdExecDirect?
Added on Tue, Jan 5, 2010
Bypasses the Creation of a stored procedure to execute the query. Does not apply to Oracle. Read More
State 3 main differences between flexgrid control and dbgrid control
Added on Tue, Jan 5, 2010
Differences Btn Datagrid, flexgrid. 1. Datagrid is Editable, flexgrid is Diplay only. 2. Data binding is possible with datagrid but not with flexgrid. Read More
Have you used the FileSystemObject? The Dictionary Object? Regular Expressions?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What was introduced to Visual Basic to allow the use of Callback Functions?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Default cursor Type and LockEdit type in DAO?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What keyword is associated with raising system level events in VB?
Added on Tue, Jan 5, 2010
Raise Event Read More
What is the use of Immediate, Local Window?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What does Option Explicit refer to?
Added on Tue, Jan 5, 2010
When Option Explicit appears in a file, you must explicitly declare all variables by using the Dim or ReDim statements. If you try to use an undeclared variable name, an error occurs at compile time. Use Option Explicit to avoid incorrectly... Read More
What do ByVal and ByRef mean and which is the default?
Added on Tue, Jan 5, 2010
ByVal is by default as ByRef is used to pass Value by Reference Read More
What is the use of Scalewidth and ScaleHeight Proeperty
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the ADO objects? Explain them?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Under the ADO Command Object, what collection is responsible for input to stored procedures
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Which method is preferred to save datas like database?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Which is the new version of visual basic and what is difference between vb 5.0 and vb 6.0?
Added on Tue, Jan 5, 2010
Which is new version of visual basic ?and what is difference between vb 5.0 and vb 6.0? Read More
What is the use of command Object?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the use of Connection object?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is OLEDB?
Added on Tue, Jan 5, 2010
Object Linking and Embeded DataBase Read More
___,__,___ are the type of combo box?
Added on Tue, Jan 5, 2010
the following are the three types of comboboxes: DROPDOWN COMBO(STYEL0) SIMPLE COMBO (STYEL1) DROPDOWN LIST(STYEL2) Read More
How would you convert a form into document?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you activate animation control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you attach pictures in column headers of List View Control
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the locks available in Visual Basic?
Added on Tue, Jan 5, 2010
Locking is the process by which a DBMS restricts access to a row in a multi-user environment 4 types of locks. They are 1. Batch Optimistic 2. Optimistic 3. Pessimistic 4. ReadOnly Operations in a relational database act on a complete set of rows.... Read More
Record set types and Number available in VB?
Added on Tue, Jan 5, 2010
3. 1- Dynaset, 0 ? Table, 2 ? Snap Shot. Read More
What is Dataware Control?
Added on Tue, Jan 5, 2010
Any control bound to Data Control. Ex:- Textbox, Check Box, Picture Box, Image Control, Label, List box, Combo Box, DB Combo, Read More
What is Tabstrip control?
Added on Tue, Jan 5, 2010
Libraries of procedure external to the application but can be called from the application. Read More
Write the Steps in Creating an ActiveX Control?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
How would you create your application in DHTML?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How would you view html code in Active Server Pages?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is control array and how many we can have it with in the form?
Added on Tue, Jan 5, 2010
Group of control share the same name. Max 32, 767. Read More
What is Internet Explorer and its uses?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is hyperlink?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Drag and Drop state numbers and functions?
Added on Tue, Jan 5, 2010
State 0 ? Source control is being dragged with the range of a target. 1 ? Out of the range of a target. 2 ? One position in the target to another. Read More
What is the use of Visual Basic Document file?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Explain the differences between ActiveX Dll and ActiveX Exe?
Added on Tue, Jan 5, 2010
Activex dll is an inprocess server that is it runs within application. Activex exe is an out of process server that is it takes separate space. Activex dll is faster than Activex exe. Read More
Where will we give the option explicit keyword and for what?
Added on Tue, Jan 5, 2010
In the general declarations section. To trap undeclared variables. Read More
How many procedures are in VB?
Added on Tue, Jan 5, 2010
2. function and sub procedures Read More
What is Seek Method which type of record set is available this
Added on Tue, Jan 5, 2010
Only in DbOpenTables. Syntax: rs.index = "empno" rs.seek "=" , 10 If with our setting the rs.index then run time error will occur. Read More
Difference Types of Instancing Property in ActiveX Dll and Exe.
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
What is the return type of Instr and Strcmp?
Added on Tue, Jan 5, 2010
Instr integer (Numeric position) Strcmp - integer ( if both the string are equal they result = 0) Strcmp (Str1, Str2, Comparetype) Comparing mode = 0 Binary Comparing 1 Textual Comparing Read More
What is vb?
Added on Tue, Jan 5, 2010
It is a Graphical user Interface language. as a proverb "a picture is worth a thousand words" it was developed with a desktop filled icons and with programs that use mice and menus. Read More
Difference Types of Procedures in VB?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
Can a transparent table exist in data dictionary but not in the data base physically ?
Added on Tue, Jan 5, 2010
No transparent table do not exist with the same structure in the dictionary as well as in the database, exactly with the same data and field. Read More
What are the different ways you can use threading in VB? When are they appropriate?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval Read More
How can you tell what kind of object an object variable is holding
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Difference between Recordset and Resultsets
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What are the differences between a standard module and a class module?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
Types of LockEdits in RDO
Added on Tue, Jan 5, 2010
rdoEngine Object Supported Unsupported Properties rdoEnvironments rdoDefaultCursorDriver, rdoDefaultErrorThreshold, rdoDefaultLoginTimeout, rdoDefaultPassword, rdoDefaultUser, rdoErrors, rdoLocaleID, rdoVersion Methods rdoCreateEnvironment,... Read More
How would you center a form on the screen? How about centering it on another form?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
If you were writing a program, what method would you use to send information from the main form of the application to a modal popup form and then pass any changes to the data back to the main form when the popup form was closed?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is ODBC Direct and Microsoft Jet Database Engine ?
Added on Tue, Jan 5, 2010
If you have the better answer, then send it to us. We will display your answer after the approval. Read More
What is the default workspace?
Added on Tue, Jan 5, 2010
when we start the VB6 at that time screen/form you can see it is call default workspace. Read More
Is visual basic case sensitive?
Added on Tue, Jan 5, 2010
Visual basic is not case sensitive unlike many other programming languages. Visual basic transforms keywords into a standard configuration. Also it matches the case of the entry with the symbol table entry. String comparisons are case sensitive. Read More
What is the difference between dao,rdo and ado?explain simply
Added on Tue, Jan 5, 2010
Dao is data access object used for accessing data before ado it was used for database installed on same sys where the application resides. Rdo Remote data object this was used for accessing remote data Ado Active data object most powerful till... Read More





   copy right ® all rights reserved by www.fullinterview.com