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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davext
  • Content: Threads
  • Order by date
  1. davext

    onMouse button events

    Hi, does anyone know of a website that will definie all the possible events and a page that has a bunch of different styles for buttons? I'd like to do things like.. onmouseover, change a color, or onmousenotover(however the heck you do it), change to another color.. set default colors.. etc...
  2. davext

    error handling for calculator

    Here is a calculator I'm trying to work with, does anyone know how to error trap so that if someone types in a non-numeric value, the display will read &quot;NaN&quot;.. for the program below, an error just pops up. I'm new to VBScript. Any help is much appreciated! <!DOCTYPE HTML PUBLIC...
  3. davext

    Java Script calculator

    Anyone know where I can find a calculator in JavaScript with just the simple arithmetic operations? I want to check that out and then do something on top of it. Thanks
  4. davext

    VB Script Calculator

    Anyone know where I can find a calculator in VBScript with just the simple arithmetic operations? I want to check that out and then do something on top of it. Thanks
  5. davext

    mutually exclusive check boxes

    Does anyone know how to create mutually exclusive check boxes? Have 2 check boxes, only one can be checked at a time. I know this can be done with a control array for radio buttons but I want to do it with check boxes. I've tried manipulating the values of the checkbox but this doesn't seem...
  6. davext

    picturebox: some help with be nice

    Hi I'm a new VB programmer, I'm drawing a pie shaped object in a picture box. The pie must move across the screen, how do I do that without stretching the picture box across the screen? If I have to stretch the picture box, how do I set it so that it won't cover the buttons and everything else...

Part and Inventory Search

Back
Top