Results 1 to 4 of 4

Thread: api definitions

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    ankara, turkey
    Posts
    14

    api definitions

    some of the definitions i want to use doesnt exist in api text viewer. for example i have seen em_wordwrapmode or em_streamin in msdn but there were no further information on them. so is there a progrmmatic way to find out those definitions or is there a tutorial or is my api textviewer out of date?

  2. #2
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    Your api viewer file is out of date.

    Go to MSDN and download the Platform SDK files. These have the latest C++ header files for Windows in which all these constants are defined.

    For your info:
    EM_STREAMIN is defined in Richedit.h as:
    #define EM_STREAMIN (WM_USER + 73)

    since Public Const WM_USER = &H400
    then Pucblic Const EM_STREAMIN = &H425

    HTH,
    Duncan
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Download the .Bas file from this link. It has a lot of not commonly found constants defined in it.

    http://www.vbbox.com/codebox/code/src/modcbrichedit.bas

  4. #4

    Thread Starter
    New Member
    Join Date
    Nov 2001
    Location
    ankara, turkey
    Posts
    14
    thank you very much for the replies they helped a lot even though i couldnt download (actually couldnt find) the latest platform sdk, the .bas file seems to be great but if anyone can explain me the logic in the addition above i will be enlightened better..

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