| | |
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 |
.net access algorithm alignment app array barchart bitmap box broadcast c# c#gridviewcolumn cast check checkbox client combobox communication control conversion csharp custom database datagrid datagridview dataset datatable datetime degrees development draganddrop drawing elevated encryption enum excel file focus form format forms function gdi+ hospitalmanagementsystem httpwebrequest image index input install java label list listbox localization login mandelbrot math messagebox mouseclick mysql operator path photoshop picturebox pixelinversion plotting pointer post programming radians read regex remote remoting richtextbox server sleep socket sql statistics stream string stringformatting sun table text textbox thread time timer update usercontrol validation visualstudio webbrowser whileloop windows winforms wpf xml






