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 TouchToneTommy 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: *

  1. Haheehi

    What is Dhtml alll abt

    Is Dhtml abt css? or script? or wat?
  2. Haheehi

    Learning Dhtml

    Where can i start learning dhtml?
  3. Haheehi

    invalid name

    wat error do u get
  4. Haheehi

    Abt Error Trapping

    That means that On error Resume Next is to skip the error occur on the next line, not the line before. But we can also put On error Resume Next everywhere as we wouldn't want any errors at all.
  5. Haheehi

    Abt Error Trapping

    can any1 explain: on error goto next where should i place this line?
  6. Haheehi

    What should i program

    Sorry. I'm not interested in VBA
  7. Haheehi

    Creating Control during runtime

    How do i create a command button dunring runtime I tried: dim myCmd as commandbutton set myCmd = new commandbutton But i get an error.
  8. Haheehi

    Explain SQL and COM

    Wat r SQL and COM all abt How issit related to vb
  9. Haheehi

    Whats wrong with this If-Then-ElseIf??

    wat error do u get?
  10. Haheehi

    Explain DoEvent

    I still dont really understand.
  11. Haheehi

    Explain DoEvent

    Can any 1 explain the meaning of DoEvents
  12. Haheehi

    What should i program

    Ah...holidays coming Any suggestion on wat should i progam?
  13. Haheehi

    Missing DLL file

    Whenever I build anything, it said that missing NMSQL.dll Can any1 send me the missing file.
  14. Haheehi

    Making Sound

    This is not wat I want. Actually, I want to ask how to play any music. Like in a mp3 player or wav Player
  15. Haheehi

    Making Sound

    How do I use the speaker to play sound?
  16. Haheehi

    Abt decimal in calculator

    Forget it......
  17. Haheehi

    Abt decimal in calculator

    Do things like a normal calculator does
  18. Haheehi

    Abt decimal in calculator

    How to add the decimal.
  19. Haheehi

    Abt decimal in calculator

    How do i code the decimal button in a calculator
  20. Haheehi

    Abt subclassing

    Can anyone explain subclassing to me? I've an example code of subclassing, but whenever i change anything to it and run it, then illegal opperation.

Part and Inventory Search

Back
Top