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 : There are many property which cannot be changed at runtime i.e locked, passwordchar, multiline etc. If maxlength property of textbox is set to 0 it indicates user can enter a value of any length. ...
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 : Text1.Locked = TrueText1.Enabled = Falsethare two properties to lockand we can write code in key events and lock the textbox ...
Latest Answer : validate ...
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
Latest Answer : Used to check how the form is closed. ...
Latest Answer : The following steps show you how to add document fragments to the SimpleSample smart document. The first thing you need to do is add a constant for the documentfragment element in the SimpleSample schema. Insert the following code into the ...
Latest Answer : A Data Form Wizard is the fastest way to develop database applications without writing a single line of code. The only drawback of using this wizard is it provides you limited functionality. Sometimes customizing wizard generated code could be harder ...