hbpak

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • hbpak
    Participant

      When I declare AdList variable in sub procedure then no crash occured.
      But I declare it out of procedure then crash occured.

      So, how can i do?

      Option Explicit
      Private AdList As TCP_AdapterList

      <-- crash occured. sub form_load()
      dim AdList As TCP_AdapterList
      <-- no crash..

    Viewing 1 post (of 1 total)