I have a vb.net program that has a web browser control, and we all know that it is using the web browser in the computer before internet explorer. And my problem is, it doesn't recognize this css code:
<style type="text/css">
@media print {
input[type=button] { display: none; }
}
I used that to make the print button invisible when I print the web page. How do I fix this one?Is it possible to add a reference to a portable web browser like firefox, then it will be used by the web browser control in vb.net?