VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Add an affect to a text box. You can also use this code in a splash form.

Hisham Shaaban  (1 Submission)   Graphics   VB 6.0   Unknown Difficulty   Wed 11th August 2004   Mon 8th February 2021

Add an affect to a text box. You can also use this code in a splash form.

API Declarations


'The following constants u can change them
Const Str = "Visual Basic 6.0"
Const fntSize = 72
'*****************************************

Private Declare Function TextOut Lib "gdi32" Alias "TextOutA" _
(ByVal hdc As Long, ByVal x As Long, ByVal y As Long, _
ByVal lpString As String, ByVal nCount As Long) As Long
Dim i%

Rate Add an affect to a text box. You can also use this code in a splash form. (2(2 Vote))
Add an affect to a text box. You can also use this code in a splash form..bas

Add an affect to a text box. You can also use this code in a splash form. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters