Generate code (like option value)

-2

I'm developing a "program" in visual basic, but I'd like to get some information. Do you know those HTML options values that we select and it generates something? Let me give you an example: link / link

I'd like to know how to do this in Visual Basic.

    
asked by anonymous 26.09.2015 / 16:39

1 answer

0

Your question is somewhat vague but it seems like what you want is to generate a DROPDOWNLIST ( See an example in W3Schools ).

So if I understood your question correctly, what you want is a COMBOBOX and the answer can be found here: link

I suggest you read other tutorials on this same site to learn more about VB.NET.

I hope I have helped.

    
01.10.2015 / 18:52