Minimize to Tray Button
-
I would like to know if is possible and if yes how to create an additional button on the title bar. (A forth button on the title bar) like some programs have a Minimize to Tray, or for anything else.
Example of the title bar: "." _ [] X
This is not code :doh:well in C# Thank You
-
I would like to know if is possible and if yes how to create an additional button on the title bar. (A forth button on the title bar) like some programs have a Minimize to Tray, or for anything else.
Example of the title bar: "." _ [] X
This is not code :doh:well in C# Thank You
Yes it is possible, have a look at this article[^]
Tarakeshwar Reddy MCP, CCIE Q(R&S) There are two kinds of people, those who do the work and those who take the credit. Try to be in the first group; there is less competition there. - Indira Gandhi
-
Yes it is possible, have a look at this article[^]
Tarakeshwar Reddy MCP, CCIE Q(R&S) There are two kinds of people, those who do the work and those who take the credit. Try to be in the first group; there is less competition there. - Indira Gandhi
Thanks, But is there a way that supports Visual Styles or you have to create an image for the main themes(3) and depending on the current theme inserting the right one.
-
Thanks, But is there a way that supports Visual Styles or you have to create an image for the main themes(3) and depending on the current theme inserting the right one.
Have a look at this article[^]. It is vb.net code but I guess you would get something out of it