Thursday, July 9, 2009

C++ programming??

How do I create the interface or a Picture for a program??


What I mean is like the Logo and task bar pictures for a program?? Example, Limwire uses a cut in half lemon type logo in its program. How did it get there? How was it made? and how do they script it in there program using a programmable langauge??





P.S I also know Limewire uses Java :P

C++ programming??
Under Windows OS applications for all 32 bit programs use Win32 API libraries and calls. Among these things, there is a component that is called a "resource file" that is usually handled by a method of writing a batch like file and / or a wysiwyg application built into the compiler. Win32 is written in C, and so compiles fine under the usual C++/C compilers. There is a very good site at the URL below that has a nice, concise beginner's tutorial on Windows GUI programming. Check into it some and you'll see what is involved quickly enough.

periwinkle

No comments:

Post a Comment