Hello!
Is it possible to make notifyIcon always visible .. i mean when you have tary icon Windows is hiding tray icons when it's not used. I would like to tell operating system not to hide my tray .. is it possible ?
Thank you !
User Profile
Collapse
-
tray icon always visible
-
tray icon problrm
Hello !
I have new riddle for you :)
Well i want to make tray icon (which is not a problem), but it have to handle MouseWheel Event (and it is not a simple task).
Can you tell me how i could do that?
NotifyIcon doesn;t have this kind of event (it has other Mouse Events but not MouseWheel ! ).
So i have an idea to take a screen area where notifyIcon is and then try to handle... -
problem with hiding windows
Hello everybody!
i've got new problem (which , as i suppose , shouldn;t be a problem for you)
Here is the code:
...Code:protected void notify_click(Object sender, System.EventArgs e) { iHandle = winapi.FindWindow("Win v1.x", null); MessageBox.Show("a" + iHandle + " ss " + winapi.GetForegroundWindow()); if (iHandle
No activity results to display
Show More