| View previous topic :: View next topic |
| Author |
Message |
*Mario* Expert Cheater
Reputation: 0
Joined: 06 Nov 2007 Posts: 106 Location: Ah... Don't look behind you.
|
Posted: Sun Feb 24, 2008 5:01 pm Post subject: Help- VB6 |
|
|
Okay, a dumb question, but how do you make it so that when you click on an image it does something, like do messageboxes after clicking something, I tried this but apparently it doesn't work.
| Code: | Private Sub Image1_Click()
MsgBox = "test"
MsgBox = "test"
End Sub |
_________________
|
|
| Back to top |
|
 |
XxOsirisxX Grandmaster Cheater Supreme
Reputation: 0
Joined: 30 Oct 2006 Posts: 1597
|
Posted: Sun Feb 24, 2008 5:31 pm Post subject: |
|
|
msgbox ("Test")
???
_________________
|
|
| Back to top |
|
 |
*Mario* Expert Cheater
Reputation: 0
Joined: 06 Nov 2007 Posts: 106 Location: Ah... Don't look behind you.
|
Posted: Sun Feb 24, 2008 5:58 pm Post subject: |
|
|
Hmm, it worked. Thanks ^-^
Also: how would I embed a vb program, a.k.a can you embed .exe's or could I convert is to make it the same but an swf?
_________________
|
|
| Back to top |
|
 |
Golden Wing Grandmaster Cheater
Reputation: 0
Joined: 29 Aug 2007 Posts: 905
|
Posted: Sun Feb 24, 2008 8:26 pm Post subject: Re: Help- VB6 |
|
|
| Micchi wrote: | Okay, a dumb question, but how do you make it so that when you click on an image it does something, like do messageboxes after clicking something, I tried this but apparently it doesn't work.
| Code: | Private Sub Image1_Click()
MsgBox = "test"
MsgBox = "test"
End Sub |
|
you answered your own question...
NVM..
I EDIT THIS DONT GIMME A WARNING!
_________________
|
|
| Back to top |
|
 |
|