 |
DNS.NET Resolver (C#) - CodeProject - CodeProject - For those who code
It is sometimes difficult for me to find the DNS record type in the combobox. I have sorted these lists: SetupComboBox(typeof(QType), this.comboBox1, "ANY"); SetupComboBox(typeof(QClass), this.comboBox2, "IN");..... private void SetupComboBox(System ...
www.codeproject.com |
 |