Recent content by Cosmo

  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...
Top Bottom