Click here to Skip to main content
15,891,431 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get a list of System Font Sizes Pin
carlecomm22-Sep-09 16:06
carlecomm22-Sep-09 16:06 
QuestionPrint with two printers ? Pin
Mohammad Dayyan9-Sep-09 11:36
Mohammad Dayyan9-Sep-09 11:36 
AnswerRe: Print with two printers ? Pin
Christian Graus9-Sep-09 11:40
protectorChristian Graus9-Sep-09 11:40 
AnswerRe: Print with two printers ? Pin
Zoki Manas9-Sep-09 21:00
Zoki Manas9-Sep-09 21:00 
QuestionMultithread UDP listener in C# Pin
Christian_V_V9-Sep-09 11:35
Christian_V_V9-Sep-09 11:35 
AnswerRe: Multithread UDP listener in C# Pin
carlecomm22-Sep-09 15:51
carlecomm22-Sep-09 15:51 
AnswerRe: Multithread UDP listener in C# Pin
Prajakta Bhagwat7-Dec-11 19:23
Prajakta Bhagwat7-Dec-11 19:23 
QuestionWebBrowser ? Pin
Mohammad Dayyan9-Sep-09 9:34
Mohammad Dayyan9-Sep-09 9:34 
Hi.

Is it possible to change content of a WebBrowser object in C# without using HTML files ?

I mean :
For example we have following XHTML code :

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Test</title>
<style type="text/css">
<!--
body,td,th {
	color: #000;
}
body {
	background-color: #990;
}
-->
</style></head>

<body>
<table width="100%" border="1">
  <tr>
    <td align="center">TEST01</td>
    <td align="center">test02</td>
  </tr>
  <tr>
    <td><p>test03</p></td>
    <td align="center">test04</td>
  </tr>
</table>
</body>
</html>


Now , I wanna show the design in WebBrowser => http://img143.imageshack.us/img143/6855/50068901.png[^]

I would be appreciate if you guide me !
AnswerRe: WebBrowser ? Pin
Christian Graus9-Sep-09 9:38
protectorChristian Graus9-Sep-09 9:38 
GeneralRe: WebBrowser ? Pin
Mohammad Dayyan9-Sep-09 9:40
Mohammad Dayyan9-Sep-09 9:40 
GeneralRe: WebBrowser ? Pin
OriginalGriff9-Sep-09 9:48
mveOriginalGriff9-Sep-09 9:48 
GeneralRe: WebBrowser ? Pin
Mohammad Dayyan9-Sep-09 10:11
Mohammad Dayyan9-Sep-09 10:11 
AnswerRe: WebBrowser ? Pin
carlecomm22-Sep-09 16:14
carlecomm22-Sep-09 16:14 
QuestionTry-Catch problem in C# console app Pin
Member 46458019-Sep-09 9:05
Member 46458019-Sep-09 9:05 
AnswerRe: Try-Catch problem in C# console app Pin
Christian Graus9-Sep-09 9:15
protectorChristian Graus9-Sep-09 9:15 
AnswerRe: Try-Catch problem in C# console app Pin
harold aptroot9-Sep-09 9:19
harold aptroot9-Sep-09 9:19 
GeneralRe: Try-Catch problem in C# console app Pin
Member 46458019-Sep-09 9:27
Member 46458019-Sep-09 9:27 
GeneralRe: Try-Catch problem in C# console app Pin
harold aptroot9-Sep-09 9:28
harold aptroot9-Sep-09 9:28 
GeneralRe: Try-Catch problem in C# console app Pin
Christian Graus9-Sep-09 9:39
protectorChristian Graus9-Sep-09 9:39 
AnswerRe: Try-Catch problem in C# console app Pin
Zoki Manas9-Sep-09 20:46
Zoki Manas9-Sep-09 20:46 
AnswerRe: Try-Catch problem in C# console app Pin
carlecomm22-Sep-09 16:00
carlecomm22-Sep-09 16:00 
QuestionPowerpoint using c# Pin
Vijay Mudunuri9-Sep-09 7:59
Vijay Mudunuri9-Sep-09 7:59 
AnswerRe: Powerpoint using c# Pin
Manas Bhardwaj9-Sep-09 8:30
professionalManas Bhardwaj9-Sep-09 8:30 
GeneralRe: Powerpoint using c# Pin
Vijay Mudunuri9-Sep-09 8:47
Vijay Mudunuri9-Sep-09 8:47 
AnswerRe: Powerpoint using c# Pin
Christian Graus9-Sep-09 9:16
protectorChristian Graus9-Sep-09 9:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.