Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
QuestionI Need Your Suggestions Pin
kifahhk18-Dec-06 11:23
kifahhk18-Dec-06 11:23 
AnswerRe: I Need Your Suggestions Pin
led mike18-Dec-06 11:46
led mike18-Dec-06 11:46 
AnswerRe: I Need Your Suggestions Pin
Colin Angus Mackay18-Dec-06 12:54
Colin Angus Mackay18-Dec-06 12:54 
QuestionUndo Pin
netJP12L18-Dec-06 10:28
netJP12L18-Dec-06 10:28 
AnswerRe: Undo Pin
User 665818-Dec-06 10:35
User 665818-Dec-06 10:35 
QuestionDataGridView binding custom properties Pin
Wjousts18-Dec-06 8:50
Wjousts18-Dec-06 8:50 
QuestionConvert HTML string to HtmlDocument Pin
zaboboa18-Dec-06 7:53
zaboboa18-Dec-06 7:53 
AnswerRe: Convert HTML string to HtmlDocument Pin
JMummery3-Dec-12 0:30
professionalJMummery3-Dec-12 0:30 
Hi Zaboboa,

This should do the trick:

Dim text as string = "any html"
Dim newDoc As New HtmlDocument
newDoc.LoadHtml(text)
Kind Regards
Julian Mummery



QuestionGet the appdomain by its friendly name. Pin
Prasadrn18-Dec-06 7:33
Prasadrn18-Dec-06 7:33 
QuestionASP.Net Question. Pin
hdv21218-Dec-06 6:48
hdv21218-Dec-06 6:48 
AnswerRe: ASP.Net Question. Pin
Prasadrn18-Dec-06 7:38
Prasadrn18-Dec-06 7:38 
GeneralRe: ASP.Net Question. Pin
hdv21218-Dec-06 8:50
hdv21218-Dec-06 8:50 
QuestionDataGridView - dragging multiple items with left mouse button Pin
Patrick Etc.18-Dec-06 5:52
Patrick Etc.18-Dec-06 5:52 
QuestionIssues with Converting IDataReader to DataSet Pin
DeepToot18-Dec-06 5:37
DeepToot18-Dec-06 5:37 
AnswerRe: Issues with Converting IDataReader to DataSet Pin
Colin Angus Mackay18-Dec-06 5:52
Colin Angus Mackay18-Dec-06 5:52 
GeneralRe: Issues with Converting IDataReader to DataSet Pin
DeepToot18-Dec-06 6:13
DeepToot18-Dec-06 6:13 
QuestionHow to create different versions/configurations in VS2005 Pin
frozenpondlife18-Dec-06 5:06
frozenpondlife18-Dec-06 5:06 
AnswerRe: How to create different versions/configurations in VS2005 Pin
ednrgc18-Dec-06 5:34
ednrgc18-Dec-06 5:34 
GeneralRe: How to create different versions/configurations in VS2005 Pin
frozenpondlife18-Dec-06 5:53
frozenpondlife18-Dec-06 5:53 
AnswerRe: How to create different versions/configurations in VS2005 Pin
Daniel Grunwald18-Dec-06 5:48
Daniel Grunwald18-Dec-06 5:48 
Questioni want code for authentication's to connect remote computer Pin
haneef118-Dec-06 4:29
haneef118-Dec-06 4:29 
AnswerRe: i want code for authentication's to connect remote computer Pin
ednrgc18-Dec-06 5:35
ednrgc18-Dec-06 5:35 
QuestionHow to Connect remoter computer i am getting exception error for remote as well as local computer Pin
haneef118-Dec-06 4:24
haneef118-Dec-06 4:24 
QuestionGet updated location for Control Pin
Tanuja12318-Dec-06 4:08
Tanuja12318-Dec-06 4:08 
Questionquery a datatable?? Pin
tadhg8818-Dec-06 3:52
tadhg8818-Dec-06 3:52 

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.