CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1

    setcaretpos?!?!? why does the windows api suck?

    How do you use the setcaretpos() function???? I am using it as it is documented but it wont work. Does anyone know how to use this accurately??? It is very annoying especially since MSDN provides no help at all. Thank you for your time.

    FaRd0wN


  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: setcaretpos?!?!? why does the windows api suck?

    There are plenty errors in Windows API that come with VB. Check the Dan Appelman's book "Visual Basic 5.0 Programmers guide to the WIN32 API". Usually all his examples work. You will find SetCaretPos function on page 348

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

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

Featured