Passing to Functions

Passing to Functions

Question:
Just started crunching similar code into functions. How do you pass an arguement to a function that references a control? It’s prob really simple eh?

Answer:
Here is an example that passes a combobox to a function:

   Function PlayWithCombo (Box as ComboBox)   rest of function code
The call for this is just as simple: PlayWithCombo ComboBoxNamePlease note that in VB3.0 you can only pass single controls to functions…control arrays are not allowed. You can of course pass an item in a control array — not the whole array.In VB4.0 you can pass an entire control array. In the following code snippet, Command1 is the control array.
Private Sub Command2_Click()test Command1End SubSub test(mycontrolarray As Variant) -mycontrolarray can also be object For Each elem In mycontrolarray   elem.Caption = “test” NextEnd Sub

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across