Search results for query: *

  1. B

    New tabs for a web browser

    It still did not work, when I click the menu item to add a new tab it does create a new tab, but it does not create a new web browser for that tab. This is what I have, am I just making an idiotic error? Public Class Form1 Dim theweb As New WebBrowser() 'this is so that I can specify it with...
  2. B

    New tabs for a web browser

    I am making a web browser, and I am trying to add a new tab by clicking a menu strip item;However, I am having trouble with the tabs themselves. The first tab works normally, but when I add a new tab, it adds the tab but it also gets rid of the web browser in the previous tab.I do not plan to...
  3. B

    Making a textbox glow?

    Is it possible to make a text box glow in any way? If not what is something similar that I can do in replacement instead of a glowing effect. And now for more details; I am making a doctor who themed browser and I have a textbox that I want to glow(A golden color) when I refresh the browser. I...
  4. B

    Having one button set for refresh and stop

    Ok, sorry I thought it kind of related.
  5. B

    Question How to change the picture of a button while it is clicked

    I should try to not be like that.
  6. B

    Having one button set for refresh and stop

    Ok thank you, I will try to find a way around it but I am also wondering if you could answer another related question to this. On my web browser I am trying to basically make the text box(address bar) glow when I refresh. I can't seem to find a way to make it glow I can only make it a solid...
  7. B

    Having one button set for refresh and stop

    I am making a web browser in visual basic and I am having a bit of trouble finding out how to make a single button do these two things. Now for more information I am working on a web browser and I plan to have a single button set so that the first time I click it it will refresh the...
Back
Top