Search results

  1. C

    WebBrowser Control

    --------------------- I am using version14.0.5128.5000 32 bit and yes I have tryied the native webbrowser control as well as the Microsoft Active X webbrowser control Note I am "focusing" on files in a directory and not an HTML site file. Text672 =...
  2. C

    Re: Webbrowser, control, focus, detailed focus Can anyone tell me why the Microsoft webbrowser...

    Re: Webbrowser, control, focus, detailed focus Can anyone tell me why the Microsoft webbrowser ActiveX is not allowing these methods yet I get error 438 object doesn't support property or, method??? Text672 = Me.WebBrowser0.Document.activeelement.innertext They were taken off code someone...
  3. C

    Re: Webbrowser, control, focus, detailed focus Can anyone tell me why the Microsoft webbrowser...

    Re: Webbrowser, control, focus, detailed focus Can anyone tell me why the Microsoft webbrowser ActiveX is not allowing these methods yet I get error 438 object doesn't support property or, method??? Text672 = Me.WebBrowser0.Document.activeelement.innertext They were taken off code someone...
  4. C

    Webbrowser, control, focus, detailed focus

    Can anyone tell me why the Microsoft webbrowser ActiveX is not allowing these methods yet I get error 438 object doesn't support property or, method??? Text672 = Me.WebBrowser0.Document.activeelement.innertext They were taken off code someone else is using in VBA in access. I am using Access...
  5. C

    WebBrowser Control

    Ok, there are some functions I can't seem to use. I don't know if its because they are for straight visual basic - no "A" or what Check out this MS site for "WebBrowser control" listed below I can't use "DocumentTitle" or "DocumentText" Additionally, the syntax is value =...
  6. C

    Webbrowser, control, focus, detailed focus

    HA HA I GOT IT HOT DAMN. There are TWO webbrowser controls. One is part of the controls menu and is not an active X. The other with more functionallity is listed under Microsoft WebBrowser under more and is an Active X. Bloody hell its taken me a week to find out there are two "WebBrowser...
  7. C

    WebBrowser Control

    HA HA I GOT IT HOT DAMN. There are TWO webbrowser controls. One is part of the controls menu and is not an active X. The other with more functionallity is listed under Microsoft WebBrowser under more and is an Active X. Bloody hell its taken me a week to find out there are two "WebBrowser...
  8. C

    WebBrowser Control

    Two things I am confused about. 1. There are constant reffs to the: "webbrowser control" with sub properties "Document" and "Navigate" and further "ActiveElement" Since when did these properties exist for a "webbrowser control" because I would like to use them. They aren't explicitly...
  9. C

    Setting focus to previous control that had focus

    Roger that, I was confussed by this issue also. I used to program Visual Basic not Visual Basic Applications and saw some small differances. Thanks
  10. C

    Johny boy, Can you tell me how to get the name of an image inside a webbrowser control, not the...

    Johny boy, Can you tell me how to get the name of an image inside a webbrowser control, not the name of the control but the name of the thumbnail image highligted by the focus prior to giving the image the "double ticky ticky" and pulling up the whole image in a big viewer????? I am scrolling...
  11. C

    using webbrowser active x

    ----------------------------------------------------------- I am confussed, there is no available "Navigate" property available in the list of properties for the webbrowser control. And it doesn't come up with the "intelisence" feature. When I try to use "me.webbrowser667.navigate" it craps...
  12. C

    using webbrowser active x

    ------ I am confussed, there is no available "Navigate" property available in the list of properties for the webbrowser control. And it doesn't come up with the "intelisence" feature. When I try to use "me.webbrowser667.navigate" it craps out. What Iam I missing about accessing properties that...
  13. C

    WebBrowser Control

    I am working on the same thing and want to use the webbrowser because it will show a thumbnail of images. I don't believe the standard file open does that so the responce you got to do a file open probably isn't what I need and is not the answer to your original question. Have you made any...
  14. C

    Webbrowser, control, focus, detailed focus

    ---------------------------------------------------------- Basically, If user scrolls and selects an image I want to know which one got selected. It's that simple. Thanks for your input I do appreciate it. The protocal for this from the MicroSoft developers site is extremely confusing. I...
  15. C

    Webbrowser, control, focus, detailed focus

    Got a good reason, I take pictures of realestate and put them in a directory. I need to scroll thru the pictures and assign each image to an appropreate field in my database as proof that work needs to be done in that area ie., foundation, roofing. (later in a cool report) All of the files...
  16. C

    Webbrowser, control, focus, detailed focus

    Basically, If user scrolls and selects an image I want to know which one got selected. It's that simple. Thanks for your input I do appreciate it.
  17. C

    Webbrowser, control, focus, detailed focus

    Got a good reason, I take pictures of realestate and put them in a directory. I need to scroll thru the pictures and assign each image to an appropreate field in my database as proof that work needs to be done in that area ie., foundation, roofing. (later in a cool report) All of the files...
  18. C

    Webbrowser, control, focus, detailed focus

    Ok I got yah. open the hard drive in IE and look at the HTML code for clues to element name. However the hard drive directory doesn't have an HTML code associatied with it so I don't know what to call the hook for the file name. Additionally, if I use the webbrowser control the syntax of th...
  19. C

    Webbrowser, control, focus, detailed focus

    I think what you mean is to skip the control object/screen route and treat the file on my hard drive just like a URL to a outside web page. Then use the more advanced DOM commands to suck the information out just like the webbrowser is showing a web page?? Will research DOM and comment later...
  20. C

    Webbrowser, control, focus, detailed focus

    Hi, Can anyone tell me how to get the title of a file highlighted inside the web browser control I can only do this: trash = Screen.ActiveControl.Name (no further property available???) I display trash as a label and it shows only the name of the "Webbrowser669" control I want to...
Top Bottom