|
-
Mar 3rd, 2002, 02:44 AM
#1
Thread Starter
Hyperactive Member
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.
-
Mar 4th, 2002, 09:47 AM
#2
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.
-
Mar 4th, 2002, 07:03 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|