Logo
English Russian German French Spanish Italian
contact usprivacy
   Support Forums
chart
• About the product
• Download (OCX only)
• Download (full setup)
• Writing DNS control
• Using with VB
• Using with MTS/COM+
• Using with VBScript
• FAQ
DNS Control - Samples(Using with VB)

Description: Sample program using DNS control
Minimum requirements: Visual Basic 4
Download: source code
Screenshot:
DNS Control - using with VB
Project: Standard EXE
Controls: txtIP (textbox), txtName (textbox), cmdToIP (button), cmdToName (button), DNS1 (DNS control)
Code:
Private Sub cmdToIP_Click()
     txtIP = DNS1.NameToAddress(txtName)
End Sub

Private Sub cmdToName_Click()
     txtName = DNS1.AddressToName(txtIP)
End Sub

Copyright © 1996-2009 OstroSoft. All rights reserved. info@ostrosoft.com