Results 1 to 7 of 7

Thread: [SOVED! CODING BEGINNER] Make A SHORTCUT to execute a code for several checkbox etc?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2017
    Posts
    96

    Exclamation [SOVED! CODING BEGINNER] Make A SHORTCUT to execute a code for several checkbox etc?

    Hello!
    i tell your help for a task for several checkbox ( 15 in my situation). i suppose it could have a shortcut to gather all checkboxes in a line.
    for example:
    private checkbox(1,2,3,4,5,6,7 until 15).checkstatechanged ............etc

    and add this code:
    Code:
    dim n as integer
    
    if checkbox(n).checkstate = checkbox.checked then
    
    listbox1.items(n-1) = "true"
    
    end if
    sorry, for details i am a beginner in coding! if it is possible thank you in advance for your precious help!
    Last edited by danzey; Jun 26th, 2021 at 01:49 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width