Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Project symbol

Status
Not open for further replies.

Ninpo

Programmer
Jul 6, 2000
13
US
I am programming in Borlands C++ 4.52.  I would like to know if there is a way to change the symbol that on the left corner of a compiled project (looks like a blue square, yellow cirlce, and red triangle inside a small "window").  I know this is trivial, just curious.<br><br>I appreciate any help you can give.<br><br>Thanks,<br><br><br><br>Chris
 
I don't use version 4.52, but typically this is defined in the projects resource file as the icon. With a resource editor, assuming the Window is compiled as a resource, you simply change the icon for the window to what you want. Whatever way it is done, the keyword to search for here is icon. <p> <br><a href=mailto:Kim_Christensen@telus.net>Kim_Christensen@telus.net</a><br><a href= Page</a><br>
 
<br>With Ressource Workshop you even can create your own Icons and include it in your Project.<br>You even can include more than one Icon and Select it from the Windows desktop.<br> <p>hnd<br><a href=mailto:hasso55@yahoo.com>hasso55@yahoo.com</a><br><a href= > </a><br>
 
I have looked in the project options, enviroment options, TFrameWindow, TDevice something, and through the help files.<br>I have not been able to find where I can change the icon.&nbsp;&nbsp;I did find the icon in the directory, when I changed it's name it had no affect.&nbsp;&nbsp;<br><br>Could you be a little more specific on how to change the icon or where to find the information to do so.&nbsp;&nbsp;I have not even been able to find where it calls the icon (in the program itself or the options.)<br><br>Thanks
 
In the directory where your files for the project are stored, you'll find one with the RC extension. It is in this file that the programs' icon is defined. You can edit the file with a text editor if you're experienced and patient enough, but it is much easier to use the resource editor (It's named workshop.exe in my version but yours may be different) <p> <br><a href=mailto:Kim_Christensen@telus.net>Kim_Christensen@telus.net</a><br><a href= Page</a><br>
 
Write a void function whose arguments are the proble inputs to print values and their description.

Write a function that computes the required information and returns it to main program

Write a inline function that determines the greater of two numbers. Use the inline function to determine the largest number input to your program.

Develope a complete &quot;problem solved&quot; package using the problem solving case as a guide.

Develope a dicussion report as to what was done.
Here it is...
1.Compute the area of a triangle given three sides.
2.Compute the perimeter of a retangle given the length and width.
3.compute the area of a rectangle given the length and .width.
4.compute the area of a triangle given the base length and the height.
5.compute the area of a circle give the radius.
7.compute the volume of a rectangle solid given the length, width, and height.
8. compute the volume of sphere given the radius.
9. compute the volume of a cylinder given the radius and the height.
10. Convert a temperature given in degrees Celsuis to degree Fahrenheit.
11. convert a temperature given in degrees Fahrenheit to Celsuis.
12.compute the area of an ellispe given length of its major and minor axis.
13. compute the surface area of a sphere given its radius.
14.compute the volume of a cone given its radius and height.
15.compute the area of a parallelogram with side b and the perpendicular distance to the parallel side h.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top