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 IamaSherpa 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: Adric
  • Order by date
  1. Adric

    Load Images At Run Time

    WHere do I find the resource editor?
  2. Adric

    Load Images At Run Time

    In my programme i am loading large images off of a cd, but they load rather slowly. Is there a way to load the images at run time and store them somewere in memory and load them from there so they load up faster?
  3. Adric

    Extra long Data Fields

    It is in a text box, and i created the database using Visual data manager included with VB6.
  4. Adric

    Extra long Data Fields

    I have a lot of text i need to fit into a database, but it keeps getting cut off, is there a way to extend the field
  5. Adric

    Embedding Runtime Files

    The program i am making needs to be able to run on all computers and when I tried it on a friends computer, I found that i needed to get the MSVB 6 Runtime files for his computer. Is there a way to includ them in the program?
  6. Adric

    Embedding Sounds

    Is it possible to embed sounds in a program
  7. Adric

    Disable Alt-Tab and "Windows" buttons

    Well, is there any way to get the program to void all key presses made by the user?
  8. Adric

    Disable Alt-Tab and "Windows" buttons

    Does anyone know how do disable the alt-tab command and the windows button while a programme is running. I dont want the user to be able to access the start menu without closing the programme or be able to switch programmes.
  9. Adric

    Determining screen mode is current

    Is there a way to determine what screen mode the computer is currently using. such as 800x600.
  10. Adric

    screen area set is 1024 by 768 or 800 by 600 pixels

    It sounds to me like you designed your programme in 1024 by 768 pixel mode. try changing to a different screen size mode and redesing your programme layout. If you design your programme in a larger screen mode than what you finaly view it in, some of your controls may be off screen to the point...
  11. Adric

    disable keyboard?

    I want to diable the keyboard while my programme is running, or at least the "windows" key, and alt-tab so they cant switch to another program. any ideas?
  12. Adric

    Roleover Menus

    Michael GetCursorPosition MousePoint this line is highleted in your code, and my computer says expected variable or procedure not module what do i do?
  13. Adric

    ProgressBar Question

    Well, try this then. After your splash screen is loaded, use a for next loop from 1 to 100 to update your progress bar to give the illusion that it is loading something. When the for next loop is complete, load the main form and unload the splash screen. You will need to use a nested for next...
  14. Adric

    Change Font Colours when mose over

    So If I did want to change the picture do I have to pass variables to the module and if the module is, say xxx, I would say xxx(yyy,zzz)?
  15. Adric

    Change Font Colours when mose over

    I know nothing about modules so could you explain it to me?
  16. Adric

    ProgressBar Question

    If you have many different items you are loading while the splash screen is displayed, the after each item is loaded, update the progress bar. If you have four commands then progBar.value=0 command one progBar1.value = 25 command two progBar1.value = 50 command three...
  17. Adric

    Change Font Colours when mose over

    How do I make the font color change when the mouse is over the text i want to have change
  18. Adric

    Roleover Menus

    OK, i went over it and i understand a bit of it. Really what i would like is to have the button change when you click it and that is it,
  19. Adric

    Roleover Menus

    Ok, I've got the picture to change when the mouse is moved over it, but when the mouse leaves it it won't change back, any ideas?
  20. Adric

    Roleover Menus

    Is There An Easy Way To Create Role Over Menus In VB 6

Part and Inventory Search

Back
Top