-
-
-
icondialog.zip
A freeware MFC dialog class to select an icon. This is
based on the dialog that appears when you choose to change the icon for a
shortcut in the Windows 95 / NT 4 shell. The actual appearance of the dialog is ...
-
fighter9-29.rar
程序的作用是在桌面生成一个会移动会开炮的icon,当它探测到面前有移动物体时就开炮,炮弹会把桌面炸开。一个简单的小程序,用到了API,钩子,内存映射。
-
-
ss_trayicon_src.zip
This class is a light wrapper around the windows system tray stuff. It adds an icon to the system tray with the specified ToolTip text and callback notification value, which is sent back to the Parent window. VC++6.0
-
IconLib_src.zip
... C#. The .NET Framework 2.0 only supports HICON that basically is one Icon with just a single image in it. When I was searching out there, to my frustration, I did not find any Icon Editor with the source code. So the only solution was to create my ...
-
-
-
31221527719.rar
... 图标
}
public void 设置翻开时的图标(ImageIcon icon)
{
翻开时的图标=icon
}
public void 设置关闭时的图标(ImageIcon ... 时的图标=icon
}
public void 设置图标(ImageIcon icon)
{
setIcon(icon)
}
public void actionPerformed(ActionEvent e)
{
this.setIcon(翻开时的图标)
} ...
-
HideIconFromToolTipBar.rar
Hide-Delete icon from ToolBar32 for specific process , from command line arguments. TBBUTTON
CSharp Code
-