Skip to Content

Windows Media Player 11 in Delphi

Currently, I am working on a Delphi project that requires movie playing in the application. Obviously, the direct approach is to use the Windows Media Player ActiveX. However, when I imported the active X and try to resizing it at runtime, strange behavior starts to happen: the control does not obey my command. After googling around, it is that I have to directly call the SetObjectRects method directly. This could be done by the following codes.

procedure TGraphicController.resize;
const
    IID_IOleInPlaceObject: TGUID = '{00000113-0000-0000-C000-000000000046}';
var
  IOIPObj: IOleInPlaceObject;
begin
  inherited;
  IDispatch(wmp.OleObject).QueryInterface(IID_IOleInPlaceObject, IOIPObj);
  IOIPObj.SetObjectRects(adjustedRect, adjustedRect);
end;

The wmp is the Wrapper class of windows media player which is automatically generated and adjustedRect is the TRect structure that describe the location that I wish the control to be located at. The GUID of the interface can be found in http://msdn.microsoft.com/en-us/library/bb180708(VS.80).aspx.

Comments

test

test

Today, buy cheap nike air max

Today, buy cheap nike air max shoes is the right choice is not only good for your health, but also is convenient for walking and running or training, so most people want to come home or give as a gift to their friends or family! Marking happier! They are really a nice addition this summer for wardrobe.Welcome to visit our website where they have a variety of nike air max 95, nike air max 2009, Nike Air Max Tailwind,nike free shoes for you to choose.Certainly all our products are for sale, new and free shipping.Wish has a good experience Purchase here.

Nike air max shoes continues and continues to keep the heat out chirning new colors of nike air max 90 each with more and more interesting than the last. This is called the mens nike air max 90 of the University of Akron and is based on official school colors. It will have a top that is predominantly blue color and are made of patent leather rand gold Flywire and a white swoosh is bordered by gold trim.

What is the fitness fashion

What is the fitness fashion in this season? Yes, is MBT walking shoes. Up to now, a large number of ladies worldwide have been its fans, for the unique shape and its actual efficiency. People especially ladies want to have a attractive body, and show it to catch guys eyes. This MBT shoes women let you have a correct posture and with exercise to own a sex butt. MBT Kisumu, MBT Sport, MBT Chapa, and others are the most popular styles from MBT walking shoes. MBT shoes sale crazy now, buy them to enoy extra $8 discount.

Designer handbag Sale Online:

Designer handbag Sale Online: Mulberry Bags, Gucci Bags, Chanel Bags, Choose Your Style. We have fashion and luxury Mulberry bags, Newest design, first round of global! Women Coach Bag also hot sale now. We are proud to offer you the newest design Gucci Bags. And Chanel bags in such a way society. Discount the elite classes are really hard to face the popular, but today is your lucky day. We should bring you great Miu Miu Handbag, all within the unmatched fantasy discounts. Please kindly waiting for the excellent and latest designer leather handbag!

10730115541AMKnight Gold |

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Allowed HTML tags: <pre> <span> <div> <p> <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <h1> <h2> <h3> <h4> <hr> <div> <img> <blockquote> <pre> <br> <table> <tr> <td> <th> <thead> <tbody>
  • You can enable syntax highlighting of source code with the following tags: <code>, <blockcode>, <c>, <cpp>, <drupal5>, <drupal6>, <java>, <javascript>, <php>, <python>, <ruby>. The supported tag styles are: <foo>, [foo].
  • LaTex commands embedded in text will be interpreted and rendered. Additional information can be found at DruTex Documentation Pages
    • Provides different environments to create rendered images (especially maths).
    • Line and paragraphs break automatically.
    • Assists automatic numbering of tex, equation, and equations environments.
    • Images can be added to this post.
    • Adds typographic refinements.

    More information about formatting options

    CAPTCHA
    This question is for testing whether you are a human visitor and to prevent automated spam submissions.