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

C#

 
GeneralRe: Yahoo Mail client api? Pin
Colin Angus Mackay5-Sep-04 4:47
Colin Angus Mackay5-Sep-04 4:47 
AnswerRe: Yahoo Mail client api? Pin
eggie55-Sep-04 4:41
eggie55-Sep-04 4:41 
GeneralTrapping Close Window in C# Pin
YiannisF5-Sep-04 0:56
YiannisF5-Sep-04 0:56 
GeneralRe: Trapping Close Window in C# Pin
Colin Angus Mackay5-Sep-04 1:58
Colin Angus Mackay5-Sep-04 1:58 
QuestionCan i add self explained description to a Method or Function? Pin
cindy0235-Sep-04 0:07
cindy0235-Sep-04 0:07 
AnswerRe: Can i add self explained description to a Method or Function? Pin
Colin Angus Mackay5-Sep-04 2:01
Colin Angus Mackay5-Sep-04 2:01 
AnswerRe: Can i add self explained description to a Method or Function? Pin
Stefan Troschuetz5-Sep-04 2:39
Stefan Troschuetz5-Sep-04 2:39 
GeneralRe: Can i add self explained description to a Method or Function? Pin
Anonymous6-Sep-04 0:06
Anonymous6-Sep-04 0:06 
GeneralRe: Can i add self explained description to a Method or Function? Pin
Stefan Troschuetz6-Sep-04 0:18
Stefan Troschuetz6-Sep-04 0:18 
GeneralSelectedItems Collection foreach loop Pin
eggie54-Sep-04 18:57
eggie54-Sep-04 18:57 
GeneralRe: SelectedItems Collection foreach loop Pin
EssOEss4-Sep-04 20:19
EssOEss4-Sep-04 20:19 
GeneralRe: SelectedItems Collection foreach loop Pin
eggie54-Sep-04 20:25
eggie54-Sep-04 20:25 
GeneralRe: SelectedItems Collection foreach loop Pin
Robert Rohde4-Sep-04 20:24
Robert Rohde4-Sep-04 20:24 
Generalaccess frame contents in WebBrowser Pin
Asif Rehman4-Sep-04 16:51
Asif Rehman4-Sep-04 16:51 
GeneralService interact with Windows MFC Pin
brunoconde4-Sep-04 12:11
brunoconde4-Sep-04 12:11 
GeneralRe: Service interact with Windows MFC Pin
EssOEss4-Sep-04 20:25
EssOEss4-Sep-04 20:25 
GeneralRe: Service interact with Windows MFC Pin
Sebastian Schneider5-Sep-04 23:34
Sebastian Schneider5-Sep-04 23:34 
Generaluse dll from dymo Pin
VisualRonny4-Sep-04 9:25
VisualRonny4-Sep-04 9:25 
GeneralDebugging Pin
dbetting4-Sep-04 4:16
dbetting4-Sep-04 4:16 
GeneralAdditional Info Pin
dbetting4-Sep-04 5:08
dbetting4-Sep-04 5:08 
GeneralAdvise on displaying HTML document Pin
Adelm4-Sep-04 2:56
Adelm4-Sep-04 2:56 
GeneralRe: Advise on displaying HTML document Pin
Tomas Petricek4-Sep-04 3:13
Tomas Petricek4-Sep-04 3:13 
Adelm wrote:
1- What is the easiest way to display HTML document in a Windows Form

Best way to display HTML in Windows Forms is to use Internet Explorer control. This control will be available in C# 2005 (like typical .Net control), but it is possible to use it in current version also (In Toolbox click on "Add/Rmove Items" and select "Microsoft Web Browser" on Com Components page).

You can navigate browser control to html page from html file, from url and also to resource of win32 dll file (something like res://C:\WINDOWS\system32\shdoclc.dll/navcancl.htm).

Tomáš Petříček (Microsoft C# MVP)
www.eeeksoft.net | Photos | Fractal Snow

GeneralRe: Advise on displaying HTML document Pin
Mr. Rogers4-Sep-04 12:11
Mr. Rogers4-Sep-04 12:11 
GeneralRe: Advise on displaying HTML document Pin
Tomas Petricek4-Sep-04 12:20
Tomas Petricek4-Sep-04 12:20 
GeneralRe: Advise on displaying HTML document Pin
Adelm5-Sep-04 4:37
Adelm5-Sep-04 4:37 

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.