Click here to Skip to main content
15,916,019 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: what is 192 bit encryption Pin
Guffa25-Feb-07 1:49
Guffa25-Feb-07 1:49 
Questionevents and delegates in vb.net Pin
Pankaj Garg24-Feb-07 19:31
Pankaj Garg24-Feb-07 19:31 
AnswerRe: events and delegates in vb.net Pin
JUNEYT25-Feb-07 0:50
JUNEYT25-Feb-07 0:50 
QuestionReferential classes in vb.net Pin
Pankaj Garg24-Feb-07 19:27
Pankaj Garg24-Feb-07 19:27 
AnswerRe: Referential classes in vb.net Pin
JUNEYT25-Feb-07 0:59
JUNEYT25-Feb-07 0:59 
GeneralRe: Referential classes in vb.net Pin
amaneet25-Feb-07 1:54
amaneet25-Feb-07 1:54 
GeneralRe: Referential classes in vb.net Pin
JUNEYT25-Feb-07 2:33
JUNEYT25-Feb-07 2:33 
QuestionAuthenticaton mode(Desktop application) Pin
Pankaj Garg24-Feb-07 19:07
Pankaj Garg24-Feb-07 19:07 
Questionoption explicit and option strict Pin
Pankaj Garg24-Feb-07 19:05
Pankaj Garg24-Feb-07 19:05 
AnswerRe: option explicit and option strict Pin
JUNEYT25-Feb-07 0:53
JUNEYT25-Feb-07 0:53 
GeneralRe: option explicit and option strict Pin
amaneet25-Feb-07 1:55
amaneet25-Feb-07 1:55 
GeneralRe: option explicit and option strict Pin
JUNEYT25-Feb-07 2:38
JUNEYT25-Feb-07 2:38 
Questiondouble link list Pin
Pankaj Garg24-Feb-07 19:02
Pankaj Garg24-Feb-07 19:02 
QuestionCustom DataGrid in VB.NET Pin
mariefitz24-Feb-07 14:23
mariefitz24-Feb-07 14:23 
QuestionVirus Checking Pin
Muhammad Nauman Yousuf24-Feb-07 14:12
Muhammad Nauman Yousuf24-Feb-07 14:12 
AnswerRe: Virus Checking Pin
Christian Graus24-Feb-07 16:21
protectorChristian Graus24-Feb-07 16:21 
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 

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.