Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello,

I am in the process of learning both html and vb.net programming. I know a little about both languages. So, I'm interested in creating my own small music forum and being the main moderator site owner.

I briefly went over creating the main post message TEXTAREA and came up with the following html coding:

XML
<td class="controlbar"> <textarea name="message" id="vB_Editor_001_textarea" rows="10" cols="60" 
   style="display: none; width: 540px; height: 250px;" tabindex="1" dir="ltr">
</textarea>
<iframe style="border: 2px inset ; width: 540px; height: 250px;" tabindex="1" 
id="vB_Editor_001_iframe"></iframe></td>



*This isn't going to be the exact code as of right now, but it's just my example of an iFrame TEXTAREA.

How would I click links, buttons, input text etc. via the vb 2008 webbrowser control?

Here is a picture of what the message box area looks like so far:

http://sites.google.com/site/iframeissue/[^]

I would really appreciate the help!
Posted
Updated 13-Mar-10 10:11am
v5

Create your HTML (as a string) for the form/controls, and use the HtmlDocument class to add InnerText to the <iframe> tag.
 
Share this answer
 
v3
Webbrowser + Iframes + Different Domains
 
Share this answer
 
Comments
Sandeep Mewara 8-Jul-10 2:08am    
Whats the point of responding a question after 3 months or so! OP must have moved on far by now!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900