CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2000
    Location
    Vancouver, BC, Canada
    Posts
    278

    Creating a Web Forum

    okay, so I'm trying to figure out how to create a discussion group for a friend's small website. Not as easy as filling a treeview from the db, since you can't specify child/parent relationships with the drawing of the indented links.... any suggestions?

    ASP or Coldfusion, I can use either

    I would REALLY appreciate a response with code that has real solid functions/subs written as an example I can follow.



    thankyou thankyou thankyou.....
    David

    David Meikle
    Quantum Unit Solutions, LLC
    www.quantumunit.com

  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Creating a Web Forum

    There's a very good (free) ASP discussion forum package available on :

    http://www.freevbcode.com - you'll need to do a bit of searching around (I think there's two of them), but both work (IIRC) straight out of the zip file.

    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured