The Bone SDK at
http://www.imabot.com/bone/sdk/
has a Sample program #2 in C,
this is a translation to Delphi of the same sample,
but instead of a Console program, as is xgBoneConsole02,
xgBoneWin02 uses Windows. It has a bit more functionality 
than its Console counterpart: 
you can select your username, password, channel.
You can also send messages to users and to the channel.

you must have these files to use it:

bone.dll build 13 (not included)
xgBoneApi.pas (not included)
xgBoneClasses.pas (not included)
xgBoleClb.pas (not included)
xgBoneWin02.dpr (project file, included)
UnitBoneWin02.dfm (included)
UnitBoneWin02.pas (included)

The missing files are in the main code download.

Run the dpr file to start editing. 
There is also a precompiled exe file,
make sure bone.dll is in the same folder.

Best used when other bone users are logged into
the same channel 
(you will be able to reply to them in this application
and also send messages to users).



