M
Marcos Beccar Varela
Hello! I´m a newbbie in VB.NET and I´m having a problem. I have many forms
and I need to create a label (for example) in each of them.
Is there a way to make a function which I can call it from any form and that
this function creates a label and sets a text and position in the form,
where the text and position are parameters of the function.
createlabel("Text on the label", 23, 450)
This function can be in a module?? Can anyone send me a litttle code for
reference on how this can be made?
Thank you VERY much!!
Marcos
and I need to create a label (for example) in each of them.
Is there a way to make a function which I can call it from any form and that
this function creates a label and sets a text and position in the form,
where the text and position are parameters of the function.
createlabel("Text on the label", 23, 450)
This function can be in a module?? Can anyone send me a litttle code for
reference on how this can be made?
Thank you VERY much!!
Marcos