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!

Search results for query: *

  • Users: r3b00t
  • Content: Threads
  • Order by date
  1. r3b00t

    Description box on mouse over event

    Hi Guys What code would i need for a description box to appear when the mouse is over an object? Sorry if this is vague but i dont know how else to describe it! Cheers r3b00t
  2. r3b00t

    Populating text box with listbox

    Hi Ive got 3 textboxes which, when a button is clicked, will add an item to a listbox, this item consists of the data from the 3 textboxes seperated by space(20) eg 09/31/2002 1329654321 12.30pm What i want, is for when a user double-clicks an item for the 132965432 part of...
  3. r3b00t

    Listbox question

    Hi Could i have it so when you double click on a listbox item, it is copied to the clipboard? Regards r3b00t
  4. r3b00t

    Att: Johnwm

    Hi again Ive just completed the program i was working on and was wondering if you wanted to have a look, since you helped me with most of it?!? Cheers r3b00t
  5. r3b00t

    Popup Date Selector in VB?

    Is it possible to code one of these in VB, as all of the examples ive seen are web-based? If so could anyone point me in the right direction? Regards r3b00t
  6. r3b00t

    Att: Johnwm

    Hi, thought id ask you because youve helped me alot already. You probably have an idea of what im trying to do, but heres the gist of it. I have 3 text boxes on the first form which when the submit button is clicked are added to a listbox on the second form in the one string eg. 1329321321...
  7. r3b00t

    How do i add a ico file to the form title bar?

    Can anyone tell me? Cheers r3b00t
  8. r3b00t

    Retrieving listbox items using GetSetting?

    Ive got a project where the user is asked for three responses, these responses, when the appropriate button is clicked, are added to a listbox on a second form and the user can view the items by pressing a button to display the second form. The problem i have is, when the program is closed and...
  9. r3b00t

    Sorting listbox items by date?

    Hi Is it possible to sort listbox items by date, if so could someone please explain? I have three entries per item, the date being the second. Regards r3b00t
  10. r3b00t

    Having trouble retrieving information using GetSetting

    Im having trouble gettig information using GetSetting. I have a list of details that is accessed by using the Submit button, the code i have for this goes like: SaveSetting "Callbacks", "To Do", "Callback List", List1 ' List info from text boxes in List1 with 5...
  11. r3b00t

    Saving listbox items using SaveSetting function

    Hi guys I know im being a pain but please bear with me! Ive been reading a bit about the SaveSetting and GetSetting functions. What i want to know first is will this work with VB learning edition? Secondly how could i use these functions to firstly save listbox items when the application is...
  12. r3b00t

    Saving information automatically!

    Geez i love this formum! Anyways guys, one last question, promise!!! What i want is when the user clicks a command button to submit details, for all details to be automatically saved. So that when the application is opened again all details that were submitted, will show in the listbox were...
  13. r3b00t

    Another list question

    Sorry about this guys but ive yet another question if yous wouldnt mind helping me out. When ive got an item selected in the listbox and click the delete command button, a msgbox appears giving the options of yes to delete or no to cancel the operation. The code ive got goes like this...
  14. r3b00t

    Creating list items from text boxes?

    Hi guys Ive got two forms, on the first one ive got three text boxes and a submit button and on the second a list box. What i want is when the user clicks on the submit button for all the text in the three boxes to be added to the list box in a presentable way. Can anyone help please? Cheers...
  15. r3b00t

    How to get check click to produce msgbox???

    Hi guys Im doing a simple program where i have 4 command buttons which are 4 questions, a text box which shows the question when one of the command buttons is pressed, 3 text boxes with three possible answers and finally three check boxes, one next to each answer text box. I want the user to...
  16. r3b00t

    Error when trying to open form in VB 6!

    Hi guys When i try to open a form in VB i get a message 'The instruction at "0x004581f1" referenced memory at "0x00000000". The memory could not be read.' Click OK to terminate program Click Cancel to debug program Ive no idea why im getting this error message, anyone any...

Part and Inventory Search

Back
Top