0
votes
How to add to a textbox the red line (like bad spelling in Word)?
This page shows how to owner-draw a TextBox to draw the wavy red line.
…
3
votes
Firefox ignores Response.ContentType
Try adding a Response.ClearHeaders() before calling ClearContents() like x2 mentioned and sending the file as application/octet-stream:
Respon …
