VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

This code add a button in the Title Bar. This code work with Windows 9* and Windows NT/2000 ! (abou

Haeresis  (2 Submissions)   Miscellaneous   VB 6.0   Unknown Difficulty   Mon 4th February 2002   Mon 8th February 2021

This code add a button in the Title Bar. This code work with Windows 9* and Windows NT/2000 ! (about a month ago I've posted a code like this,

API Declarations


Add this code into a FORM


Private Sub Form_Load()
Call InitButton(Me)
End Sub

Private Sub Form_Unload(Cancel As Integer)
Call UnHookButton
End Sub

Public Sub Aiuto_Click()
MsgBox "Ciao!"
End Sub


Rate This code add a button in the Title Bar. This code work with Windows 9* and Windows NT/2000 ! (abou (1(1 Vote))
This code add a button in the Title Bar. This code work with Windows 9* and Windows NT/2000 ! (abou.bas

This code add a button in the Title Bar. This code work with Windows 9* and Windows NT/2000 ! (abou Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters