Search results for query: *

  • Users: Simke
  • Content: Threads
  • Order by date
  1. Simke

    How to use button click command

    With this code i add the button to my form Function Knop1() Dim Button1 AsNew Button Button1.Location = New Point(30, 40) Button1.Size = New Size(160, 24) Button1.Text = "Klik hier voor vraag 1." Me.Controls.Add(Button1) EndFunction but when i want to this, it won't do a thing: --> Here...
Back
Top