Anyone know of an API call that will allow me to change the color of the insertation point of a Rich Text Box? I am using code to mimic a hyperlink, by checking if the text the user clicked on is blue and underlined, so i need to keep the rtb enabled and locked so it can respond to a selchange event when the user clicks on it. i would like to hide the insertation point (possibly by setting it's color equal to the background of the rtb), so the rtb will look more like a webpage without a blinking insertation point.