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
Printable View
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
Yes, you should be able to use API as long as you declare the functions that you want to use.
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
:rolleyes:
What API function are you using?
hi
i use WS_EX_LAYOUT RTL
WHICH SUPPOERT THE EXTENDEN STYLE
?
That's a constant, not an API function. All you have to do is declare it like:
Code:Private Const WS_EX_LAYOUTRTL = &H400000&