Results 1 to 3 of 3

Thread: subclassing question

  1. #1

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500

    subclassing question

    if i were to write a program that uses subclassing extensively, would i write a dll to facilitate the steps, or would i just use setwindowlong and getwindowlong each time i need to? if it is better to write a dll, could anyone please direct me to a good example on how to incorporate subclassing in a dll?
    thanks in adavane

    Amon Ra
    Amon Ra
    The Power of Learning.

  2. #2
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    If your subclassing process consists of many steps you should put them into a function (can be in a dll so that you can reuse it later, but does not need to be). But a simple subclass only consists of one instruction, doesn't it?
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  3. #3

    Thread Starter
    Hyperactive Member Amon Ra's Avatar
    Join Date
    Feb 2001
    Location
    In some cave on Uranus...
    Posts
    500
    yea, true..ohh well i 'll see..
    thanks
    Amon Ra
    The Power of Learning.

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