Hello anybody,
I like to perform the creation of a sort of calendarlook in a form with the creation of buttons...... but,
I want to give each button its own variable name.
Anybody who can hepl me to fill in the $????........?
Thank you.
For $YVz = 1 To 6
For $XVz = 1 To 7
$???? = GUICtrlCreateButton("", 200 + $XVz * 50, 125 + $YVz * 50, 40, 40, $SS_CENTER)
Next
Next