-
How do you
center a form?
-
Can I send
keystrokes to a DOS application?
-
Convert an RGB
value to a long, or a long to RGB.
-
Implement
smooth scrolling for either text, graphics or controls
across a form.
-
Implement some
quick and easy encryption (can be something primitive).
-
4 different
types of sorts: advantages and disadvantages.
-
Compute CRC32
checksum, write a quick piece of code that accepts the
packet of data and returns the CRC.
-
How do you use
the Mouse OFF event?
-
How do I call
Windows Help files from a VB program?
-
How do I create
a textbox that lets you insert tabs?
-
How do I make
text box that displays asterisks when the user types in
data such as password?
-
How do I create
multi-column combo box?
-
How do I make a
menu popup from a CommandButton?
-
How to create
menus at run time in VB?
-
Write a generic
error handling routine.
-
How to copy
text to the Windows clipboard and from it.
-
How can I call
a Command button without clicking it?
-
Write a simple
app with Encrypt and Decrypt buttons and Textbox where the
user can enter text for encryption and decryption.
-
3 main
differences between flexgrid control and dbgrid control
-
ActiveX and
Types of ActiveX Components in VB
-
Advantage of
ActiveX Dll over ActiveX Exe .
-
Advantages of
disconnected recordsets . Benefit of wrapping database
calls into MTS transactions 6. Benefits of using 23 MTS
-
Can database
schema be changed with DAO, RDO or ADO?
-
Can you create
a tabletype of recordset in Jet-connected ODBC database
engine?
-
Constructors
and destructors
-
Controls which
do not have events
-
Default
property of datacontrol
-
Define the
scope of Public, Private, Friend procedures?
-
Describe
Database Connection pooling relative to MTS
-
Describe: In of
Process vs. Out of Process component. Which is faster?
-
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 unload and unload in form, declaration and
instantiation of an object?
-
Draw and
explain Sequence Model of DAO
-
How can objects
on different threads communicate with one another?
-
How can you
force new objects to be created on new threads?
-
How does a DCOM
component know where to instantiate itself?
-
How do I
register a component?
-
How do I set a
shortcut key for label?
-
What kind of
components can be used as DCOM servers?
-
Name of the
control used to call a Windows application
-
Name the four
different cursor and locking types in ADO and describe them
briefly
-
Need of zorder
method, no of controls in form, Property used to add a
menus at runtime, Property used to count number of items in
a combobox,resize a label control according to your
caption.
-
Return value of
callback function, The need of tabindex property
-
Thread pool and
management of threads within a thread pool
-
To set the
command button for ESC, Which property needs to be changed?
-
Type Library
and what is it’s purpose?
-
Types of system
controls, container objects, combo box
-
Under the ADO
Command Object, what collection is responsible for input to
stored procedures?
-
What are the
ADO objects? Explain them.
-
What are the
different compatibility types when we create a COM
component?
-
What do ByVal
and ByRef mean and which is the default?
-
What does
Option Explicit refer to? 36. What does the Implements
statement do?
-
What is OLE and
DDE? Explain.
-
What is the
difference between Msgbox Statement and MsgboxQ function?
-
What keyword is
associated with raising system level events in VB?
-
What methods
are called from the ObjectContext object to inform MTS that
the transaction was successful or unsuccessful?
-
What types of
data access have you used.
-
What was
introduced to Visual Basic to allow the use of Callback
Functions?
-
Which controls
can not be placed in MDI?
-
Which controls
have refresh method, clear method
-
Which Property
is used to compress a image in image control?
-
Which property
of menu cannot be set at run time?
-
Which property
of textbox cannot be changed at runtime?
-
What is the
maximum size of a textbox?
-
Which tool is
used to configure the port range and protocols for DCOM
communications?