VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Attention Box

by Francis Arnold G. Balatico (5 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (12 Votes)

A custom message box that is both simple and easy to make. Just read the included ReadMe file. Please don't forget to vote. Thanks and God Bless.

API Declarations
Private Declare Function Sendmessageaslong Lib "user32" _
Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, _
ByVal wParam As Long, ByVal lParam As Long) As Long
Private Const EM_GETLINECOUNT = 186
Private Declare Sub ReleaseCapture Lib "user32" ()
Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Integer, ByVal lParam As Long) As Long

Rate Attention Box

Download Attention Box

Download Attention Box (17 KB)

Attention Box Comments

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

Post your comment

Subject:
Message:
0/1000 characters