Click here to Skip to main content
15,905,238 members
Home / Discussions / C#
   

C#

 
QuestionIP version 6 input control ? Pin
nesaver8519-Apr-08 7:25
nesaver8519-Apr-08 7:25 
GeneralRe: IP version 6 input control ? Pin
Sam Xavier24-Apr-08 21:07
Sam Xavier24-Apr-08 21:07 
Questiondeploy windows service with additional tasks Pin
Knowledgestudent19-Apr-08 7:20
Knowledgestudent19-Apr-08 7:20 
GeneralRe: deploy windows service with additional tasks Pin
Charith Jayasundara20-Apr-08 2:53
Charith Jayasundara20-Apr-08 2:53 
QuestionTextBox problem Pin
Alessandra7719-Apr-08 7:12
Alessandra7719-Apr-08 7:12 
GeneralRe: TextBox problem Pin
Charith Jayasundara20-Apr-08 2:46
Charith Jayasundara20-Apr-08 2:46 
Questionlogin to Invision Power Board 2.3.3 Pin
askey19-Apr-08 6:00
askey19-Apr-08 6:00 
GeneralRe: login to Invision Power Board 2.3.3 Pin
Spacix One19-Apr-08 6:54
Spacix One19-Apr-08 6:54 
You need to use a HttpWebRequest to the start new topic script with a valid post data containing the username, password, topic string, post information string, and what ever else would be posted data to that script.

This other required data would include catchups and other security type devices. Depending on the script there would be referral URL checks to see if the post is coming from a VALID (non expired) url which is allowed to post to that site. Some forum scripts also require an active session with the server to obtain a GUID and other 'check' measures. This can be faked though .NET webrequest by editing the HTTP (or HTTPS if you include SSL support) headers, but such automation wouldn't be trivial if the board scripts have any sort of anti-spammer technology.

A good place to start this would be reading this: http://www.codeproject.com/KB/aspnet/CompressibleHTTP20.aspx[^]


-Spacix
All your skynet questions[^] belong to solved

Questioni want find a list of form of my application in code? Pin
combo_ci19-Apr-08 6:00
combo_ci19-Apr-08 6:00 
AnswerRe: i want find a list of form of my application in code? Pin
Gareth H19-Apr-08 6:17
Gareth H19-Apr-08 6:17 
GeneralRe: i want find a list of form of my application in code? Pin
combo_ci19-Apr-08 6:19
combo_ci19-Apr-08 6:19 
GeneralRe: i want find a list of form of my application in code? Pin
Spacix One19-Apr-08 6:44
Spacix One19-Apr-08 6:44 
GeneralRe: i want find a list of form of my application in code? Pin
combo_ci19-Apr-08 6:59
combo_ci19-Apr-08 6:59 
GeneralRe: i want find a list of form of my application in code? Pin
Luc Pattyn19-Apr-08 7:45
sitebuilderLuc Pattyn19-Apr-08 7:45 
AnswerRe: i want find a list of form of my application in code? Pin
darkelv19-Apr-08 7:45
darkelv19-Apr-08 7:45 
GeneralUsing Visio Drawing Control 2003 with System.Windows.Forms.RichTextBox Pin
Abisodun19-Apr-08 3:50
Abisodun19-Apr-08 3:50 
Generallambda expression or other default query attribute Pin
AndrusM19-Apr-08 3:17
AndrusM19-Apr-08 3:17 
GeneralRe: lambda expression or other default query attribute Pin
Guffa19-Apr-08 4:11
Guffa19-Apr-08 4:11 
GeneralRe: lambda expression or other default query attribute Pin
AndrusM19-Apr-08 11:02
AndrusM19-Apr-08 11:02 
GeneralRe: lambda expression or other default query attribute Pin
Roger Alsing19-Apr-08 11:43
Roger Alsing19-Apr-08 11:43 
GeneralRe: lambda expression or other default query attribute Pin
Guffa19-Apr-08 13:45
Guffa19-Apr-08 13:45 
GeneralRe: lambda expression or other default query attribute Pin
Roger Alsing20-Apr-08 4:01
Roger Alsing20-Apr-08 4:01 
GeneralRe: lambda expression or other default query attribute Pin
Guffa20-Apr-08 11:05
Guffa20-Apr-08 11:05 
Generalimport a txt file into MSAccess database and later into SQL server database using C# Code Pin
new2pgrmg19-Apr-08 3:06
new2pgrmg19-Apr-08 3:06 
GeneralRe: import a txt file into MSAccess database and later into SQL server database using C# Code Pin
Spacix One19-Apr-08 4:31
Spacix One19-Apr-08 4:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.