Search:

Type: Posts; User: ma14

Search: Search took 0.01 seconds.

  1. Re: How to set focus to "Find" form created by WebBrowser control?

    Hmm. Interesting...

    I use IE 11 on Windows 7. What is your environment?

    Regarding If (GetAsyncKeyState(vbKeyControl) = 0 Or GetAsyncKeyState(vbKeyF) = 0). Possible here is some simple...
  2. Re: How to set focus to "Find" form created by WebBrowser control?

    Just tested.

    The
    If (GetAsyncKeyState(vbKeyControl) <> 0 And GetAsyncKeyState(vbKeyF) <> 0)
    does not work.

    I also checked that my inversed statement
    If (GetAsyncKeyState(vbKeyControl)...
  3. Re: How to set focus to "Find" form created by WebBrowser control?

    Sub _onmousemove calls the HTMLDOC.focus that needed to let user to scroll the WB page with mouse wheel without clicking the WB control. When user clicks the Ctrl+F I need immediately to stop this...
  4. Re: How to set focus to "Find" form created by WebBrowser control?

    Thank you for advice. Unfortunately on my computer WebBrowser1_PropertyChange does not respond to "Find" dialog pop-up. There is response like
    szProperty = {265b75c1-4158-11d0-90f6-00c04fd497ea}...
  5. Re: How to set focus to "Find" form created by WebBrowser control?

    Problem solved!
    I simple added GetAsyncKeyState into HTMLDOC_onmousemove to not focus on WB if Ctrl+F is pressed. Very simple. In this case focus is switched to "Find" form instantly and...
  6. Re: How to set focus to "Find" form created by WebBrowser control?

    Thank you for reply. Actually you right. I realized that problem is in statement HTMLDOC.focus that occurs in HTMLDOC_onmousemove procedure. I added this statement to let user to scroll the WB page...
  7. [RESOLVED] How to set focus to "Find" form created by WebBrowser control?

    I have VB6 form with MS Webbrowser control on it.
    When I click the Webbrowser and after that press Ctrl+F the "Find" form pops-up. This "Find" form is created by Microsoft and is triggered by...
  8. Re: List files downloaded using WebBrowser control

    You right. I wish to keep track of files and locations on PC to where files were downloaded. It is not a problem to use database to save the list of downloaded files.
    Problem is how to create this...
  9. List files downloaded using WebBrowser control

    Hi,
    I am designing the web browser based on MS WebBrowser control. While visiting the web sites I sometime download files and save them on my PC.

    Does anyone know how to list and keep track of...
  10. Re: How to change the index of control array element in VB6?

    Thank you, Olaf!
  11. Re: How to change the index of control array element in VB6?

    Dear passel, techgnome and DataMiser,
    Thank you very much for your attention to this problem!

    Since you can not suggest the way of re-assigning of index of element to new one, it means that VB...
  12. Re: How to change the index of control array element in VB6?

    Thank you for suggestion. I also thought about this option, but wanted to check first if update of the control array indexes is possible, before creation of additional array.

    Does your statement...
  13. Re: How to change the index of control array element in VB6?

    Because control #5 contains some data and #3 does not. I need to continue to use the control #5 but with index 3. Index "3" is available, but I can not change the index of the element #5.
  14. [RESOLVED] How to change the index of control array element in VB6?

    Is it possible to change the index of the control array element in VB6?

    For example
    1. I created control array with 5 elements
    2. and after that I unloaded first 4 elements.

    Can I somehow...
  15. Replies
    4
    Views
    734

    Re: WebBrowser does not GoBack to Google.ca!?

    Hi jmsrickland,
    I thought about that method as a kind of "last resort". Looks like there is no better choice :(

    Thank you any way!
  16. Replies
    4
    Views
    734

    WebBrowser does not GoBack to Google.ca!?

    Hello,
    Does anybody know why WebBrowser control does not GoBack to Google?

    Here is a very simple test. Place WebBrowser control on VB6 form and add button "cmdBack".

    Private Sub Form_Load()...
  17. Re: "Do-Not-Track" and MS WebBrowser control?

    "DNT: 1" works fine

    Thank you very much, Tech99!
  18. [RESOLVED] "Do-Not-Track" and MS WebBrowser control?

    Hi,

    How to implement "Do-Not-Track" and MS WebBrowser control?

    I tried
    Me.WebBrowser1.Navigate "http://www.vbforums.com", , , , "DNT"
    but it only suggests me to "Refresh the page."

    Any...
  19. Re: How to detect the highlight of the Menu items (or mouse move over the Menu items)

    Thank you very much!:)
  20. [RESOLVED] How to detect the highlight of the Menu items (or mouse move over the Menu items)?

    The Menus in VB6 have the only "Click" event. However when user moves mouse over the Menu items they become highlighted.

    Is it possible to somehow detect this "highlight" event of the menu...
  21. Re: How to highlight just a PART of Web page displayed in WebBrowser control??

    Thank you for suggestion!:)
  22. How to highlight just a PART of Web page displayed in WebBrowser control??

    I need to highlight (programmatically) the top part of the Web page displayed in WebBrowser control. It can be 50% or 25% or even 10% of the full web page page, depending on user choice.

    Any...
  23. Replies
    7
    Views
    6,933

    Re: Windows 10 and VB6 applications??

    Thank you!
  24. Replies
    7
    Views
    6,933

    Re: Windows 10 and VB6 applications??

    Thank you for good news, dilettante! :)

    What about VB6 software that uses the WebBrowser control? As far as I know Microsoft dumped the I.Explorer in Windows 10 and will use their brand new...
  25. Replies
    7
    Views
    6,933

    Windows 10 and VB6 applications??

    Hello,

    Does anybody know if applications compiled with VB6.0 work under Windows 10?

    Please share your experience and/or observations.

    Thanks!
  26. Re: Is it possible to use AdBlock with WebBrowser control?

    Hi Bonnie again,

    Could't it be better to add the ad sites into restricted zone of IE as described here ?

    And if "yes" - here are 2 following questions:
    1. Do I.E. zones mean anything to MS...
  27. Re: Is it possible to use AdBlock with WebBrowser control?

    Hi Bonnie,
    Thank you for reply. I am aware about this method. However (if i understand it right) it requires replacement of Windows hosts file and computer reboot. In another words, while our...
  28. Is it possible to use AdBlock with WebBrowser control?

    Is it possible to use AdBlock (or another ads suppressor) with WebBrowser control? :confused:

    Can anyone please share his/her experience?
  29. Replies
    1
    Views
    670

    How to wrap .txt file lines in WebBrowser??

    Hi all,
    I need to display the .txt file with WebBowser in VB6.o project. It is not a problem, but long lines of text go beyond the web page borders. :confused:

    When I open the same .txt file in...
Results 1 to 29 of 29



Click Here to Expand Forum to Full Width