The subnet calculator helps you design networks by taking an IP address and network mask and returning information such as network, broadcast address, and host range.
One of a set of tools we're offering as a way of saying thank you for being a part of the community.
Or, you can create a .rc file that looks like this:
1 ICON "MyIcon.ico"
Then compile that to a .res file usung brcc32.exe in the delphi bin directory like this:
brcc32 MyRes.rc
Then include the res file in your app by including this line in the .DPR file:
{$R MyRes.res}
Cheers,
Raymond.