Results 1 to 6 of 6

Thread: api and microsoft

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    21

    Question api and microsoft

    hello

    i want to know about is API that
    can api use with microsoft enviorment or no ?

    for example when i do programm by add-in to work with microsoft office is the API fuction well be work correct or not


    with thanks

  2. #2
    Megatron
    Guest
    Yes, you should be able to use API as long as you declare the functions that you want to use.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    21
    hi and thanks for reply dear

    but what i face that when i do use the api function to get the picture for right to left
    and i integrate this with microsoft word by using com-addin
    I face that the picture come from left to right ???
    why ?? i dont know
    is that mean that the some of api function cannt deal with microsft ??? or what

    with thanks

  4. #4
    Megatron
    Guest
    What API function are you using?

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Dec 2001
    Posts
    21
    hi

    i use WS_EX_LAYOUT RTL

    WHICH SUPPOERT THE EXTENDEN STYLE



    ?

  6. #6
    Megatron
    Guest
    That's a constant, not an API function. All you have to do is declare it like:
    Code:
    Private Const WS_EX_LAYOUTRTL = &H400000&

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width