Home » questions » On computer programming...?

On computer programming...?

2006-08-08 15:02:49, Category: Programming & Design
How do I create an icon on the toolbar that changes colour every 15 minutes? Which programming language should I use? How long will it take to learn? how do I do that with c++ (ie colour change and make it into an icon)?

Answers

  1. TRAXIC

    On 2006-08-08 15:08:24


    Which Language
  2. DX

    On 2006-08-08 15:12:51


    try using easy icon maker, you can use java or php to make a random favicon function
  3. Tanveer Ahmed

    On 2006-08-08 15:56:19


    visual basic is easy here's a sample ,,download unzip and run http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=58925&lngWId=1 you can get more from same site
  4. YourDreamDoc

    On 2006-08-08 15:06:41


    any language, you just have to program it to switch icon file
  5. Leon Spencer

    On 2006-08-16 18:00:51


    Hi. It can be fast and simple if you are using Visual C++ - Microsoft's development environment. Microsoft has wizards for creating toolbars for IE and/or desktop application. Check out the following links: http://www2.tulane.edu/tis/How_To/Everything_Else/Visual_C.cfm http://discuss.fogcreek.com/dotnetquestions/default.asp?cmd=show&ixPost=5052 http://www.devdirect.com/ALL/UIToolbar_PCAT_1856.aspx Best wishes! -Leon S