Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "GetCaretPos" in [All]

user32

.
Summary
.

static extern bool GetCaretPos(out Point lpPoint);

.

Private Declare Function GetCaretPos Lib "user32" (ByRef lpPoint As Point) As Integer

.

GetCaretPos(pt)

.
Documentation
[GetCaretPos] on MSDN

gdi32

.

    public int GetCaretPostion(string str, int index)


 
Access PInvoke.net directly from VS: