Click here to Skip to main content
16,007,809 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for other controls in design-time Pin
f_popovic13-Dec-03 23:43
f_popovic13-Dec-03 23:43 
GeneralRe: Looking for other controls in design-time Pin
Heath Stewart14-Dec-03 5:36
protectorHeath Stewart14-Dec-03 5:36 
GeneralRe: Looking for other controls in design-time Pin
f_popovic14-Dec-03 21:33
f_popovic14-Dec-03 21:33 
GeneralApp.Config refresh Pin
RB@Emphasys11-Dec-03 5:10
RB@Emphasys11-Dec-03 5:10 
GeneralRe: App.Config refresh Pin
Guillermo Rivero11-Dec-03 7:17
Guillermo Rivero11-Dec-03 7:17 
GeneralRe: App.Config refresh Pin
Heath Stewart11-Dec-03 10:15
protectorHeath Stewart11-Dec-03 10:15 
GeneralC# HTTP Text Browser Pin
Guiro11-Dec-03 2:10
Guiro11-Dec-03 2:10 
GeneralRe: C# HTTP Text Browser Pin
Heath Stewart11-Dec-03 4:15
protectorHeath Stewart11-Dec-03 4:15 
Slap a multi-line TextBox in a form with an address bar and a couple buttons, then use the HttpWebRequest and HttpWebResponse (or the WebClient) from the System.Net namespace. Enabling hyper-linking would be a little more difficult, but not impossible.

Why not just add a WebBrowser control to a form? There's plenty of documentation here on CP and the rest of the 'net (just google). Just drop the Microsoft WebBrowser ActiveX control on a form. A couple of interop assemblies are generated and you now have your own container for the WebBrowser control, just like Internet Explorer (i.e., iexplore.exe). It takes care of everything itself. You can handle events, implement interfaces (sometimes need to create an interop assembly for some interfaces, or define them manually), and walk / change the DOM (reference the Microsoft.mshtml.dll assembly).

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: C# HTTP Text Browser Pin
Guiro12-Dec-03 2:57
Guiro12-Dec-03 2:57 
GeneralRe: C# HTTP Text Browser Pin
Heath Stewart12-Dec-03 3:51
protectorHeath Stewart12-Dec-03 3:51 
GeneralEnumerating Virtual Folders Pin
DotNetEvangelist11-Dec-03 2:04
DotNetEvangelist11-Dec-03 2:04 
GeneralRe: Enumerating Virtual Folders Pin
totig11-Dec-03 3:23
totig11-Dec-03 3:23 
General.NET IDE c# Pin
Hovel11-Dec-03 0:41
Hovel11-Dec-03 0:41 
GeneralRe: .NET IDE c# Pin
Anonymous11-Dec-03 2:33
Anonymous11-Dec-03 2:33 
GeneralRe: .NET IDE c# Pin
Charlie Williams11-Dec-03 16:11
Charlie Williams11-Dec-03 16:11 
GeneralRe: .NET IDE c# Pin
Philip Fitzsimons11-Dec-03 2:33
Philip Fitzsimons11-Dec-03 2:33 
GeneralRe: .NET IDE c# Pin
Hovel11-Dec-03 2:37
Hovel11-Dec-03 2:37 
GeneralRichTextBox: Get the current text-cursor-position (pixel) Pin
kalwar11-Dec-03 0:34
kalwar11-Dec-03 0:34 
GeneralRe: RichTextBox: Get the current text-cursor-position (pixel) Pin
Heath Stewart11-Dec-03 4:08
protectorHeath Stewart11-Dec-03 4:08 
Questionbutten_click event trigging a method in a different class? Pin
thomasa10-Dec-03 22:51
thomasa10-Dec-03 22:51 
AnswerRe: butten_click event trigging a method in a different class? Pin
Heath Stewart11-Dec-03 3:49
protectorHeath Stewart11-Dec-03 3:49 
Generaldisplay word file on form Pin
hazzem elrefai10-Dec-03 22:33
hazzem elrefai10-Dec-03 22:33 
GeneralRe: display word file on form Pin
Stephane Rodriguez.10-Dec-03 23:05
Stephane Rodriguez.10-Dec-03 23:05 
GeneralRe: display word file on form Pin
hazzem elrefai10-Dec-03 23:55
hazzem elrefai10-Dec-03 23:55 
GeneralRe: display word file on form Pin
Stephane Rodriguez.11-Dec-03 0:39
Stephane Rodriguez.11-Dec-03 0:39 

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.