Hi everyone,
Can somebody give me a hint (read: show me) how I would go about having a
class that creates a window (either DDT or SDK) and have the events handled by an event sink (or in powerbasic terms using connection points).
I have tried to wrap my head around this however the DIALOG SHOW MODAL requires a callback function so a class's method can't just handle those events.
I hope the question is clear enough.
Thanks in advance
Steven
Can somebody give me a hint (read: show me) how I would go about having a
class that creates a window (either DDT or SDK) and have the events handled by an event sink (or in powerbasic terms using connection points).
I have tried to wrap my head around this however the DIALOG SHOW MODAL requires a callback function so a class's method can't just handle those events.
I hope the question is clear enough.
Thanks in advance
Steven
Comment