Click here to Skip to main content
15,904,288 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need advice and help with editing arraylists Pin
Luc Pattyn29-Oct-09 17:33
sitebuilderLuc Pattyn29-Oct-09 17:33 
GeneralRe: Need advice and help with editing arraylists Pin
rooster215431-Oct-09 14:49
rooster215431-Oct-09 14:49 
GeneralRe: Need advice and help with editing arraylists Pin
Luc Pattyn31-Oct-09 15:17
sitebuilderLuc Pattyn31-Oct-09 15:17 
QuestionTake pictures with multiple webcams Pin
toby3129-Oct-09 17:09
toby3129-Oct-09 17:09 
AnswerRe: Take pictures with multiple webcams Pin
Christian Graus29-Oct-09 18:46
protectorChristian Graus29-Oct-09 18:46 
QuestionPressing buttons in a webpage programmatically Pin
Nanostrike29-Oct-09 12:07
Nanostrike29-Oct-09 12:07 
AnswerRe: Pressing buttons in a webpage programmatically Pin
Christian Graus29-Oct-09 12:33
protectorChristian Graus29-Oct-09 12:33 
AnswerRe: Pressing buttons in a webpage programmatically Pin
Naruki30-Oct-09 0:13
Naruki30-Oct-09 0:13 
I don't know how C# does web communication, but a submit button just submits (usually POST or GET, but you may have to look for AJAX calls).

Can't you view the source and see what form it is part of, then create your own web call to submit it from your application? That way the response goes directly back to your app.

Or are you trying to make the web browser submit and then display results?

From your question I gathered you want to get the information yourself, but perhaps you are just trying to automate the browser.

Narf.

Questiontext formatting in two language Pin
Milad79429-Oct-09 10:26
professionalMilad79429-Oct-09 10:26 
AnswerRe: text formatting in two language Pin
Abhishek Sur29-Oct-09 10:38
professionalAbhishek Sur29-Oct-09 10:38 
Questionhow to open Image n Video file header in c# Pin
shrikant121329-Oct-09 8:29
shrikant121329-Oct-09 8:29 
AnswerRe: how to open Image n Video file header in c# Pin
Dave Kreskowiak29-Oct-09 10:39
mveDave Kreskowiak29-Oct-09 10:39 
AnswerRe: how to open Image n Video file header in c# Pin
Abhishek Sur29-Oct-09 10:40
professionalAbhishek Sur29-Oct-09 10:40 
GeneralRe: how to open Image n Video file header in c# Pin
Christian Graus29-Oct-09 12:06
protectorChristian Graus29-Oct-09 12:06 
GeneralRe: how to open Image n Video file header in c# Pin
shrikant121329-Oct-09 15:33
shrikant121329-Oct-09 15:33 
GeneralRe: how to open Image n Video file header in c# Pin
Christian Graus29-Oct-09 18:47
protectorChristian Graus29-Oct-09 18:47 
GeneralRe: how to open Image n Video file header in c# Pin
shrikant121330-Oct-09 6:15
shrikant121330-Oct-09 6:15 
QuestionObject.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) [SOLVED] Pin
CaptainSeeSharp29-Oct-09 8:16
CaptainSeeSharp29-Oct-09 8:16 
AnswerRe: Object.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) Pin
Ian Shlasko29-Oct-09 8:34
Ian Shlasko29-Oct-09 8:34 
GeneralRe: Object.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) Pin
Henry Minute29-Oct-09 8:36
Henry Minute29-Oct-09 8:36 
GeneralRe: Object.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) Pin
CaptainSeeSharp29-Oct-09 8:47
CaptainSeeSharp29-Oct-09 8:47 
AnswerRe: Object.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) Pin
Henry Minute29-Oct-09 8:34
Henry Minute29-Oct-09 8:34 
GeneralRe: Object.Equals(object one, object two) vs Object.ReferenceEquals(object one, object two) [modified] Pin
CaptainSeeSharp29-Oct-09 8:40
CaptainSeeSharp29-Oct-09 8:40 
Questionmake video Pin
behzadcp29-Oct-09 7:38
professionalbehzadcp29-Oct-09 7:38 
AnswerRe: make video Pin
Henry Minute29-Oct-09 8:39
Henry Minute29-Oct-09 8:39 

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.