I want to make my application look more like a native app than a .NET app and I use .NET because of Visual Designer and C#.
I've seen some native apps using a toolbar that looks very similar to Vista/7 menus.
Check out the example:
Some native apps like Notepad++, Codeblocks, etc. uses the same Vista/7 style for toolbars. How can I do the same in C#? I know P/Invoke, so, I need to know the methods to be used or an example.
I don't use ToolBarStrip
, I use ToolBar
because of the nativeness. What P/Invoke can I use for make the Toolbar look like the above image (Vista/7 look)?
EDIT: Based on this question, I need to do the same in P/Invoke instead of Win32.