Wat is Apartment Model?
Answers were Sorted based on User's Feedback
Answer / parivesh trivedi
VB use Apartment model in multi-threading.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / cp
VB Apartment model is used for eliminating concurrency
problem in COM. This model helps threads in process to
execute with out interupting each other.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / seshu
Apartment Model in VB in easy to say...it works in
Multithreading.
If u start VB application, that was considered as Main
Process, under that if you open sub windows can work on
it...so this sub windows all under the main.
e.g: -----------------------------------(main)
|-----------------------------(sub)
|---------------------------(sub)
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between modal and module-less window?
What are the record set types?
How to load and unload child forms.
___,_____ and ____ container objects. ___ Property is to compress a image in image control. ___,___ and __ are difference between image and picture controls. To set the command button for ESC ___ Property has to be changed. ___,__,___ are the type of combo box? __ no of controls in form. OLE is used for _______ ___ is the control used to call a windows application. Clear property is available in ____,___ control. ___ Property is used to count no. of items in a combobox. ___ is a property to resize a label control according to your caption. ___ property is used to change to ___ value to access a identity column'in datacontrols. _____ is the property to ___,____,____ are valid for recordsource property of dat control. Timer control contains ________ no. of events. ____ property is used to lock a textbox to enter a datas. ____ is the difference between Listindex and Tab index. ____ property of menu cannot be set at run time. _____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol. ___ argument can be used to make a menuitem into bold. ___,___ arguments will be used to run a executable program in shell function ___ property used to add a menus at runtime. ___ VB constant make the menu item in centre. ___ method used to move a recordset pointer in nth position in DAG.
____ property of menu cannot be set at run time.
Can we change back color of command button control? if yes than how it is possible?
Why does everybody say I should save in TEXT not BINARY?
What is the default workspace?
How do I do drag & drop between applications?
wat is excel
How would you find out the value property in Slider Bar Control?
What does DoEvents do?