Search:

Type: Posts; User: Dimio

Search: Search took 0.03 seconds.

  1. Re: [VB6] - Class for subclassing windows and classes.

    The crash occurs when you try to destroy the heap.
    If you replace:


    Private Sub Class_Terminate()
    If hHeap = 0 Then Exit Sub
    UnHook
    If CountHooks = 1 Then
    HeapDestroy...
  2. Re: [VB6] - Class for subclassing windows and classes.

    Your work is very good... anyway I think to have found a little bug.
    1. Create an Usercontrol
    2. Use your class to subclass the main form.
    3. Compile the project
    When you close the program it...
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width