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. GeodesicDragon

    Colour Picker with RGB

    I need a simple color picker that will allow me to put the RGB values into seperate textboxes (Red in one box, Green in another, and Blue in another). I got some code through our mutual friend Google, but I don't understand it. It shows a color picker, but I can't get the RGB values, let alone...
  2. GeodesicDragon

    Couple of Quickies

    Hello again folks. I've got a couple of quick questions for you: 1. I want to get rid of the icon on my form so that the caption behaves as if there is no icon there. How do I do this? To elaborate, I created my form, went to the 'Icon' property and hit the 'Delete' key. Now I am left with a...
  3. GeodesicDragon

    Listbox - Item Already Exists?

    How do I check if a piece of text already exists in a listbox and, if needed, prevent it being added again? I checked Google, but once again it proved useless.
  4. GeodesicDragon

    Scheduled Task

    I am aware that a thread on how to create Scheduled Tasks already exists, but it looks too complicated for me. What I want to do is allow the user to create a .vbs file, which will then run at a date and time they specify. Any (simple) answer will be much appreciated.
  5. GeodesicDragon

    Opposite of SaveTextToFile?

    I found some code that helped me save text to a file, and tweaked it to work with listboxes. What I want to know now is, how do I get this text BACK into the listbox? The code is here: http://www.freevbcode.com/ShowCode.Asp?ID=733 - I used a loop to save from a listbox. Will post code later...
  6. GeodesicDragon

    Custom Buttons in Message Boxes?

    I know you can change the icon of a message box in VB6, but can you change the actual 'Yes/No/etc' buttons to something else? GeodesicDragon curquhart.co.uk
  7. GeodesicDragon

    Custom Message Box Problems

    I am the creator of a (very popular) program that allows users to create their own Windows-based message boxes. In order to make said program better, I am updating it to allow the user to create messages using icons from a certain list I've created (thus, I am using a .RES file). The following...

Part and Inventory Search

Back
Top