GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  Visual Basic
Go To First  |  Previous Question  |  Next Question 
 Visual Basic  |  Question 210 of 453    Print  
Types of system controls, container objects, combo box?

  
Total Answers and Comments: 0 Last Update: N/A   
  
 Sponsored Links

 

No answers are posted for this question yet.
Be the first to answer it!


 Related Questions

Answer posted by sanjeev prabhudesai on 2005-05-17 00:29:53: controls without Align property can not be placed Directly on MDI Form 
Latest Answer : 1. Controls with align property can be placed on a MDI form (eg:- picture box, status bar, Tool bar etc)2. Controls which doesn't have the visible interface also can be placed on a MDI form(eg:- Timer, ImageList) ...

Latest Answer : Line and shape do not have ne events. ...

Latest Answer : There are 21 controls.They are pointer,image,label,textbox,frame,command,chechbox,optionbutton,combobox,listbox,h and vscrollbar,timer,drivelistbox,dirlistbox,filelistbox,shape,line,image,data,ole. ...

Latest Answer : Form, Frame and PictureBox Controls are Container objects. ...

Latest Answer : 1. Picture Box Acts as Container Object where Image Box not 2. Resize & Autosize  ...

Latest Answer : 3 types of combo style1- Dropdown Combo : A new item can be written into it. List is not always shown2- Simple combo : All List items are always shown. To see them the control shd be dragged enough3- Dropdown list : Cannot contain a list value other than ...

Latest Answer : The maximum number of controls allowed on a single form depends on the type of controls used and available system resources. However, there is a fixed limit of 254 control names per form. A control array counts only once toward this limit because all ...

Latest Answer : All controls have a refresh property. This is not available in the properties window.Refresh property forces repaint of the control ...

Latest Answer : Listbox: 1) Does not contain a text box to write an item, Item is added using Additem method only 2) Always shows all item in the list 3) Can contain a checkbox in the list ComboBox: 1) Can contain a text box to write an item, Item is added ...

Latest Answer : Cursor type Dynamic ,Keyset ,Static ,Forward-only scrolling (this is the default)  You work with a cursor through the DAO Recordset object. When you open a Recordset object through DAO, ODBCDirect creates the corresponding cursor. Each type ...


 Sponsored Links

 
Related Articles

jQuery - Sorting Other Types of Data

Learning jQuery Sorting Other Types of Data Our sort routine should be able to handle not just the Title and Author columns but the Publish Dates and Price as well Since we streamlined our comparator function it can handle all kinds of data but the computed keys will need to be adjusted for other da
 

jQuery - Basic Alphabetical Sorting

Learning jQuery Basic Alphabetical Sorting Now let s perform a sort on the Title column of the table We ll need a class on the table header cell so that we can select it properly geshibot lang html" Title Author s Publish Date Price geshibot mosgoogle To perform the actual s
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company’ s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

Listening Skills - Types of Bad Listeners

Types of Bad Listeners What are the main types of bad listeners You might find in your work environment that some individuals are simply not very good at listening This can create a myriad of problems and make the performance of the most mundane day to day tasks nearly impossible to accomplish mosgo
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

Working with XML in Visual Basic

Working with XML in Visual Basic Extensive markup language and Visual Basic is the odd couple of the industry Visual Basic is one of the most common languages that are being used today This Microsoft introduced language was meant to be middle tier in characteristic but has managed to get the top tie
 

C++ Objects and Classes

C Objects and Classes An Overview about Objects and Classes In object oriented programming language C the data and functions procedures to manipulate the data are bundled together as a self contained unit called an object A class is an extended concept similar to that of structure in C programming l
 

JavaScript Objects

JavaScript Objects Object oriented Programming in an important aspect of JavaScript It is possible to use built in objects available in JavaScript It is also possible for a JavaScript programmer to define his own objects and variable types In this JavaScript tutorial you will learn how to make use
 

How to call C header that is not provided generally by system in C++?

Headers can be called by using extern C Syntax of extern C is: extern "C" <function declaration> for example to call C functions from C++ we can write extern "C" { <function declaration> <function declaration> ...
 

SQL Management Objects

The object model for SQL Server 2005 is the SQL Management Objects or SMO. This model is simple in conception and usage and is based on .NET Framework managed code. It is the primary tool for developing databases management applications using the .NET framework or the SQL server management studio op
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape