Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change icon of a pushbutton on quick launch bar
#2
This is my solution. It works. Any comments are mostly welcome.

Function tempf11
Code:
Copy      Help
str shcut="$appdata$\Microsoft\Internet Explorer\Quick Launch\tempf01.lnk"
SHORTCUTINFO sio
int i=GetShortcutInfoEx(shcut &sio)
sio.iconfile="$My QM$\icons\lykaio.ico"
CreateShortcutEx(shcut sio)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)