o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Forms & WebBrowser Control. (imagine the possibilities!) -

Is there a way to resize a form to the size of a webbrowser and is thered a way to resize the webbrowser to its contents. Lets say a picture . But picture sizes will be unknow. How do i do this. Also how do i make a webbrowser unclickable?

so here are the questiona layed out:

1. Resize form to a webbrowser (easy) i know this.
2. Resize a webbrowser to ite the contents within itUnknown
3. Make a webbrowser user unable to click in my browser.

 

Forms & WebBrowser Control. (imagine the possibilities!) -
Is there a way to resize a form to the size of a webbrowser and is thered a way to resize the webbrowser to its contents. Lets say a picture . But picture sizes will be unknow. How do i do this. Also how do i make a webbrowser unclickable? so here are the questiona layed out: 1.


Using a control throughout a project -
I am using the webbrowser control in my project which has many forms. My question is simple... does my prgoram require more memory if I had the webbrowser component on all three forms that are in my program... or would it be better to build a generic template form that I would customiz


Has anyone made an AI for Connect-Four -
I would imagine it would be much more complex then the Tic-Tac-Toe one...there are many more possibilities. Has anyone done this before?


Webbrowser or DHTMLEdit Control -
Hello ! I am designing a Webpage editor application. I use therefore the webbrowser control with its designmode to on. But there are many problems .The webbrowser control does not have source code preservation and does not act to events and many more. I want to ask : i have been s


WebBrowser Woahs -
I am using the WebBrowser COntrol to display Banner Adds on my forms the same way a website does. My problem is.. 1)I can't get the add to fit exactly in the control no matter how i resize it it just wont fit. And when i make the window big enough to get rid of the scroll bars it s


Proving Maths Wrong -
Right this is a big problem that I am having at the moment.. Factorials.... you know 5! = 5*4*3*2*1 = 120 theoritically this is correct, however if I take 5 objects there are only really 31 different combinations of these objects, for example 5,4,3,2,1 = 1 possibility but


Question on WebBrowser control -
Hello everybody, I try to build a client Internet browser, in my form, I've used the WebBrowser control to navigate. The problem is: I want it show some notify message when the WebBrowser control get to the website completely. I've tried to use Thread.Sleep() but it seems that


[2005] webbrowser linx -
is it possible to get the url of a link on a webbrowser.document object? there is an object webbrowser.document.links as system.windows.forms.htmlelementcollection, with each object a system.windows.forms.htmlelement, but there i found no function to extract a hyperlink URL. if there


Populating webbrowser from webbrowser... -
The title is confusing, but here is what I am try to do: I have a small webbrowser control on my form. When the user double clicks the control, it opens a new form with the property set to maximized. The new form has a second webbrowser control in it, but this one is set to the fu


using Infopath forms with WebBrowser control and VB6. -
Hi all, need advises about using Infopath with VB6 and webbrowser control. My manager asked to me to research if it is possible to open Infopath forms with microsoft classic web browser control and be able to handle the data produced in xml format. Our project is about forms manage


WebBrowser.Dock issue VB.Net VS[2005] -
Hi, I am trying to dynamically add a webbrowser control at runtime onto a forms workspace that has 2 toolbars docked at the top and a statusbar docked at the bottom created at design time. The issue I am having is with docking the WebBrowser. WebBrowser.dock = DockStyle.Fill It


[2005] WebBrowser Control, opening pop-ups/links in another webbrowser control -
Hello, i want to create my own internet. Not from scratch, i just want to use a webbrowser control and then add my own features like Favourties/etc... When i add a webbrowser control to a form and on the website that it is viewing there is a link. The link will open in Internet Expl


Web browser control and html forms -
Hey, is there a way to control forms in the webbrowser control? I'm trying to set/get data from text box on some webpage. I'm sure i've heard it can be done but can't find nothing on it cheers


WebBrowser 2.0 control and frames. -
Hi, When I try to access the source code or a control contained in a frame from the WebBrowser 2.0 (VB 2005 Express) control I get the following error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Can anyone tell me why I am getting this error or may


How to Disable Short Cut Keys in WebBrowser Control -
Hi all, I am designing my own Webbrowser by using WebBrowser Control. i want to Disable all the Shortcut keys in WebBrowser Control. and i want to replace same with other Functionalities... How to Disable the Shortcut Keys in WebBrowser Control. eg. i want to call a form desi


Resizing WebBrowser Control with form -
Hello, I have a very simple VB6 app using the WebBrowser control. I would like the WebBrowser control to resize with the form it's in (ie, when someone changes the size of the form, the WebBrowser control resizes with it). Is this particularly difficult? Can anyone offer any h


(RESOLVED) Webbrowser and Forms -
A few questions for those in the know in regards to webbrowsers interfacing with JTML Forms. I know how to read and write info to form fields via a webbrowser control, but I don't know (And can't find) how to do a little more advanced stuff, therefore: Is it possible to get the n


