VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Still Another Textbox

by amoxys (4 Submissions)
Category: Custom Controls/Forms/Menus
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

This is a textbox. It does not use regular typefaces but bitmaps.

API Declarations
Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal X As Long, ByVal Y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
Function CreateCaret Lib "user32" (ByVal hwnd As Long, ByVal hBitmap As Long, ByVal nWidth As Long, ByVal nHeight As Long) As Long
Function ShowCaret Lib "user32" (ByVal hwnd As Long) As Long
Function SetCaretPos Lib "user32" (ByVal X As Long, ByVal Y As Long) As Long
Function DestroyCaret Lib "user32" () As Long

Rate Still Another Textbox

Download Still Another Textbox

Download Still Another Textbox (7 KB)

Still Another Textbox Comments

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

Post your comment

Subject:
Message:
0/1000 characters