User Profile

Collapse

Profile Sidebar

Collapse
sslaughter
sslaughter
Last Activity: Aug 2 '07, 08:07 AM
Joined: Aug 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sslaughter
    started a topic tray icon always visible
    in .NET

    tray icon always visible

    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 !
    See more | Go to post

  • sslaughter
    started a topic tray icon problrm
    in .NET

    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...
    See more | Go to post

  • sslaughter
    started a topic problem with hiding windows
    in .NET

    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
    ...
    See more | Go to post
No activity results to display
Show More
Working...