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 strongm 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: YoshiCD
  • Order by date
  1. YoshiCD

    Avoiding "Out Of Memory"

    Strongm, Well that explains that! Thanx for the info. Regards
  2. YoshiCD

    Is there an easy way to short an array?

    racefan, see thread222-556242 for details. Or do a keyword search for 'Sorting Arrays' Hope this helps, Regards
  3. YoshiCD

    Avoiding "Out Of Memory"

    Peter and Cassie, Sorry I can't seem to get Peter's code working on my system, although Damn useful as it is!!! :-( Win XP Pro VB6 SP5 Regards
  4. YoshiCD

    Change icon on taskbar

    Gianricus, Unfortunately, if the program has a system tray icon, and it wants to keep it, there is no way of disabling it. However, look in the program settings to see if there is an option 'Show System Tray Icon' or something like it. Regards
  5. YoshiCD

    Hi, I got a question. I have a v

    Odessa, Because the P&D Wizard uses the compiled EXE and not the forms project files, there is no way to add a new/edit an existing Module in your project without recompiling the exe and the Package. Sorry to be the bearer of bad news. Regards, "Many of the truths that we cling to...
  6. YoshiCD

    Easy Question: do i need to deploy a package for an "exe"?

    eram, From what you've told me of your app, you shouldn't need all of the runtime files listed on the MS website (You should only need MSVBVM60.DLL) . However, it is a good idea to include them. If you work o the basis of your clients being Laymen then I highly advise downloading and using the...
  7. YoshiCD

    Easy Question: do i need to deploy a package for an "exe"?

    eram, Just for safety, put the VB6 runtime file in the same folder as your EXE. you shouldn't need any other runtimes if you use only cmdbtns and an API or two. There is a piece of software out there the packs all of the necessary runtimes into one EXE file. I use it and it's great!! Called...
  8. YoshiCD

    Calling a specific Word in Help

    Zemp, If i changed my method of creating help files, do you know a function that could do it? How does VB6 do it? (if u highlight a keyword and press F1) Thanx, Regards, "Many of the truths that we cling to depend on our point of view..." - Jedi Master Obi-Wan-Kenobi
  9. YoshiCD

    Calling a specific Word in Help

    Zemp, Thanks Anyway. Is there a standard code in VB which opens the Help file Index at the keyword you send to it? I could probly work from this if so. Regards, "Many of the truths that we cling to depend on our point of view..." - Jedi Master Obi-Wan-Kenobi
  10. YoshiCD

    Calling a specific Word in Help

    Zemp, No, a HLP compiler called HELP CREATOR by Britt Technologies. Does it make the difference? regards, "Many of the truths that we cling to depend on our point of view..." - Jedi Master Obi-Wan-Kenobi
  11. YoshiCD

    Calling a specific Word in Help

    Zemp, Found them and looked at them buddy, Unfortunately they don't cover the calling of a specific word to a compiled .HLP file, thanks anyway tho'! Any other ideas? Regards, "Many of the truths that we cling to depend on our point of view..." - Jedi Master Obi-Wan-Kenobi
  12. YoshiCD

    Calling a specific Word in Help

    Hi All, I want to be able to call a specific keyword in my help file by registering the selected text when the user presses the F1 key. Say the Keyword is 'Register', if this text is selected, How do I send this keyword to my help file upon the press of the F1 key. Pretty much like it does in...
  13. YoshiCD

    Icons on Different PC's

    Chip, The icons i used were both 16x16 and 32x32 but it was with these icons I got the problem, the resolution on both PC's were the same. I'd like not to go through the tedious process of editing all the icons I use to be only 16x16 (what i need.) Is there any way I can lock the icon to a...
  14. YoshiCD

    Icons on Different PC's

    Hi All, Why do icons that i've installed in a program at their 16x16 resolution show up in the bigger 32x32 on some computers? I've figured out how to stop it (editing the icon) but i'd just like to know why.... Thanks
  15. YoshiCD

    "Resume without error" error...

    Johnwm & Paul I consider myself informed! Thanks 2 u both.
  16. YoshiCD

    "Resume without error" error...

    Paul, Can you do me a favour and clarify your meaning of 'Clean Up Code.' (this is where I go into dopey mode...) I don't use 'clean up code' (this is largely reasoned by the fact i don't know what it is) How would you go about cleaning your code? Thank you..
  17. YoshiCD

    Get LastUpdate info of files

    AccessVB, I don't know much about it, but i'm sure the FileSystemObject can do this.. You reference the Microsoft Scripting Runtime Library in your project. Do a keyword search for FileSystemObject I hope this works for you.
  18. YoshiCD

    how to switch a char to the end of the word

    Poltergeist, Again your response doesn't get all of the vowels to the start of the word, maybe you missed the point. Sorry. Regards, "I'm an idealist. I don't know where I'm going but I'm on the way." — Carl Sandburg, 20th-century American poet and writer
  19. YoshiCD

    VB Reserved Words Full List

    Zemp, I apologise, i did see it. However, the site wouldn't let me reply to it. The "Your Reply" box didn't show up and the options at the top of the thread weren't there. they only showed "Read New Posts" I've been experiencing a few probs accessing tek-tips in my browser...
  20. YoshiCD

    how to switch a char to the end of the word

    Correction... I made a large assumption that Honeymao is female!!! I apologise honeymao, whatever gender you happen to be! Regards, "I'm an idealist. I don't know where I'm going but I'm on the way." — Carl Sandburg, 20th-century American poet and writer

Part and Inventory Search

Back
Top