Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Sneapy

  1. Sneapy

    Changing button background color with VB

    Thanks so much :)
  2. Sneapy

    Changing button background color with VB

    Hey, i know im asking alot of questions hehe! but yano thats what you lovely people are here for ;) Can you just tell me how do i change a buttons background color on click on that button, i have working code to change the documents background colour on click but cant figure it out for the...
  3. Sneapy

    Creating a Random Array

    <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> </head> <body> <center> <input type="button" id="btnQ" value="?????" /> <p id="txt1"></p> <p id="result1"></p> <input type="button" id="btnfly" value="DamselFly" style="position:fixed; left:260px; top:360px;" /> <input...
  4. Sneapy

    Enable Button On Click Of A Button

    Hey I'd like to enable disabled buttons using vbscript on the click of another button. so i have 6 buttons disabled and on the click of a start button i would like to activate the buttons. please help and keep it simple :D
  5. Sneapy

    Creating a Random Array

    i have got it working, but now i would like to allow a sound play when they hit the button that chooses an animal, that corrisponds to the animal shown... thanks
  6. Sneapy

    Creating a Random Array

    Sorry ive worked it out now, :D
  7. Sneapy

    Creating a Random Array

    Been struggling on creating an array, that will randomly select 1 of 6 words, and every time you click the button to activate this, it will randomly choose another word, but never the same one just after that one has shown, for example: is cat comes up cat wont come up again until a different...
  8. Sneapy

    Creating a Fraction Simplifying Calculator

    im sorry i cant make heads or tails of the vbscript code, i dont know what the & signs are all over the place and dont understand the d1=d, just things like that :( im pulling my hair out over it [hairpull3]
  9. Sneapy

    Creating a Fraction Simplifying Calculator

    appriecate the help mate ;) really really do i have one more favour i need ;) do you think you could explain what does what so i can develop it, if you dont have the time or dont want too, dont worry youve done more than enough haha, but if you can be great lol ;) Thanks again
  10. Sneapy

    Creating a Fraction Simplifying Calculator

    sorry i havent replied, but i popped in the bottom of the code but nothing happens
  11. Sneapy

    Creating a Fraction Simplifying Calculator

    right so do i just pop this at the bottom of my code?
  12. Sneapy

    Creating a Fraction Simplifying Calculator

    you know when you refered to the the link that was posted by another user, i cant make sense of the link. i know im being stupid but if you start from the beggining from when you press the simplify button that would be a great help thanks :)
  13. Sneapy

    Creating a Fraction Simplifying Calculator

    thanks for the help guys, but im not very good at vb script took me longenough to do what i did, could you help explain it a bit more :)
  14. Sneapy

    Creating a Fraction Simplifying Calculator

    Hey Im in the middle of creating a fraction calculator using vb script and i need it too simplify the fractions. Would be great if someone could give me a hand with this its been racking my brains... This is what i have so far, the bottom part of the script under the btnsimp, is my attempt of...

Part and Inventory Search

Back
Top