I have been writing and improving upon a program that I wrote for the company I work for to enter OEM branding information on a computer. We build desktop computers to spec for customers and I wanted a way for us to put our company and model information/logo image on each computer that we sell.
Right now, I have information specific to our company in the program, so I am going to create a more generic version for NANY and release it very soon.
Right now, the program allows you to:
- enter OEM Information (Manufacturer, Model #, OEM Phone #, OEM Hours, OEM URL, OEM logo) in an easy to use interface
- select a new OEM logo (BMP file) by clicking on the interface and selecting a new file
- copy any new logo used to your Logo directory for future use
- create a drop-down menu on the interface that contains all models of computer that you normally build. This list can easily be added to and deleted from.
For a future version, I hope to be able to let the user scroll through logos in the LOGO directory, via a pair of front and back buttons, to select a logo.
This is my first utility that I have programmed, and I feel that it has turned out rather well so far. It is written in AutoIT, but I hope to port it to C# some day.
Jim