VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



AbTextBox

by peter jack (1 Submission)
Category: Custom Controls/Forms/Menus
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

Textbox with Arabic support and RTL( right to left )

API Declarations
Private Declare Function CreateWindowExW Lib "user32" (ByVal dwExStyle As Long, ByVal lpClassName As Long, ByVal lpWindowName As Long, ByVal dwStyle As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hWndParent As Long, ByVal hMenu As Long, ByVal hInstance As Long, lpParam As Any) As Long
Private Declare Function SetWindowTextW Lib "user32" (ByVal hwnd As Long, ByVal lpString As Long) As Long
Private Declare Function GetWindowTextW Lib "user32" (ByVal hwnd As Long, ByVal lpString As Long, ByVal cch As Long) As Long
Private Declare Function GetWindowTextLengthW Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function SendMessageW Lib "user32" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
Private hWndEdit As Long
Private m_sText As String
'more and more...

Rate AbTextBox

Download AbTextBox

Download AbTextBox (45 KB)

AbTextBox Comments

No comments have been posted about AbTextBox. Why not be the first to post a comment about AbTextBox.

Post your comment

Subject:
Message:
0/1000 characters