领导让我给其他程序员作一些界面上用的公用控件,我想自己做太费时费力,如果那里有免费下载的就好了,最多改一部份就能满足要求了。诸位高手,自己有珍藏的共享一下,人人都把精力做同样的东东太浪费了。谢谢!

解决方案 »

  1.   

    上次提到的网上工作,现在有了一些具体项目如下,看看是否有可能接I would like you to also give me an estimated timeframe and 
    tell me which parts may be more difficult.
    ----------------
    1. PC MonitorLike windows process manager, graphically presented and updated in
    real-time. The idea would be to make it practical to monitor your PC. 
    For example, once processes are know to be "ok" they could be ed as
    such and not displayed as to reduce the display to new or unusual
    processes. Some tools from Foundstone could be some good inspiration. 
    http://www.foundstone.com/resources/freetools.htmAlso this should have network info.  It could similarly  certain
    connections as "ok" ( e.g. the ones started by MSN, Skype or your
    web browser) and only highlight the rest. Each object could be
    "zoomed in" to find out all information about it.I think this project will be difficult if you do not have strong 
    Win32 API knowledge already.  If you do not have strong Win32 API
    knowledge but think you can do it and are interested in learning
    more in this area, we can give you more time, that's OK.2. Webcam AlarmThe idea would be to use your PC as an alarm system. There are many such
    tools I suppose.
    Detecting motion with a webcam is relatively easy. The tool would record
    snapshots when motion is detected and send it through email or upload to 
    a website, optionally as an MMS message to your mobile phone. The tool
    must be highly configurable (sensitivity of motion, possibility to
    record x seconds of video when motion is detected, various publishing
    options for website, possibility to activate microphone and record
    sound, capability to be remotely activated/configured e.g. by sending an
    email to it or via a web interface).3. Server Anti-VirusThe idea is to develop an anti-virus tool similar to 
    http://vanja.com/sophieWe will get a commercial license from Sophos so you can use their
    libraries and signatures update.There are many desktop anti-virus but not that many server-based 
    solutions. The idea would be to have a scanning engine that we can
    connect with a mail server to scan incoming and/or outgoing mails.Scanning for file servers would be an extra feature.----------------------------------------------------------------
    Network Backup
    Periodically copies or synchronizes part of the filesystem
    with a network share (maybe: webdav, SMB (windows filesharing),
    ftp, sftp, etc.).  Should include significant management 
    options, eg: only copy when a certain network interface is
    connected (for laptops), send email alerts, monitor free disk
    space, etc.