Panoy
02-11-2008, 05:36 PM
Hi to all,
Have any of you tried running your vb6 programs and then use Process Explorer by Sysinternals/microsoft (they acquired it) to view any information about your running vb6 program?
Maybe this is no big deal, but I have noticed that the values of my public/private variables and constants does appear in the Strings Tab of the Properties window of you application.
-> Select your program in Process Explorer -> Right click and select Properties -> The properties window will appear and then click the Strings tab, you will notice that some of the variables, mainly the constants that you have used in your vb6 program appears on that tab. I am refering to the string constants in my program, which I have declared public whether it will be on a form or a code module.
Is it possible that someone can have an idea on what information/data you have in your vb6 program just by using Process Explorer?
Why is this so?
Process Explorer is really one heck of a program. :D
Many thanks.
Have any of you tried running your vb6 programs and then use Process Explorer by Sysinternals/microsoft (they acquired it) to view any information about your running vb6 program?
Maybe this is no big deal, but I have noticed that the values of my public/private variables and constants does appear in the Strings Tab of the Properties window of you application.
-> Select your program in Process Explorer -> Right click and select Properties -> The properties window will appear and then click the Strings tab, you will notice that some of the variables, mainly the constants that you have used in your vb6 program appears on that tab. I am refering to the string constants in my program, which I have declared public whether it will be on a form or a code module.
Is it possible that someone can have an idea on what information/data you have in your vb6 program just by using Process Explorer?
Why is this so?
Process Explorer is really one heck of a program. :D
Many thanks.