VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Changes AOL MDI forms background color for AOL 2.5 and 3.0

by rc (4 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Tue 16th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Changes AOL MDI forms background color for AOL 2.5 and 3.0

Rate Changes AOL MDI forms background color for AOL 2.5 and 3.0





Dim mdiclient As MDIForm   ' http:\\qbicfx.cjb.net
If Aol32$ = " true" Then      ' copyrighted by rc and d2k1 
Aol32$ = FindWindow("MDICLIENT", vbNullString)
mdiclient.BackColor = QBColor(Rnd * 15)
End If

Download this snippet    Add to My Saved Code

Changes AOL MDI forms background color for AOL 2.5 and 3.0 Comments

No comments have been posted about Changes AOL MDI forms background color for AOL 2.5 and 3.0. Why not be the first to post a comment about Changes AOL MDI forms background color for AOL 2.5 and 3.0.

Post your comment

Subject:
Message:
0/1000 characters