Similar to DNS Snap-In

  • Thread starter Thread starter RF
  • Start date Start date
R

RF

Hi All,

I was wondering if there any documentation I can get or help from someone to
build a similar app like the DNS Snap-In. Does Microsoft supply such an api.

I have a GUI interface and I'd like to display all the forwards zones plus
all records in each zone. Probably take it a step forward, by making the gui
capable of add/delete/edit dns records.

Thanks,

RF
 
Hi Randy,

RF said:
Hi All,

I was wondering if there any documentation I can get or help from someone
to
build a similar app like the DNS Snap-In. Does Microsoft supply such an
api.

I have a GUI interface and I'd like to display all the forwards zones plus
all records in each zone. Probably take it a step forward, by making the
gui
capable of add/delete/edit dns records.
What you're looking for is MMC-snapins, I haven't made any myself, but head
over
to Google (and MSDN), and you will find many useful resources on the topic:

http://www.google.com/search?sourceid=navclient&ie=UTF-8&oe=UTF-8&q=MMC+snapins
 
Back
Top