Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~841 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Robinson chris

Am trying to make a form with a hole at the centre of the form.please help me with the code

Member Avatar for ankush.mukherje
0
84
Member Avatar for crackerjacker

Hi friend try this code. Private Sub Form_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) If Button = 1 Then Form1.BackColor = RGB(111, 222, 225) Else Form1.BackColor = &H8000000F End If End Sub Private Sub Timer1_Timer() Form1.BackColor = &H8000000F MsgBox "You released the left button" End …

Member Avatar for selvaganapathy
0
757

The End.