What are the Sequence of events when a form is loaded in
Visual Basic?
Answers were Sorted based on User's Feedback
Answer / ghanshyam verma
1 INITIALIZE
2 LOAD
3 RESIZE
4 ACTIVATE
5 GOT FOCUS
6 PAINT
7 QUERY UNLOAD
8 UNLOAD
9 TERMINATE
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / acpt
Ghanshyam's answer is right...
Its:
Form_Initialize
Form_Load
Form_Resize
Form_Activate
Form_GotFocus
Form_Paint
Form_QueryUnload
Form_Unload
Form_Terminate
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / a.k.muthu kumar
1. Form_Initialize
2. Form_Load
3. Form_Resize
4. Form_Paint
5. Form_QueryUnload
6. Form_Unload
7. Form_Terminate
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / deepak
ILADQUT
I = Initialize
L = Load
A = Activate
D = De-Activate
Q = Querry Unload
U = Unload
T = Terminate
| Is This Answer Correct ? | 6 Yes | 9 No |
How would you create properties in ActiveX Control?
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?
Why API functions are Required?
Dim x, y as integer. What is x and y data type?
How to register a component?
How would you add elements in TreevieW Control.
Can we display only integers / numbers through the message box? Is there any constraint to do so?
What is DSN?
What is OLEDB?
What does option Explicit means?
What is pivot table and how to create a pivot table
what are Collections?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)