|
Related Questions |
View Answer |
|
If an event, such as a tool bar button or menu click, occurs on a MDI parent how can it invoke an action on one or more MDI child forms?
|
View Answer
|
|
What are some methods you can use to send data from one VB executable toanother one?
|
View Answer
|
|
What are the differences between a standard module and a class module?
|
View Answer
|
|
What do you have to do to make your class visible to programs other than your own?
|
View Answer
|
|
How can you tell what kind of object an object variable is holding?
|
View Answer
|
|
Describe the different scopes of variables in VB.
|
View Answer
|
|
Describe the difference between a public variable in a form and one in a standard code module.
|
View Answer
|
|
How do you handle error conditions in your code?
|
View Answer
|
|
What are some uses and misuses of variants?
|
View Answer
|
|
What are some of the steps you can take to determine why your program is crashing with "Invalid Page Fault" errors?
|
View Answer
|
|
What are the different ways you can use threading in VB? When are they appropriate?
|
View Answer
|
|
How many tabs in a tabbed dialog do you consider appropriate?
|
View Answer
|
|
How many items should you make available to users in a listbox or combo box?
|
View Answer
|
|
Dim x, y as integer. What is x and y data type?
|
View Answer
|
|
What is the size of the variant data type?
|
View Answer
|
|
What is the return type of Instr and Strcmp?
|
View Answer
|
|
What is the max size allowed for Msgbox Prompt and Input Box?
|
View Answer
|
|
What is the max size allowed for Max label caption length.
|
View Answer
|
|
What is the max size allowed for Max Text box length.
|
View Answer
|
|
What is the max size allowed for Max Control Names length
|
View Answer
|