View Single Post
  #232  
Old 09-03-2013, 11:35
danswano danswano is offline
Registered User
 
Join Date: Feb 2013
Location: Luxm
Posts: 314
Thanks: 218
Thanked 27 Times in 22 Posts
danswano is on a distinguished road
Hello, how to modify the about message to become like this:


I've tried this code:
Quote:
procedure ShowAboutBox;
begin
MsgBox('Hello, I''m your about box!', mbInformation, MB_OK);
end;
but it's not working.

Last edited by danswano; 09-03-2013 at 11:38.
Reply With Quote