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 wOOdy-Soft 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 dragnut

  1. dragnut

    Defaults for VB6

    If you have the addin MZTools, there is an option in there somewhere that can do it too. Shawn
  2. dragnut

    Beep doesn't hear

    A straight up beep, either api or vb's SHOULD at least give you a noise of some sort. Do you have the volume turned up? Stupid question, but.... Shawn
  3. dragnut

    Vb using resource file?

    Good point cclint!
  4. dragnut

    Vb using resource file?

    You shouldnt need to use rc, just use the resource editor add-in in vb. You can add pretty much anything in a resource file. look up loadresdata, loadresstring, loadrespicture in msdn and it will tell you all you need to know (mostly) Shawn
  5. dragnut

    Cleaning up Unsed Code Entries

    I have been using mztools since version 2 and it has never failed me Shawn
  6. dragnut

    I want to learn visual basic...

    The on-line auction sites usually have vb really cheap
  7. dragnut

    Tell me how they did this!

    Try this one out... http://www.ebaumsworld.com/trigrid.html Shawn
  8. dragnut

    ?Convert VB3 to VB6

    Api calls and custom controls will be your biggest problem. You will have to change all 16 bit apis & controls to 32 bit. The api's should be no major problem, but you minght not be able to find some of the more weird controls in 32 bit.
  9. dragnut

    Opening IE 6 with a specific url.

    Use the shellexecute api
  10. dragnut

    add-in

    I have been using mztools since forever. Oh well, guess I have to use the tab key and do some work :) Shawn
  11. dragnut

    add-in

    I know that, but hey, i'm lazy :)
  12. dragnut

    add-in

    Can anyone recommend a good add-in that automatically indents your code? (preferably free)
  13. dragnut

    API guide

    And I third it...motion carried! :)
  14. dragnut

    how resourse file work (.RES)

    Loadrespicture, Loadresdata, Loadrestring. looking for one or all of these will get you started.
  15. dragnut

    Beeps, sounds, and the old Play function

    Or you could use the beep api... if you have win2k (?) and above

Part and Inventory Search

Back
Top