The CrystalClear Icon set is great and it's license would probably meet your needs. Here is another link that may give you a little more to choose from. Make sure to review the license for each one you like to make sure it meets your needs. http://www.iconarchive.com/[^]
Eldon Elledge 0
Posts
-
Where to get icons and other art work for an app UI ? -
Aaaaggh!I'm sure they assumed you have a 3D printer that can print with the new gasket paper and could download the file to print one. Seems logical. :-D
-
Need your input: Making reports on members publicI would consider making it an option on showing there name and maybe giving a little more weight to those that do.
-
Central Repository for Tracking Win Service (and other services) LocationGood call. I did put together a WMI query to find the services. The goal is to use this to get started with the tracking process. Then use the class library in each service to "register" and/or "unregister" themselves from a central repository.
-
Central Repository for Tracking Win Service (and other services) LocationMy thought is to really push this moving forward with new services. As we go back and modify the older services we could add this. If it works out well, maybe they will create a project to go back and modify the older ones. At least the critical ones. :)
-
Central Repository for Tracking Win Service (and other services) LocationI am thinking about the process of tracking Win Services that are developed by the company. The tracking information will go to a central location (database, text file, ...) and would include details such as: Name, location, Start/End DateTime, Current User, and any other details that may come up during the discussion. This is coming from the fact I am working at a company that has several custom Win Services running across several servers and, dare I say, possible, local machines. I have been tasked with modifing a Win Service that monitors an inbox on an Exchange server and process incoming emails. This service eventually moves the email from the inbox to another folder. The service is currently running in the test environment and moving the emails. This keeps me from testing my code, because the emails are being moved by the other service that is running "somewhere" My thought is to create a class library that could be added to a Win Service that would allow this tracking to a central repository. Then create a UI for easy viewing of retime information for ALL custom developed services across the network. Would love some input on this idea. I hope I gave enough details to get my thoughts across.