CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Class

  1. #1
    Join Date
    Nov 2000
    Location
    IL, U.S.A.
    Posts
    218

    Class

    How do you get Private Sub Class_Initialize in your class module without directly typing it?


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Class

    when you are in the class window, you should notice a list box contain a word "General". click on that list box and select "Class", Private Sub Class_Initialize should be added automatically for you.

    hope this help.

    cksiow
    http://vblib.virtualave.net - share our codes



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured