View Single Post
  #9 (permalink)  
Old 07-13-2007, 01:34 AM
ejoi ejoi is online now
Member
 
Join Date: Apr 2006
Posts: 67
ejoi is on a distinguished road
or this.....

PHP Code:
int init()
  {
  
watermark();
  return(
0);
  }

void watermark()
  {
   
ObjectCreate("fxfisherman"OBJ_LABEL000);
   
ObjectSetText("fxfisherman""fxfisherman.com"11"Lucida Handwriting"RoyalBlue);
   
ObjectSet("fxfisherman"OBJPROP_CORNER2);
   
ObjectSet("fxfisherman"OBJPROP_XDISTANCE5);
   
ObjectSet("fxfisherman"OBJPROP_YDISTANCE10);
   return(
0);
  } 
Reply With Quote