I want to know how I can get access to a StackFrame in VB 6.0. I ultimately want to get access to line numbers in VB code (similar to __LINE__ macro in C
++). This is to facilitate logging in VB.
Thanks for your assistance.
~Sreyes27
Printable View
I want to know how I can get access to a StackFrame in VB 6.0. I ultimately want to get access to line numbers in VB code (similar to __LINE__ macro in C
++). This is to facilitate logging in VB.
Thanks for your assistance.
~Sreyes27
You can't. The only options are what were suggested in your other thread.