求助:html格式的数据怎么展现出来
我要用VC写一个类似foxmail的程序,请问,信纸该选择什么控件 用户才能对自己输入的数据进行处理,比如加粗,加下划线之类的。 另外,我收到的 html格式的数据,比如<body>1234</body>,又要在哪种控件上,才能正确的显示呢?
普通的文本很好处理,但是这些带格式的数据就不知道该咋办了,大家指导下啊。谢谢!
window browser
IE控件 。。。。。。。。。。。。。。。。。
简单是用 web browser 控件,
其它的可以用 webkit 的显示核。
windows自带的插件或者自己写控件
知道的邮件就三种格式
plain text,不需要什么特别的处理
rtf,用rich text之类的控件
html格式用ie控件
非常感谢大家,我去找个控件试试看。
http://topic.csdn.net/t/20021014/17/1095877.html
相关问答:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.IO;
using Syst ......
HTML code
<html>
<head>
<title>直接输入的Excel表格 </title>
<style>
<!--
table.formdata{
border:1px solid #5F6F7E;
border-collapse:collaps ......
JSP生成HTML静态页面
1.有代码的朋友贴个代码
2.有的好的生成方案说个方案
过年放个炮 祝贺祝贺!
JSP生成静态页面???
还要用方案???
不明白
引用
JSP生成静态页面???
还要用方案???
不明 ......
今天翻墙到lwuit.blogspot.com里面去看了下,发现里面支持xhtml了。先转载如下:
Ofir has written a very detailed blog post about the new HTML component in LWUIT which you should probably check directly f ......