Click here to Skip to main content
15,917,610 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralListBox use Pin
Matthieu.C29-Oct-03 21:27
Matthieu.C29-Oct-03 21:27 
GeneralRe: ListBox use Pin
Not Active30-Oct-03 2:48
mentorNot Active30-Oct-03 2:48 
GeneralRe: ListBox use Pin
Mumiozol2-Nov-03 21:54
Mumiozol2-Nov-03 21:54 
General.net framework 1.0 vs 1.1 Pin
NHM27-Oct-03 23:32
NHM27-Oct-03 23:32 
GeneralRe: .net framework 1.0 vs 1.1 Pin
Guillermo Rivero28-Oct-03 4:35
Guillermo Rivero28-Oct-03 4:35 
GeneralRe: .net framework 1.0 vs 1.1 Pin
Corinna John4-Nov-03 23:32
Corinna John4-Nov-03 23:32 
GeneralTough .NET question Pin
Jamie Nordmeyer27-Oct-03 13:20
Jamie Nordmeyer27-Oct-03 13:20 
GeneralRe: Tough .NET question Pin
Kentamanos27-Oct-03 14:13
Kentamanos27-Oct-03 14:13 
I'm not exactly sure what you're trying to do, but if you're basically filling out a form on the web site and then submitting it, it's easier to just do the posting directly instead of hosting an AxWebBrowser.

For instance, if the web site has a <FORM> in it, figure out where (URL) the submit button sends the form data, and figure out the names of all the controls on the page (<INPUT>'s). Once you have all of that, use something like the System.Net.WebClient.UploadValues method to post that data to the server and read the response.

If the site requires you to login and it uses cookies for session information, make sure you set up a cookie collection in your original requests to store the cookies you get back.

I once wrote a program that parsed the Project Gutenburg copy of Moby Dick and proceeded to post it chapter by chapter to a "spam" forum that someone created for fun. If you're doing something similar to what I've described (not necessarily spamming, but filling out a form etc.) and have more questions, feel free to respond.
GeneralRe: Tough .NET question Pin
profoundwhispers14-Jan-04 4:33
profoundwhispers14-Jan-04 4:33 
GeneralRe: Tough .NET question Pin
Kentamanos14-Jan-04 6:31
Kentamanos14-Jan-04 6:31 
GeneralThreading with sqlDataReader Pin
michin127-Oct-03 11:02
michin127-Oct-03 11:02 
Generalclass question Pin
R. Thomas26-Oct-03 1:01
R. Thomas26-Oct-03 1:01 
GeneralRe: class question Pin
J. Dunlap26-Oct-03 8:08
J. Dunlap26-Oct-03 8:08 
GeneralRe: class question Pin
Blake Coverett26-Oct-03 8:40
Blake Coverett26-Oct-03 8:40 
GeneralRe: class question Pin
R. Thomas28-Oct-03 6:18
R. Thomas28-Oct-03 6:18 
GeneralRe: class question Pin
Blake Coverett28-Oct-03 6:44
Blake Coverett28-Oct-03 6:44 
GeneralRe: class question Pin
R. Thomas29-Oct-03 4:37
R. Thomas29-Oct-03 4:37 
GeneralRe: class question Pin
Anonymous5-Nov-03 7:18
Anonymous5-Nov-03 7:18 
General3-way communications Pin
Le centriste24-Oct-03 6:23
Le centriste24-Oct-03 6:23 
GeneralDoubleClick in TreeView Pin
Anonymous24-Oct-03 2:36
Anonymous24-Oct-03 2:36 
GeneralRe: DoubleClick in TreeView Pin
LasVegasGuy24-Oct-03 8:44
LasVegasGuy24-Oct-03 8:44 
GeneralRe: DoubleClick in TreeView Pin
John Arlen24-Oct-03 10:01
John Arlen24-Oct-03 10:01 
GeneralGet Version Number. Pin
Jason Weibel23-Oct-03 10:52
Jason Weibel23-Oct-03 10:52 
GeneralRe: Get Version Number. Pin
John Arlen24-Oct-03 7:45
John Arlen24-Oct-03 7:45 
GeneralRe: Get Version Number. Pin
Jason Weibel24-Oct-03 11:18
Jason Weibel24-Oct-03 11:18 

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.