Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
?Basic? VB6 UI Edit
#6
Egon Wrote:Simply use a picture box instead of a command button.

Other then
Code:
Private Sub Command1_Click()
MsgBox "Woo"
End Sub
Use
Code:
Private Sub Picture1_Click()
MsgBox "Woo"
End Sub


Woot, that was very simple! Thank you Big Grin

Now if I can just figure out how to make the main box transparent.

Through a little search, I came by this:
Quote:using a transparent usercontrol

1. Create a UserControl.
2. Set it's ControlContainer = True and BackStyle = Transparent

Not sure if its in the correct direction, nor how to create a UserControl.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)