Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I download activeX component mschrt20.ocx and registered it.

Then i add this to GUI and see, that i don't know, how to set/get properties without handler, cause it doesn't have Tag property.

Instead of Tag property it have hWnd property.

How to get it handle, knowing hWnd?

Another question is alternative solution.

I can create object like this:

      f = figure('position',[0 0 600 500]);
      mschrt = actxcontrol('MSChart20Lib.MSChart.2',[0 0 600 500], f);
      %... many settings here

but for this i must to create figure and put it to gui form.

How to do it in gui? (axes, maybe?)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.