custom controls and remoting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

i have a custom control image button that does some remoting in the
background. however, when i try to run my control i'm getting a message that
says

Attempt to redirect activation of type 'Host, Lib' which is already
redirected.

Is there a place in a custom control where i can run this just one time, or
can i get around the message?

thanks,
rodchar
 
Rodchar,

Mostly is the mutex used to run only one time a program, however I am not
sure what you really ask You know a button is never doing some remoting in
the background, it can start or stop something, however that is all. And a
form with a button runs never in the background, it needs to have the focus
to be pushed.

Cor
 
what is mutex?

Cor Ligthert said:
Rodchar,

Mostly is the mutex used to run only one time a program, however I am not
sure what you really ask You know a button is never doing some remoting in
the background, it can start or stop something, however that is all. And a
form with a button runs never in the background, it needs to have the focus
to be pushed.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top