Click to See Complete Forum and Search --> : How can i change the caption of the start menu button
XxEvilxX
Aug 29th, 1999, 07:53 PM
i cant figure out the code i got the code to change captions and that but i cant chage that caption
steve75
Aug 29th, 1999, 10:34 PM
Well if you're using a textbox it would be
txttext.text = "(new caption)"
combobox
cbotext.caption = "(new caption)"
This should do the trick.....if it doesn't be a little bit more specific with your problem and we'll see what else we can do
Steve
Yonatan
Aug 30th, 1999, 02:14 AM
AND... The caption is limited to 5 chars.
------------------
Yonatan
Teenage Programmer
E-Mail: RYonatan@newmail.net
ICQ: 19552879 (http://www.icq.com/19552879)
Yonatan
Aug 30th, 1999, 02:18 AM
I think this is the right Start...
Explorer.exe offset 00167286, it originally looks like:
S.t.a.r.t.
Where the dots are hexadecimal character 00.
So it originally looks like:
53007400610072007400
(This is Win98)
------------------
Yonatan
Teenage Programmer
E-Mail: RYonatan@newmail.net
ICQ: 19552879 (http://www.icq.com/19552879)
XxEvilxX
Aug 30th, 1999, 05:17 AM
what the code tho
Yonatan
Aug 30th, 1999, 05:26 AM
Oh you want to do this through VB?
Sorry, can't!
Explorer.exe is always open with Lock Write, so nothing can write to Explorer.exe while Windows is running.
------------------
Yonatan
Teenage Programmer
E-Mail: RYonatan@newmail.net
ICQ: 19552879 (http://www.icq.com/19552879)
Serge
Aug 30th, 1999, 11:05 AM
Combobox doesn't have Caption ptoperty. And I think he is talking about the START button on the taskbar.
The information on this button is stored in explorer.exe You will have open this file in binary mode, then find the START word (be careful there's more then one word START in there, but I dont remember which one you need)
Regards,
------------------
Serge
Software Developer
Serge_Dymkov@vertexinc.com
Access8484@aol.com
Zaf Khan
Dec 2nd, 1999, 06:41 AM
Find a demo here http://home.clara.net/doczaf/startbtn95.zip http://home.clara.net/doczaf/startbtn98.zip
{;->
DiGiTaIErRoR
Dec 2nd, 1999, 08:51 PM
Get a resource editor you can change it to whatever u want.
------------------
DiGiTaIErRoR
SteveCRM
Dec 4th, 1999, 07:56 PM
I found this code while on planet source code. http://www.vb-world.net/cgi-bin/postings.cgi?action=reply&forum=General+Visual+Basic+Questions&number=1&topic=007215.cgi&TopicSubject=How+can+i+change+the+caption+of+the+start+menu +button Sorry, I don't know how to make links in the BB.
Steve
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.