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
Ranked #72.8K
~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
visual-basic x 2
2 Posted Topics
Am trying to make a form with a hole at the centre of the form.please help me with the code
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 …
The End.
Robinson chris