Webbrowser Control and IE7 -
After upgrading to IE7, my projects that housed a webbrowser COM control stopped firing events for the browser (like documentcomplete, beforenavigate, etc...) I am not talking about the 2005 windows forms webbrowser control. Strictly the COM one (for anyone using VS 2002/2003, or pr


Any other control besides webbrowser control -
Does anyone know of any controls that can host an html page in a visual basic form besides the webbrowser control? When I use the webbrowser control, for some reason it takes like 4 seconds to initialize. Thanks


How to set focus in WebBrowser Control -
I have a form with WebBrowser control. When user switches to another application & comes back to my application (e.g. using Alt+Tab) WebBrowser doesn't gets focus, I have to click manualy in webbrowser control. Is there any way to automatically click in WebBrowser control ?? I a


[2005] resizing webbrowser object to it's maximum -
Hello! I have instanced a webbrowser object and placed it in a form. Now you can imagine that websites in general have different dimensions. What I'm after is a function that would automatically resize the webbrowser (and the form) to fit the dimensions of the website that's been na


Hi everyone :) -
Ermm i was wondering if any of u got any tutorial/samples of WEBBROWSER CONTROL like logining into a website with webbrowser control, clicking on stuff, filling out username and pw. I am really new to webbrowser control so i need help.


Regarding Latest version Webbrowser control -
Hai all, I'm using Webbrowser control to create my own user control.i'm using webbrowser control V6.0.2900.2180(shdoclc.dll) in my user control.I need to know whether Microsoft released any latest version of this webbrowser control. Thanks in advance..


Communicating with the webbrowser control -
I'm using the webbrowser control to use it as a file upload system. The activex control lets you choose files and the it tells the webbrowser control to go to a url: upload.cfm?file=file1,file2,file3.... This works fine for now. Now I was wondering if i could send information back thro


webbowser control question -
if i made the WebBrowser control not Visible will it still download images and other flash stuff on a page when process coding? Cause i'm trying to get a text only process from a page. for speed reason. can the webbrowser or the inet control be used to just display TEXT only on a w


[.NET 2.0] WebBrowser Control Focus Issues -
I'm using VS 2005 and I'd really like to use the System.Windows.Forms.WebBrowser control. The problem is that I'm having some focus issues it would appear when using a Java applet in the web page that is loaded in the control. When using the Sun Java Virtual Machine, right clicking


Webbrowser control and history -
Hello guys, I am using a webbrowser control in my project. its working very well, but every link that I say to the webbrowser control to navigate, appears later in the internet explorer history (auto complete). I would like to keep the links that my webbrowser control navigates in s


Custom Webbrowser w/o browser control -
Hello all! I submited a post a while ago with some questions about webbrowser control. Some one asked me if i was useing the control, or doing a custom on. That caught my attention. How would i create a webbrowser of my own? without the control?


About Webbrowser control -
Thanks for all of your replies, btw, does the Webbrowser control come with VB6.0? or is it an additional upgrade? do you know of any tutorial or some instructions with examples with regards to the use of webbrowser control?


Controling the WebBrowser Control -
Hey. I'm writing a vb program that logs onto a web site. I'm using a WebBrowser control and it workds pretty good. however I need to atomate the program and to dot this I need to change the focus within the webBrowser control. I tried using SendKeys method wiht "{TAB}" bu


refresh web browser -
hi i have to refresh the webbrowser from the different form. the code i have written to refresh the form is i have mdi form where in all the forms are placed.the forms has tabcontrol with which it has webbrowser. when iam writing this code it is just showing the active control a


Webbrowser Control : Make it Editable -
Can we make the Webbrowser control editable. Or anyone knows of any control that can render an HTML page that is editable. I want to : 1. select some part of contents in a webbrowser control and delete it. 2. Copy a page (or a part of it) from internet explorer and paste it at so


IWebpoxy And Webbrowser Control -
I have a webbrowser control that allows me to save username and password infromation for a proxy server and i have been successful in changing the system default proxy for my application. What i now need to accomplish is to have a seperate proxy for each instance of the webbrowser cont


using webbrowser control and talking to flash -
I'm doing some browser form automation with the webbrowser control, and I want to have some degree of interactivity with flash forms (that I do not control) on the target webpages. I've read some about java interactions, and flash.external, but Im really still in the dark. Reall


Filling in Web Forms -
does anyone know how to auto fill in and submit web forms using the webbrowser control?


fire a form function from a webbrowser control - Please help -
HI everyone, I've been trying to find out how I might be able to run a function in my form from code in a webbrowser control placed on that form. eg. clicking a link in the webbrowser control would resize the form or fire a function to close it and stuff like that. you know l


[2005] Login using WebBrowser control using IAuthenticate -
Does anyone have a working example that uses the interface IAuthenticate that can be used by the WebBrowser control using vb.net? I am using the WebBrowser control to log into a few sites and now have one that needs authentication which javascript will not work. Thanks in advan


[IE] representation of an extended object -
Were can i find a Graphically representation of an extended object map of Internet Explorer? like: WebBrowser.Document.All.* WebBrowser.Document.applets.* WebBrowser.Document.links.* WebBrowser.Document.forms.* WebBrowser.Document.scripts.* WebBrowser.Document.images.* WebB


Capturing MouseClick Over webbrowser control -
Anyone know how to do this? I tried putting a frame overtop, but I can't make it transparent. I can capture mouse clicks over the form the webbrowser control is on, but not over the webbrowser object itself.


How do I save a picture of a WEBBROWSER Control -
Hi All! I am writing an application where I need to take a snapshot of a webbrowser control. THe control sits in a picturebox container, and I need to be able to just take a picture of whatever is displayed in the webbrowser...Can anyone help? Thanks -Chris