General YPN >> Forum
Posted by Codah on 20:54:00 07-01-2003
CAn someone give me the code for making a forum?
Posted by Neu[Mann] on 01:28:00 07-03-2003
Set obj = Server.CreateObject("Microsoft.Forums")
obj.CreateForum("SomeForum")

obj.AddSubject("Subject1")
obj.AddSubject("Subject2")
...


[addsig]