Is there any way to change the text of the start menu ?
i've seen many program doing that (i.e.Hook'99,Winboost)
Printable View
Is there any way to change the text of the start menu ?
i've seen many program doing that (i.e.Hook'99,Winboost)
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.
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.
You can't subclass windows that belong to other processes in VB without a C++ DLL.
I know that, but i hope Ehasan not :D.