|
-
Aug 29th, 1999, 07:53 PM
#1
Thread Starter
Addicted Member
i cant figure out the code i got the code to change captions and that but i cant chage that caption
-
Aug 29th, 1999, 10:34 PM
#2
New Member
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
-
Aug 30th, 1999, 02:14 AM
#3
Guru
AND... The caption is limited to 5 chars.
------------------
Yonatan
Teenage Programmer
E-Mail: [email protected]
ICQ: 19552879
-
Aug 30th, 1999, 02:18 AM
#4
Guru
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: [email protected]
ICQ: 19552879
-
Aug 30th, 1999, 05:17 AM
#5
Thread Starter
Addicted Member
-
Aug 30th, 1999, 05:26 AM
#6
Guru
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: [email protected]
ICQ: 19552879
-
Aug 30th, 1999, 11:05 AM
#7
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
[email protected]
[email protected]
-
Dec 2nd, 1999, 07:41 AM
#8
Fanatic Member
-
Dec 2nd, 1999, 09:51 PM
#9
So Unbanned
Get a resource editor you can change it to whatever u want.
------------------
DiGiTaIErRoR
-
Dec 4th, 1999, 08:56 PM
#10
Frenzied Member
I found this code while on planet source code. http://www.vb-world.net/cgi-bin/post...the+start+menu +button Sorry, I don't know how to make links in the BB.
Steve
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
|