G
Guest
What do I have to do to convert the following lines in .net
******************************
Dim result As Long
Dim SrchStr As String
SrchStr = txtPick
If Len(SrchStr) Then
result = SendMessage(lstpick.hwnd, LB_SELECTSTRING, -1, ByVal SrchStr)
*************************************
Does any one have any example in using SendMessage in .net
******************************
Dim result As Long
Dim SrchStr As String
SrchStr = txtPick
If Len(SrchStr) Then
result = SendMessage(lstpick.hwnd, LB_SELECTSTRING, -1, ByVal SrchStr)
*************************************
Does any one have any example in using SendMessage in .net