There is differents ways :
1) use CallCtrlCallback() : this function call directly the function
attached to a control
without giving time to the systeme to process the events....it's not really
a event.
2) Use PostDeferedCall() to call a function just after the return of the
current callback. This
function call a function in which you can call CallCtrlCallback()
3) use the windows events and catch them with a specific callback.
a écrit dans le message : 7o714u$k4c$1@nnrp1.deja.com...
> Thanks. I just starting doing that. Is there a way to programatically
> cause and EVENT?
>
>
> In article
> ,
> bogus_address@nospam.org wrote:
> > Is it a callback for a user
gui control? If so, then you might use
> the
> > automatic code generation to create a nearly-empty callback and then
> cut
> > 'n paste the body of your regular function as needed.
> >
> > B
> >
> > mibik@my-deja.com wrote:
> > >
> > > How do I call a callback function from a regular function?
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Share what you know. Learn what you don't.
> >
> > --
> > ande at san dot rr dot com
> >
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
[Attachment Pierre DURIEZ.vcf, see below]