共用方式為


Sample chapter

There is now a sample chapter from our book available for free download. If you do not have the book, or just want a PDF version, you can download it here.

Comments

  • Anonymous
    May 04, 2004
    Interesting chapter. But it seams to be a couple of errors in one of your listnings. It is the one on page 107.

    On the first row I had to put DTE before ActiveDocument. This you have done on other code examples.

    I had also to change sp and ep from TextPoint to EditPoint, otherwize I don't get the method Insert.

    Maybe it's something that I had missunderstod?

    But beside of that I like it.

    I really want to do a marcro that can find pairs of strings. For example when I view a large HTML I want to highligt at <table> and find the end tag for it. That would be nice.
  • Anonymous
    May 06, 2004
    The comment has been removed
  • Anonymous
    May 06, 2004
    Hey, that was mine. I'll be sure to update. Thanks for the feedback.
  • Anonymous
    July 04, 2004
    I really want to do a marcro that can find pairs of strings. For example when I view a large HTML I want to highligt at <table> and find the end tag for it. That would be nice.