The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Create new thread using C#
I want to create a new thread using .Net framework. I was looking for examples but only see php samples.
It's posible to do that? |
#2
|
|||
|
|||
I think that this forum is limited to discussions on vBulletin...
But, to answer your question, you can create a thread in C# as follows: Code:
using System; using System.Threading; Thread t = new Thread(new ThreadStart(ThreadProc)); t.Start(); |
#3
|
|||
|
|||
I don't think that's what he means. He wants to make a C# program that can make posts and threads, etc, etc.
|
#4
|
||||
|
||||
He might as well right his own bulletin board software. I bet he'd make a cool penny off it too except for this little problem - .NET sucks. Long live Linux
|
#5
|
|||
|
|||
Quote:
In that case he will need to use MySQL's OLE DB Provider. It is easier to do it in PHP. Quote:
And they do charge a pretty penny for it. $400 for Small Business, and $2000 for the Pro version. And then there is a bunch of add-ons costing some more. |
#6
|
||||
|
||||
Not surprising. Anything built to run on a M$ platform is overpriced. I mean, if you can drop $1000 for the OS, you must be loaded enough to drop half that for a forum package eh?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|