|
-
Jun 21st, 2000, 09:38 AM
#1
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?
-
Jun 21st, 2000, 03:34 PM
#2
Fanatic Member
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!
-
Jun 22nd, 2000, 06:48 AM
#3
-
Jun 22nd, 2000, 07:35 AM
#4
Fanatic Member
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
-
Jun 22nd, 2000, 10:01 AM
#5
RealisticGraphics
Yes please...............
Any help in this area would be greatly appreciated.
Thanks in advance
-
Jun 22nd, 2000, 10:21 AM
#6
Fanatic Member
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!)
-
Jun 22nd, 2000, 10:32 AM
#7
Paul yeap frigging painful
Client wants to be able to modify Tooltips on the fly....*groan*
-
Jun 22nd, 2000, 11:01 AM
#8
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|