EDN Admin
Well-known member
<span><div style="overflow:auto;background-color:white;border:solid 1px #7f9db9;width:;height:;line-height:100% !important;font-family:Courier New;font-size:11px <table cellpadding=0 cellspacing=0 style="width:99%;margin:2px 0px 2px 0px;border-collapse:collapse;border-bottom:2px solid #eee;background-color:#fff;border-width:0px <col style="font-family:Courier New;font-size:11px;background-color:#eee;padding-right:5px;padding-left:10px;width:5px;border-right:1px solid gray;color:gray;text-align:right;vertical-align:top <col style="font-family:Courier New;font-size:11px;padding-left:10px;border-bottom:1px solid #F7F7F7;white-space:nowrap <tbody><tr><td><nobr>1</nobr></td><td><font style="font-size:11px </font><font style="color:blue case</font><font style="font-size:11px WM_SYSCOMMAND: </font></td></tr><tr><td><nobr>2</nobr></td><td style="background-color:#F7F7F7 <font style="color:blue if</font><font style="font-size:11px (wParam == SC_MINIMIZE){ </font></td></tr><tr><td><nobr>3</nobr></td><td> NOTIFYICONDATA nid; </td></tr><tr><td><nobr>4</nobr></td><td style="background-color:#F7F7F7 nid.cbSize = <font style="color:blue sizeof</font><font style="font-size:11px (nid); </font></td></tr><tr><td><nobr>5</nobr></td><td> nid.hWnd = hWnd; </td></tr><tr><td><nobr>6</nobr></td><td style="background-color:#F7F7F7 nid.hIcon = LoadIcon(0,IDI_APPLICATION); </td></tr><tr><td><nobr>7</nobr></td><td> nid.uCallbackMessage = WM_USER; </td></tr><tr><td><nobr>8</nobr></td><td style="background-color:#F7F7F7 nid.uFlags = NIF_ICON | NIF_TIP | NIF_MESSAGE; </td></tr><tr><td><nobr>9</nobr></td><td> Shell_NotifyIcon(NIM_ADD,&nid); </td></tr><tr><td><nobr>10</nobr></td><td style="background-color:#F7F7F7 ShowWindow(hWnd,SW_HIDE); </td></tr><tr><td><nobr>11</nobr></td><td> } </td></tr><tr><td><nobr>12</nobr></td><td style="background-color:#F7F7F7 <font style="color:blue break</font><font style="font-size:11px ; </font></td></tr></tbody></table> Hi im trying to make a window to minimize into my system tray and popping a notify icon my code goes like that (look at top :S messed up) it all good now, but i want that the notify window on my taskbar will disappear as well and i have no clue how to do it ?! any suggestions?
View the full article
View the full article