c# - Replicating the Win7 network flyout refresh button -
c# - Replicating the Win7 network flyout refresh button -
i'm trying create screen similar this:
using this tool browse visual style parts , states, found bottom area flyout_linkpanel.
but refresh button? can't find buttons have same behaviour; no background until hover. in addition, i've tried looking through dlls in shell32 icons replicating refresh icon – no dice. refresh icon bitmap in explorerframe.dll.
i tried giving winspy++ go poke around window, won't work since disappears on disactivation.
advice?
this looks standard toolstrip 1 refresh button.
you can utilize method outlined in c# toolstrip transparent border still visible? create transparent.
i did check %systemroot%\system32\shell32.dll , there icon similar may able use.
c# winforms windows-7
Comments
Post a Comment