Click here to Skip to main content
15,886,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Virus Checking Pin
coolestCoder24-Feb-07 23:52
coolestCoder24-Feb-07 23:52 
GeneralRe: Virus Checking Pin
Muhammad Nauman Yousuf25-Feb-07 3:58
Muhammad Nauman Yousuf25-Feb-07 3:58 
GeneralRe: Virus Checking Pin
Christian Graus25-Feb-07 9:00
protectorChristian Graus25-Feb-07 9:00 
QuestionOffice Addin Pin
Muhammad Nauman Yousuf24-Feb-07 14:10
Muhammad Nauman Yousuf24-Feb-07 14:10 
Questionproprietary web Browser Pin
Crash_beta24-Feb-07 13:41
Crash_beta24-Feb-07 13:41 
AnswerRe: proprietary web Browser Pin
Christian Graus24-Feb-07 16:22
protectorChristian Graus24-Feb-07 16:22 
GeneralRe: proprietary web Browser Pin
Crash_beta24-Feb-07 16:31
Crash_beta24-Feb-07 16:31 
GeneralRe: proprietary web Browser Pin
Dave Kreskowiak24-Feb-07 17:05
mveDave Kreskowiak24-Feb-07 17:05 
Crash_beta wrote:
I've already written 2 web browsers but using the Microsoft web browser control


No, you haven't. You've written a couple of shells around the existing IE web control.


Crash_beta wrote:
i wanna create my own web browser control


You'll have a TON of work to do. You'll need the Http classes in the System.Web class to request pages and build a custom request header so the server can ID your browser. Unless you want to write your own HTML parser and rendering engine, you have to find a parser and rendering library to do it for you. There isn't one in the .NET Framework. You'll also have to figure out what you want your browser to support, like JavaScript and CSS. Have fun incorporating that stuff...

Basically, every newbie who comes up with this idea never has a good reason to do it. They only THINK they do. There's always a better way to do what they want.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: proprietary web Browser Pin
Crash_beta25-Feb-07 12:21
Crash_beta25-Feb-07 12:21 
QuestionSplashScreen Pin
WestSideRailways24-Feb-07 12:45
WestSideRailways24-Feb-07 12:45 
AnswerRe: SplashScreen Pin
Dave Kreskowiak24-Feb-07 13:34
mveDave Kreskowiak24-Feb-07 13:34 
GeneralRe: SplashScreen Pin
WestSideRailways24-Feb-07 15:36
WestSideRailways24-Feb-07 15:36 
GeneralRe: SplashScreen Pin
Dave Kreskowiak24-Feb-07 16:57
mveDave Kreskowiak24-Feb-07 16:57 
GeneralRe: SplashScreen Pin
WestSideRailways24-Feb-07 17:23
WestSideRailways24-Feb-07 17:23 
GeneralRe: SplashScreen Pin
Dave Kreskowiak25-Feb-07 5:42
mveDave Kreskowiak25-Feb-07 5:42 
AnswerRe: SplashScreen Pin
Christian Graus24-Feb-07 16:24
protectorChristian Graus24-Feb-07 16:24 
GeneralRe: SplashScreen Pin
WestSideRailways24-Feb-07 17:14
WestSideRailways24-Feb-07 17:14 
GeneralRe: SplashScreen Pin
Christian Graus25-Feb-07 8:57
protectorChristian Graus25-Feb-07 8:57 
AnswerRe: SplashScreen Pin
TwoFaced24-Feb-07 17:46
TwoFaced24-Feb-07 17:46 
GeneralRe: SplashScreen Pin
WestSideRailways24-Feb-07 18:33
WestSideRailways24-Feb-07 18:33 
Questionupdate doesnt save into table using vb.net Pin
7prince24-Feb-07 9:53
7prince24-Feb-07 9:53 
AnswerRe: update doesnt save into table using vb.net Pin
Dave Kreskowiak24-Feb-07 11:42
mveDave Kreskowiak24-Feb-07 11:42 
Questiontree view Pin
manni_n24-Feb-07 7:28
manni_n24-Feb-07 7:28 
AnswerRe: tree view Pin
MatrixCoder24-Feb-07 9:12
MatrixCoder24-Feb-07 9:12 
QuestionOleDB error Pin
7prince24-Feb-07 6:31
7prince24-Feb-07 6:31 

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.