My own forum (C#)
I am developing an own forum for a customer. Currently I have only done a first table setup and some pages to add new threads, posts,... If you have some minutes to test the forum at http://forum.schwarz-interactive.de/threads.aspx?forumid=1 and report any errors to my emailadress. I will offer the C# source code in the next days.
6 Comments
Comments have been disabled for this content.
Scott Mitchell said
Any reason why you're not using the ASP.NET Forums or some other pre-built solution?
Michael Schwarz said
Yes, because they are not really free or the are too difficult to implement all features that the customer will need. The most forums do not use the wysiwyg editor, I will try to implement one. Then there is a upload function with a approve page for the forum administrators...
joni said
your forum looks good, are you going to make it open source? if yes, please let me know, i'll be interested in looking at your code.
thanks.
Grayson Peddie said
Hi I have a question. How would I make my own forum software using ASP.net? I use Visual C# .net.
Onutz said
Hello! How can i set my column header size, (not all the same size) in C#? plss
Michael said
Hi
I need to convert a DOS time to system time (for example if I
have 31 05 49 BA and I want to get 05/08/2004 09:13)
B.T.W i do'nt sure it dos time it can be FileTime and when i open it in HexView i see the input in this order 05 31 ba 49.