Click here to Skip to main content
15,887,974 members
Home / Discussions / C#
   

C#

 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 7:04
professional Xmen Real 22-Aug-09 7:04 
GeneralRe: Permanent connection with webserver Pin
Dave Kreskowiak22-Aug-09 7:38
mveDave Kreskowiak22-Aug-09 7:38 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 7:40
professional Xmen Real 22-Aug-09 7:40 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon22-Aug-09 8:37
Natural_Demon22-Aug-09 8:37 
GeneralRe: Permanent connection with webserver Pin
Xmen Real 22-Aug-09 16:12
professional Xmen Real 22-Aug-09 16:12 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon23-Aug-09 1:22
Natural_Demon23-Aug-09 1:22 
GeneralRe: Permanent connection with webserver Pin
Natural_Demon22-Aug-09 8:51
Natural_Demon22-Aug-09 8:51 
QuestionIHTMLElement onclick event method call Pin
yogesh_softworld12322-Aug-09 3:07
yogesh_softworld12322-Aug-09 3:07 
HTMLDoc = (HTMLDocument)WebBrowser.Document;
iHTMLCol = HTMLDoc.getElementsByTagName("input");
//type the username in the text box

mshtml.HTMLElementEvents2_Event htmlElementEvents2_Event = null;

foreach (IHTMLElement iHTMLEle in iHTMLCol)
{
try
{
strAttriName = iHTMLEle.getAttribute("id", 0).ToString();
if (strAttriName == "go")
{
if (iHTMLEle != null)
{
if (iHTMLEle is mshtml.HTMLButtonElement)
{
htmlElementEvents2_Event = (mshtml.HTMLElementEvents2_Event)iHTMLEle.onclick ;
htmlElementEvents2_Event.onclick += new HTMLElementEvents2_onclickEventHandler(htmlElementEvents2_Event_onclick);
}
}
}
}
catch { }
}
}

See the code above.

i have one button in my browser (intternetExplorer object), on that button click i wanted to call a method or event method.

Could any buddy help me out it is argent.

Thanks in advance!

yogesh

Questionfilling a form on internet ! Pin
sajjy22-Aug-09 2:31
sajjy22-Aug-09 2:31 
AnswerRe: filling a form on internet ! Pin
Natural_Demon22-Aug-09 9:12
Natural_Demon22-Aug-09 9:12 
AnswerRe: filling a form on internet ! Pin
jbc123-Aug-09 2:26
jbc123-Aug-09 2:26 
QuestionWhat is the best way to create background application? Pin
bonzaiholding22-Aug-09 0:39
bonzaiholding22-Aug-09 0:39 
AnswerRe: What is the best way to create background application? Pin
Saksida Bojan22-Aug-09 0:47
Saksida Bojan22-Aug-09 0:47 
GeneralRe: What is the best way to create background application? Pin
bonzaiholding22-Aug-09 0:55
bonzaiholding22-Aug-09 0:55 
GeneralRe: What is the best way to create background application? Pin
Saksida Bojan22-Aug-09 0:58
Saksida Bojan22-Aug-09 0:58 
AnswerRe: What is the best way to create background application? Pin
Baeltazor22-Aug-09 6:30
Baeltazor22-Aug-09 6:30 
AnswerRe: What is the best way to create background application? Pin
Natural_Demon22-Aug-09 9:17
Natural_Demon22-Aug-09 9:17 
GeneralRe: What is the best way to create background application? Pin
Saksida Bojan22-Aug-09 12:07
Saksida Bojan22-Aug-09 12:07 
GeneralRe: What is the best way to create background application? Pin
Mycroft Holmes22-Aug-09 14:28
professionalMycroft Holmes22-Aug-09 14:28 
GeneralRe: What is the best way to create background application? Pin
Natural_Demon23-Aug-09 2:16
Natural_Demon23-Aug-09 2:16 
GeneralRe: What is the best way to create background application? Pin
Natural_Demon23-Aug-09 2:21
Natural_Demon23-Aug-09 2:21 
GeneralRe: What is the best way to create background application? Pin
Alan N23-Aug-09 4:18
Alan N23-Aug-09 4:18 
GeneralRe: What is the best way to create background application? Pin
Natural_Demon24-Aug-09 11:17
Natural_Demon24-Aug-09 11:17 
QuestionTimer doesn´t work by Server and Client! Pin
nhqlbaislwfiikqraqnm21-Aug-09 22:58
nhqlbaislwfiikqraqnm21-Aug-09 22:58 
AnswerRe: Timer doesn´t work by Server and Client! Pin
Xmen Real 21-Aug-09 23:24
professional Xmen Real 21-Aug-09 23:24 

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.