How To Open a Popup On button Click Visual Basic - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Other (
https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (
https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: How To Open a Popup On button Click Visual Basic (
/showthread.php?tid=337226)
How To Open a Popup On button Click Visual Basic -
[UFM]Ryder - 25.04.2012
How To Open a Popup On button Click
Like i have made a button and when someones clicks on that Button it shows a Popup Showing my Image But i dont know how to do it
Re: How To Open a Popup On button Click Visual Basic -
Phyrunx - 25.04.2012
Off Topic
Firstly This is not Visual Basic Forums
On Topic:
Handle the Click event of the Button, create the appropriate form in the event handler and call its Show method.
This is pretty basic stuff that would be covered by just about any beginner tutorial. I suggest that you find one and work your way through it to cover the basics. This is a good one:
http://www.homeandlearn.co.uk/net/vbnet.html
Re: How To Open a Popup On button Click Visual Basic -
[UFM]Ryder - 25.04.2012
Sorry
And thnx For tellin Me
Re: How To Open a Popup On button Click Visual Basic -
Phyrunx - 25.04.2012
Your Welcome!!!!!