Results 1 to 8 of 8

Thread: I think l know the answer to this but.......

  1. #1
    Guest

    Angry I think l know the answer to this but.......

    Where are the Tooltip texts stored in a compiled vb project..No doubt in the exe...anyone know?

  2. #2
    Fanatic Member
    Join Date
    Mar 2000
    Location
    That posh bit of England known as Buckinghamshire
    Posts
    658
    Yep, everything is in the Exe. Think about it. You make your executable, and you can run it. Technically you should be able to run it on any other computer that has the VB runtime dll's as well. Just by copying the exe over to the said computer.
    Iain, thats with an i by the way!

  3. #3
    Guest

    Unhappy Thanks Iain

    I was afraid this would be the case

    Well back to the drawing board on a user requirement...hmmm...maybe write to a database and then over-ride the current Tooltips

  4. #4
    Fanatic Member RealisticGraphics's Avatar
    Join Date
    Jul 1999
    Location
    Arkansas
    Posts
    655

    Wink

    Don't use a database unless you are already using one. No reason to distribute for stuff to make your file bigger than it already is in VB. Try using the registry or an INI file to read ToolTipText. Pull the values and then set the ToolTipText equal to those values. If you need further assistance, please let me know.
    www.RealisticGraphics.net

    Running VS.Net Enterprise & VB 6

    Other Languages: JavaScript, VBScript, VBA, HTML, CSS, ASP, SQL, XML

    MSN Messenger: kmsheff

  5. #5
    Guest

    Thumbs up RealisticGraphics

    Yes please...............

    Any help in this area would be greatly appreciated.

    Thanks in advance

  6. #6
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    The VB accelerator site has a OCX for easy manipulation of ini files and registry, Peronally prefer just text files if updates are needed or resource files otherwise.

    You want to change the tips on an already distributed program do you? "Life's a *****"




    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

  7. #7
    Guest

    Thumbs up Paul yeap frigging painful

    Client wants to be able to modify Tooltips on the fly....*groan*

  8. #8
    Fanatic Member
    Join Date
    Feb 2000
    Location
    Japan
    Posts
    840
    ini file with a new tool (that you charge for )

    nice little interface for changing options, chuck a reload button onto the main software (since you have to recode it anyway) so they don't have to reboot.

    You're going to need error checking from hell!

    Oh, make the update tool be able to spit out a default ini file in case they **** one up!
    Paul Dwyer
    Network Engineer
    Aussie In Tokyo

    Using Powerbasic 6 & VB6 SP4 (Please also add your VB Version to your signature!)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width