Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#
webBrowser1.Document.ExecCommand("FontColor", false, Color.Red);



it does not working.....
if i compile with this code means it shows a error "Argument exception handled error"
Value does not fall within the expected range.
Posted
Comments
[no name] 31-Mar-12 8:57am    
try execCommand('FontColor', false, 'FF0000');

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900