Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Windows Forms / WinForm General / January 2007

Tip: Looking for answers? Try searching our database.

Event handling for input element

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
russiandevil@gmail.com - 18 Jan 2007 03:11 GMT
(Using Visual Studio 2005 and C#)

I'm trying to set up an event handler for trapping activity involving
an input text element of a web page. I've tried using onclick, onenter,
onactivate (see code snippet below), etc handlers but while they seem
to be set successfully during my web page parsing, the specified
methods never seem to get triggered:

HTMLInputTextElementEvents2_Event inputTextElemEvt;
IHTMLInputTextElement foo = (IHTMLInputTextElement)currElem;
inputTextElemEvt = (HTMLInputTextElementEvents2_Event)foo;
inputTextElemEvt.onactivate += new
HTMLInputTextElementEvents2_onactivateEventHandler(inputTextElemEvt_onactivate);

My event handling for HTML links, drop-down menus, etc which is
implemented in a similar manner seems to work just fine.

p.s. apologies in advance if this is not posted in the right section of
the forums - if that's the case, please advise where should I migrate
this post to.

thanks
Greg
Ciaran O''''Donnell - 18 Jan 2007 09:12 GMT
Why not use an ASP.NET text box. Then you can use OnTextChanged for a
postback event.

Signature

Ciaran O'Donnell
http://wannabedeveloper.spaces.live.com

> (Using Visual Studio 2005 and C#)
>
[quoted text clipped - 19 lines]
> thanks
> Greg

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.