Write the correct order of execution of following form?s
events: initialization, Load, Activate, Refresh , Paint
Answer Posted / naina
The correct order is
Activate
Initilise
Load
Paint
Resize
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
How many File System Controls are there ? Explain.
What is instantiating?
What are the tools in visual basic?
What is "Reserved Error -1209"?
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What are the tools available for Debuggiu in VB?
Draw Sequence Modal of DAO and Explain?
Explain the usage of Web Browser Control?
How do I implement Undo?
How many ways we can access file using VB?
Draw Sequence Modal of DAO? Explain.
What is the use of ActiveX Documents?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is the use of progress Bar Control?
Is the Variant type slower than using other variable types?