I am working on a program that is an explorer.exe like program, right now, I am working on the system tray icons. I have looked many places, but have not seem to have found an answer. All I need is the GDI Bitmap, for I am going to pass it to a C# application. Is this even possible?
Systray icons
Collapse
X
-
I am working on a program that is an explorer.exe like program, right now, I am working on the system tray icons. I have looked many places, but have not seem to have found an answer. All I need is the GDI Bitmap, for I am going to pass it to a C# application. Is this even possible? -
You are misunderstandin g what I want to do, I want to get the Icons from the system tray, and create my own system tray. I already know how to make one appear, I want to get them.Comment
-
You might want to check code of this sample program then ^^
,kind regards.
NOTE:As you will probably see code is written in C++,but you should be able to use it in .NET projects by using PInvoke.
I am planning to write a Native and C++/CLI mixed dll, then referencing it in C#Comment
-
Comment