|
-
Jan 17th, 2002, 03:34 PM
#1
Thread Starter
Junior Member
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
-
Jan 17th, 2002, 04:11 PM
#2
Yes, you should be able to use API as long as you declare the functions that you want to use.
-
Jan 18th, 2002, 07:15 AM
#3
Thread Starter
Junior Member
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
-
Jan 18th, 2002, 07:50 PM
#4
What API function are you using?
-
Jan 19th, 2002, 03:24 PM
#5
Thread Starter
Junior Member
hi
i use WS_EX_LAYOUT RTL
WHICH SUPPOERT THE EXTENDEN STYLE
?
-
Jan 19th, 2002, 07:43 PM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|