| | |
C# SendMessage to HTML document controls
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
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 |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox login mandelbrot math mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view webbrowser windows winforms wpf xml






