ボタンが表示されているかどうかをトリガーするチェックボックスがあります。以下はコードです PUBLIC SUB chkGiveUp_Click()
' Check to see if the Give Up button's visible property is set to true, and if it is, hide the button. If it is hidden,
' Gambas class file
' Math Drill by William Teder. Feel free to use parts of the code, but please give me credit.
' Declare Variables
' Define number of times user has pressed the Give Up button
P
さて、私はクリックするたびにランダムな色がついていて(どこにも関係なく)、あなたがクリックした場所にサイズの円が現れるプログラムを作ろうとしています。しかし、シェイプを追加できる唯一の方法はPaintイベントです。私は、マウスのクリックイベントで使用できるコードの行を知っている必要があり Private Sub Form1_Paint(ByVal Sender As System.Object,