Re: VB utilities??
- From: Don <don81846@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 19 Mar 2006 08:22:05 GMT
Hello Cor,
I'm sorry, I should not have used the word "stack". What I was trying
to say, but did not do a very good job of, was something like below.
Thank you,
Don
Sub Main
Sub3
End Sub
Sub Sub2
Sub4
End Sub
Sub Sub3
Sub2
End Sub
Sub Sub4
'--Do Something
End Sub
Function Func1
Sub2
End Function
Function Func2
'--Do Something else
End Function
* * * OUTPUT * * *
Main
----Sub3
--------Sub2
------------Sub4
Func1
----Sub2
DEAD PROCEDURES
Function Func2
DECLARED but UNUSED VARIABLES
mstrDbPath As String, Declared in Sub3
mintParent As Intege, Declared in Func7
On Sun, 19 Mar 2006 07:39:30 +0100, "Cor Ligthert [MVP]"
<notmyfirstname@xxxxxxxxx> wrote:
Don,.
From your message I understand that you know how the stacks work. Howeverwhat do you do with all the objects. Those are not in the stack and have a
lot of hidden codes.
By the way, the program you are talking about are in my idea already there.
Have a look at google for "profiler Net"
I hope this gives an idea
Cor
- Follow-Ups:
- Re: VB utilities??
- From: Peter Macej
- Re: VB utilities??
- From: Cor Ligthert [MVP]
- Re: VB utilities??
- References:
- VB utilities??
- From: Don
- Re: VB utilities??
- From: Cor Ligthert [MVP]
- Re: VB utilities??
- From: Don
- Re: VB utilities??
- From: Cor Ligthert [MVP]
- VB utilities??
- Prev by Date: Re: Usercontrol ControlContainer
- Next by Date: Re: Password protecting a folder.
- Previous by thread: Re: VB utilities??
- Next by thread: Re: VB utilities??
- Index(es):
Relevant Pages
|