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 Mike Lewis 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. gamechampionx

    File Exists

    How do you determine whether or not a given file exists?
  2. gamechampionx

    Text Box

    I mean simple text box. When you right-click on it, a menu with undo and clipboard functions comes up. I don't want it to.
  3. gamechampionx

    Text Box

    I'm drying to not have a menu pop up in a text box when the user right-clicks. Can you turn that off with a property or a simple line of code?
  4. gamechampionx

    Text Box

    I'm drying to not have a menu pop up in a text box when the user right-clicks. Can you turn that of with a property or a simple line of code?
  5. gamechampionx

    Text Box

    How do you eliminate the right-click menu in a textbox? What's the property name?
  6. gamechampionx

    Cursor

    Doesn't Work (ShowCursor Not Declared)! HELP!!!
  7. gamechampionx

    Cursor

    How do you use that? Where do you type that, and how do you call it? Is there a simpler way of doing it?
  8. gamechampionx

    Cursor

    HOw does that work? It looks like C++ code, won't work when I run it. Do you have to declare thet before using it somehow (not declared error shows up)?
  9. gamechampionx

    Cursor

    How do you make the cursor disappear in VB6?
  10. gamechampionx

    Pause Execution

    How do I use this? Could you explain the syntax? I can't get it to work! Where do you writh the Sleep 10 or whatever?
  11. gamechampionx

    Pause Execution

    Is there a way to pause execution for a given amount of milliseconds, like pause(10) or something similar?
  12. gamechampionx

    Temp Files

    Thanks, but that doesn't work either, file no found. Doesn't even work with brackets, which I think are needed.
  13. gamechampionx

    Temp Files

    There is a subscript is out of range error. Also, can't you just do it in an easier way like Kill("C/Windows/Temp/") or something like that?
  14. gamechampionx

    Temp Files

    I am making a program that will clear one's temporary internet files from IE. I know how to delete individual files in VB6, but how do you empty a folder without deleting the folder itself? Please help

Part and Inventory Search

Back
Top