VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Description: The EASIEST way to print fully justified text!!! Place all the declarations and functi

D¨nyi Tam¨s  (1 Submission)   Miscellaneous   VB 6.0   Unknown Difficulty   Wed 25th October 2000   Mon 8th February 2021

Description: The EASIEST way to print fully justified text!!! Place all the declarations and functions and subs 'into a .bas file:

API Declarations



'Place all these declarations and functions and subs
'into a .bas file:

Public Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Any) As Long
Public Declare Function SetTextJustification Lib "gdi32" (ByVal hDC As Long, ByVal extra As Integer, ByVal break As Integer) As Integer
Const EM_GETLINE = &HC4
Const EM_GETLINECOUNT = &HBA


Rate Description: The EASIEST way to print fully justified text!!! Place all the declarations and functi (1(1 Vote))
Description: The EASIEST way to print fully justified text!!! Place all the declarations and functi.bas

Description: The EASIEST way to print fully justified text!!! Place all the declarations and functi Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters