Show VB project and module name, Procedure Name Dialog Box
Select whether to include project and module names with the procedure name. For example, if you show project and module names, the procedure name appears as:
Blanker.DemoForm.Form_Unload
If you don't show project and module names, the procedure name appears as:
Form_Unload
Note:
§ When profiling p-code programs, keep in mind that:
§ The Microsoft Visual Basic compiler currently does not encode any information about a procedure's arguments. Consequently, Quantify displays the argument list as (...) in all cases.
§ Procedures defined as Private or that are included in .bas files appear as UnnamedProcedure@<address>, where <address> is the internal address of the procedure entry.
§ Declared procedures appear as DllName.FunctionName(...) or DllName.#OrdinalNumber(...).
(C) Copyright IBM Corporation 1993, 2009.