VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Extend the function of Multi Line Text Control with SendMessage Fucntion..Must Visit.

SYED ZUBAIR ALI  (7 Submissions)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Thu 8th October 2009   Mon 8th February 2021

Extend the function of Multi Line Text Control with SendMessage Fucntion..Must Visit.

API Declarations


'-------------------------------
Declare Function SendMessage Lib "user32" Alias "SendMessageA" _
(ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, IParam As Any) As Long

Public Const EM_GETFIRSTVISIBLELINE = &HCE
Public Const EM_GETLINE = &HC4
Public Const EM_GETLINECOUNT = &HBA
''Now switch to form and paste this code in General Decelartion
'--------------------------------------------------------------
Dim m_sLineString As String * 1056
Dim m_IngRet As Long
Dim m_SretString As String

Rate Extend the function of Multi Line Text Control with SendMessage Fucntion..Must Visit. (2(2 Vote))
Extend the function of Multi Line Text Control with SendMessage Fucntion..Must Visit..bas

Extend the function of Multi Line Text Control with SendMessage Fucntion..Must Visit. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters