Click here to Skip to main content
15,920,896 members
Home / Discussions / C#
   

C#

 
GeneralRe: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
Rob Graham26-Dec-05 3:51
Rob Graham26-Dec-05 3:51 
GeneralRe: HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Pin
peshkunta26-Dec-05 4:06
peshkunta26-Dec-05 4:06 
QuestionFax application Pin
Talktorajeev25-Dec-05 23:42
Talktorajeev25-Dec-05 23:42 
AnswerRe: Fax application Pin
MalikRizwan26-Dec-05 0:16
MalikRizwan26-Dec-05 0:16 
GeneralRe: Fax application Pin
Talktorajeev26-Dec-05 0:48
Talktorajeev26-Dec-05 0:48 
GeneralRe: Fax application Pin
J4amieC26-Dec-05 0:51
J4amieC26-Dec-05 0:51 
GeneralRe: Fax application Pin
MalikRizwan26-Dec-05 1:50
MalikRizwan26-Dec-05 1:50 
Questiondrop html to winform!!! Pin
censim25-Dec-05 21:55
censim25-Dec-05 21:55 
when I drop html which select in IE to my textbox in winform .I use code below to hanlder the event and data.
private void textBox1_DragDrop(object sender, System.Windows.Forms.DragEventArgs e)
{
object obj = e.Data.GetData(DataFormats.Html,true);
string temp = (string)obj;
char[] ch = temp.ToCharArray();
byte[] Byte = Encoding.Unicode.GetBytes(ch);
textBox1.Text = Encoding.UTF8.GetString(Byte);
}
but the html has unicode characters,so use the code ,I get some reuslt html in textbox is:


<title>百度——全球最大中文搜索引?/TITLE>

some chinese characters mix "<" to "?".

who can help me?what can I do.thx...
AnswerRe: drop html to winform!!! Pin
Maqsood Ahmed25-Dec-05 22:41
Maqsood Ahmed25-Dec-05 22:41 
QuestionTWO QUESTIONS PLEASE HELP!!!!!!!!! Pin
peshkunta25-Dec-05 20:52
peshkunta25-Dec-05 20:52 
QuestionADODB.Recordset / Oracle / Save / unicode / restore problem Pin
xcavin25-Dec-05 19:21
xcavin25-Dec-05 19:21 
QuestionAssembly key-query(snk key) Pin
kal13na1325-Dec-05 19:17
kal13na1325-Dec-05 19:17 
AnswerRe: Assembly key-query(snk key) Pin
Maqsood Ahmed25-Dec-05 19:42
Maqsood Ahmed25-Dec-05 19:42 
AnswerRe: Assembly key-query(snk key) Pin
HakunaMatada25-Dec-05 19:46
HakunaMatada25-Dec-05 19:46 
QuestionActivate breakpoints in release mode? Pin
xcavin25-Dec-05 18:24
xcavin25-Dec-05 18:24 
AnswerRe: Activate breakpoints in release mode? Pin
HakunaMatada25-Dec-05 19:49
HakunaMatada25-Dec-05 19:49 
AnswerRe: Activate breakpoints in release mode? Pin
Maqsood Ahmed25-Dec-05 19:55
Maqsood Ahmed25-Dec-05 19:55 
QuestionRichtextbox Japanese fonts Pin
AB777125-Dec-05 17:21
AB777125-Dec-05 17:21 
QuestionConvert a byte array into a double array Pin
eggie525-Dec-05 16:18
eggie525-Dec-05 16:18 
AnswerRe: Convert a byte array into a double array Pin
Vega0226-Dec-05 19:16
Vega0226-Dec-05 19:16 
QuestionEmail Server Request... Pin
new_phoenix25-Dec-05 14:07
new_phoenix25-Dec-05 14:07 
QuestionAsp.net/C# Save Dialog Button Pin
a.vehbi25-Dec-05 11:51
a.vehbi25-Dec-05 11:51 
Questionhow can i get data from barcode reader? Pin
yazeed al bawardi25-Dec-05 11:31
yazeed al bawardi25-Dec-05 11:31 
Questioncontrol arrays Pin
Pyro Joe25-Dec-05 11:00
Pyro Joe25-Dec-05 11:00 
AnswerRe: control arrays Pin
User 665825-Dec-05 13:01
User 665825-Dec-05 13:01 

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.