Search results for query: *

  1. newbie82

    tooltips only working once

    I have some tooltips that appear when the mouse is over a command button but after the button has been clicked the tooltips no longer appear. Anyone got any ideas why? cheers
  2. newbie82

    tooltips and animated gifs

    Hello, I have some animated gifs on a form that are used as image buttons but when a tooltip appear for a button and covers the animated gif it stops the animation Dodes anyone know why this is and how it could be fixed? Maybe somehow refreshing the image button or something? Thanks in advance!
  3. newbie82

    yet another newbie question!

    Yes it has, thank you very much!!!
  4. newbie82

    yet another newbie question!

    having had another look at it, i think its something to do with not being able to declare a public variable in an event procedure (the 'ok' button click event)how do i make the string that is initialised in an event procedure visible to the other forms???
  5. newbie82

    yet another newbie question!

    question on strings and forms Hello, I have a textbox on 'form4' in which a web address is typed with an 'ok' button under it. When 'ok' is clicked the address is stored as a string: Dim strHomepage As String strHomepage = txthomepage.text On 'form1' there is a button which, when clicked, I...
  6. newbie82

    XP Style progress bars

    Hello, I was wondering how to put in xp style progress bars into my application, is there anybody who can help? Thanks in advance!
  7. newbie82

    newbie questionon forms

    Thanks, good article - got it sorted now
  8. newbie82

    newbie questionon forms

    Yeah I can get the browser to navigate to an address when I click a button on the same form, but the button I want to be able to click and navigate the browser is on form2 and the browser on form1. Any ideas?
  9. newbie82

    newbie questionon forms

    Hello, I am making a web browser and would like to navigate my axwebbrowser to a url specified in a txt box on another form by a click event on a button. This is what I have in the click event: myForm1.AxWebBrowserMain.Navigate(myForm2.coboFav.Text) I get no errors, but it doesnt work. I'm new...
Back
Top