Click here to Skip to main content
16,011,570 members

Comments by Babak Mahmoudi (Top 9 by date)

Babak Mahmoudi 10-Apr-13 23:29pm View    
OK, so lets accept it as a solution and move on. I'm glad that it worked after all.
Babak Mahmoudi 10-Apr-13 23:26pm View    
I cannot figure out any resolution. Is this OCX part of a large application so that it depends on other components? Can you send me the OCX file?
Babak Mahmoudi 10-Apr-13 9:09am View    
Sorry for my mistake, yes you should use LoadFrom. The simplest way to avoid the infinite loop is to save args.name in a field, now when the event is fired you check this field if it contains exactly the same one it means that you are calling yourself now you may try another location or simply return null.
By the way I hoped that AppenPrivatePath would work though I had not used it before myself.
Babak Mahmoudi 10-Apr-13 6:40am View    
I just added what I think as a new solution below.
Babak Mahmoudi 10-Apr-13 1:12am View    
Ok, did you removed C++ dll? I still think that you can remove this layer.