Posts by user7854 • 77 points
2 posts
-
2
votes3
answers8837
viewsQ: How to work with dates in the dd/mm/yyyy format in Vb.net?
I have a text box named txt_cadastro.Text. When using the following command: txt_cadastro.Text = DateString Man textbox is completed in the following format: 04-23-2014 What do I do for it to be…
-
2
votes2
answers1303
viewsQ: How to do a ZIP search in VB
How do I collect address data(Street, City, Neighborhood, Street) of a site, referring to the entry zip code using VB? I have a similar code on C# I see two alternatives: Translate the code to VB…