| | |
C# SendMessage to HTML document controls
Please support our C# advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
![]() |
do you mean to assign html script to i.e. richtextbox on a web page from another web page
or sending html email to email address?
or sending html email to email address?
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
yes you can, in http request put your parameters like
in the page being requested and that has the control
C# Syntax (Toggle Plain Text)
<a rel="nofollow" class="t" href="http://xyz.com?name=ramy" target="_blank">http://xyz.com?name=ramy</a>
C# Syntax (Toggle Plain Text)
textbox1.Text = Request["name"];
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
•
•
Join Date: Aug 2007
Posts: 5
Reputation:
Solved Threads: 0
Thanks, but not cigar.
I wrote an application that reads and sends information from one application to another application.
Now I would like to have this application send information to a IE window too, any IE window.
I want to read information from it and write to it from the application, just like a user would.
Thanks for your replay.
HELP!!!
I wrote an application that reads and sends information from one application to another application.
Now I would like to have this application send information to a IE window too, any IE window.
I want to read information from it and write to it from the application, just like a user would.
Thanks for your replay.
HELP!!!
Interacting with IE through another app requires that you control it through a provided API. For most Microsoft products (e.g. IE), they support Microsft Active Accessibilty (MSAA) (and here is another link). I don't know how well it supports manipulating HTML controls inside of the browser though. I think it might be possible through an IHTMLDocument but I honestly don't know how to get or use one.
•
•
Join Date: Dec 2008
Posts: 1
Reputation:
Solved Threads: 0
I know what are you asking i am looking for an spy++ code for infragistics controls like web controls, certanly i want to make a gui map like Ranorex Spy++, i don't know how but they did it... you know "i have to know", you can use ranorex an c# but that's not enought for me, i want to program it...
if you know something let me know
Bytes
if you know something let me know
Bytes
![]() |
Similar Threads
- Please help me open a html document in a rich text box via the common dialog control (Visual Basic 4 / 5 / 6)
- Open HTML (VB.NET)
- embedding a cgi script into a html document (HTML and CSS)
- want to print a html document in landscape orientation (HTML and CSS)
- O/T. HTML printing problem.......... (HTML and CSS)
- HTML document (HTML and CSS)
Other Threads in the C# Forum
- Previous Thread: textbox value check with Access
- Next Thread: Adding new item to combobox
| Thread Tools | Search this Thread |
.net access algorithm app application array bitmap box c# check checkbox client color combo combobox concurrency control conversion csharp custom cyclethruopenforms data database datagrid datagridview dataset datatable date/time datetime degrees dll draganddrop drawing enabled encryption enum excel file filename finalyearproject foreach form format forms function gdi+ getoutlookcontactusinfcsvfile globalization gtk image input install installer java keypress label list localization math microsoftc#visualexpress mono mouseclick mysql operator panel path photoshop picturebox pixelinversion post programming radians regex remoting richtextbox save server sleep socket sql sql-server statistics string table text textbox thread time timer timespan update usercontrol users validate validation visualstudio webbrowser winforms wpf xml






