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 SkipVought 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. r3b00t

    Description box on mouse over event

    Thanx Justin, didnt realise it was that simple! Cheers r3b00t
  2. 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
  3. r3b00t

    Populating text box with listbox

    Johnwm you're a genius! Thanx alot AGAIN! Regards r3b00t
  4. 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...
  5. r3b00t

    Listbox question

    Thanx for the reply! r3b00t
  6. 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
  7. 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
  8. r3b00t

    Popup Date Selector in VB?

    Great thanx alot johnwm, again! Cheers r3b00t
  9. 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
  10. r3b00t

    Att: Johnwm

    Thanx for the replies guys but im a novice and that's a bit over my head. Thanx again r3b00t
  11. 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...
  12. r3b00t

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

    Cheers guys! Regards r3b00t
  13. r3b00t

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

    Can anyone tell me? Cheers r3b00t
  14. r3b00t

    Retrieving listbox items using GetSetting?

    Thanx again johnwm, much appreciated!!! Regards r3b00t
  15. r3b00t

    Retrieving listbox items using GetSetting?

    Yeah im using alphanytz's code because your code keeps producing the error message subscript out of range on this line List1.AddItem aryList(lngCount). How could i remove the space in alphanytz's code? Also how would i go about placing a small jpeg in the title bar of the app??? Thanx r3b00t
  16. r3b00t

    Retrieving listbox items using GetSetting?

    John thats great, thanx alot man! Only thing is, that when the program is opened again after closing a blank listbox item is inserted into the list. Can i remove this? And thanx again for all your help and patience, i owe you a pint =D
  17. r3b00t

    Retrieving listbox items using GetSetting?

    Yeah in fact i do! Ive got it for on the exit command. What do you suggest i do? r3b00t
  18. r3b00t

    Retrieving listbox items using GetSetting?

    Hi johnwm The msgbox doesnt appear when i close the program, what does this mean??? Thanx again r3b00t
  19. r3b00t

    Retrieving listbox items using GetSetting?

    First of all, thanx very much guys for taking the time to help this edgit! Johnwm: I tried remming out the Form Load which produces no errors at runtime but the values are not being set in the registry alphanytz: I also tried your code but no registry entries are saved. Any more ideas guys...
  20. r3b00t

    Retrieving listbox items using GetSetting?

    Hi Sorry about this and thanx for taking time to help me but after trying to run the program i get message 'subscript out of range' and the line highlighted is List1.AddItem aryList(lngCount) Cheers r3b00t

Part and Inventory Search

Back
Top