Questions tagged [vb.net]

An object-oriented programming language from Microsoft. It is the .NET version of the Visual Basic (VB) programming language.

http://www.pcmag.com/encyclopedia_term/0,2542,t=VBNET&i=53685,00.asp

248 questions
3
votes
1 answer

Counting distinct values in a field of a table stored in pgdb

I need to calculate total count of distinct values of a field . That field contains many duplicate values also. The table which contains that field is stored in pgdb. I want things done in vb .net. Any help is appreciated.
Navish
  • 109
  • 4
1
vote
1 answer

Code for SelectionChange Event on Comboboxes in VB.Net

I am programming 3 combo boxes so that each one feeds off the information from the previous combobox. For example, in the first box they would select a year, then the second combobox would provide specific events for that year and then the third…
Michelle Couden
  • 235
  • 1
  • 4
  • 12