|
-
Sep 29th, 2000, 01:06 PM
#1
Thread Starter
Junior Member
Is there any way to change the text of the start menu ?
i've seen many program doing that (i.e.Hook'99,Winboost)
-
Sep 29th, 2000, 02:15 PM
#2
You can't change the actual text because the button has no text, rather, it has a bitmap. So in order to change the "text", you must change the bitmap.
-
Sep 29th, 2000, 02:29 PM
#3
Fanatic Member
I think you can do it like this:
Get the handle
Get the DC
Draw on it
Subclass it
Redraw when it receives the wm_paint message.
-
Sep 29th, 2000, 03:27 PM
#4
Frenzied Member
You can't subclass windows that belong to other processes in VB without a C++ DLL.
-
Sep 29th, 2000, 03:28 PM
#5
Fanatic Member
I know that, but i hope Ehasan not .
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
|