View Single Post
  #3 (permalink)  
Old 02-21-2006, 05:48 AM
zuhainis zuhainis is offline
Member
 
Join Date: Dec 2005
Posts: 32
zuhainis is on a distinguished road
Try changing

SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,255);

to

SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1);
Reply With Quote