473,699 Members | 2,125 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access to internet with VB Express Edition

I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.

Thanks,
Stefano

Jan 1 '07 #1
27 1637
I think that this page would help me, but I'm not able to find the
example.
How can I download the mentioned files?

Tosco wrote:
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.

Thanks,
Stefano
Jan 1 '07 #2

"Tosco" <st***********@ gmail.comwrote in message
news:11******** **************@ a3g2000cwd.goog legroups.com...
I think that this page would help me, but I'm not able to find the
example.
How can I download the mentioned files?

Tosco wrote:
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.

Thanks,
Stefano
--
<response type="generic" language="VB.Ne t">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x. Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics. Look for newsgroups with the words "dotnet",
"framework" , or "vsnet" in their name.

For the news.microsoft. com news server try these:

news://msnews.microsoft.com/
microsoft.publi c.dotnet.genera l
microsoft.publi c.dotnet.langua ges.vb
microsoft.publi c.dotnet.langua ges.vb.upgrade
microsoft.publi c.dotnet.langua ges.vb.controls
microsoft.publi c.dotnet.framew ork.windowsform s.controls
microsoft.publi c.vsnet.general
microsoft.publi c.vstudio.gener al
microsoft.publi c.dotnet.framew ork.aspnet....
</response>
Jan 1 '07 #3
Ralph,

In VB6 and VB.Net 2002/2003 was the interop AXWebbrowser used.
In VB.Net 2005 is integrated the Net Class Webbrowser.

Be aware that it are still interops to Interenet Explorer. The webbrowser
class has a little bit less events as the AXWebbrowser, however it has more
properties to manipulate the document.

One problem I have is that you cannot do anymore download complete, however
Herfried has put in this newsgroup nice code to overcome that.

Cor

"Ralph" <nt************ *@yahoo.comschr eef in bericht
news:b9******** *************** *******@arkansa s.net...
>
"Tosco" <st***********@ gmail.comwrote in message
news:11******** **************@ a3g2000cwd.goog legroups.com...
>I think that this page would help me, but I'm not able to find the
example.
How can I download the mentioned files?

Tosco wrote:
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.

Thanks,
Stefano

--
<response type="generic" language="VB.Ne t">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x. Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics. Look for newsgroups with the words "dotnet",
"framework" , or "vsnet" in their name.

For the news.microsoft. com news server try these:

news://msnews.microsoft.com/
microsoft.publi c.dotnet.genera l
microsoft.publi c.dotnet.langua ges.vb
microsoft.publi c.dotnet.langua ges.vb.upgrade
microsoft.publi c.dotnet.langua ges.vb.controls
microsoft.publi c.dotnet.framew ork.windowsform s.controls
microsoft.publi c.vsnet.general
microsoft.publi c.vstudio.gener al
microsoft.publi c.dotnet.framew ork.aspnet....
</response>


Jan 1 '07 #4

"Ralph" <nt************ *@yahoo.comwrot e in message
news:b9******** *************** *******@arkansa s.net...
>
"Tosco" <st***********@ gmail.comwrote in message
news:11******** **************@ a3g2000cwd.goog legroups.com...
>I think that this page would help me, but I'm not able to find the
example.
How can I download the mentioned files?

Tosco wrote:
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access
some
pages and parse the content.
Is there a better way with VB2005?
Nothing wrong with the WebBrowser (besides the memory leaks), but
since
I don't need to show any web page content I was wondering if there
is a
ligher way.

Thanks,
Stefano

--
<response type="generic" language="VB.Ne t">
This newsgroup is for users of Visual Basic version 6.0
and earlier and not the misleadingly named VB.Net
or VB 200x. Solutions, and often even the questions,
for one platform will be meaningless in the other.
When VB.Net was released Microsoft created new newsgroups
devoted to the new platform so that neither group of
developers need wade through the clutter of unrelated
topics. Look for newsgroups with the words "dotnet",
"framework" , or "vsnet" in their name.

For the news.microsoft. com news server try these:

news://msnews.microsoft.com/
microsoft.publi c.dotnet.genera l
microsoft.publi c.dotnet.langua ges.vb
microsoft.publi c.dotnet.langua ges.vb.upgrade
microsoft.publi c.dotnet.langua ges.vb.controls
microsoft.publi c.dotnet.framew ork.windowsform s.controls
microsoft.publi c.vsnet.general
microsoft.publi c.vstudio.gener al
microsoft.publi c.dotnet.framew ork.aspnet....
</response>

Ralph -- he posted it to both groups -- both .Net and VB6andUnder.

Robin S.
Jan 1 '07 #5
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?

You can find a much lighter way here:
http://www.jsware.net/jsware/vbcode.php3#htp

It uses the Windows Winsock library wsock32 to
fetch via http on Win95 and up with no dependencies.
I have no idea whether it works on VB.Net. If you want a
specifically-VB.Net answer then don't post it to
a VB newsgroup.
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.
If you're "upgrading" to VB.Net then why worry
about bloat and "memory leaks"? You're going
to be saddled with 70 MB of runtime being loaded.
You can't do that a "lighter way", so there's not
much point being concerned about relatively minor
sloppiness like loading a whole instance of IE just to
download a webpage.

Jan 1 '07 #6

"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:0s******** *************** *******@comcast .com...
Ralph -- he posted it to both groups -- both .Net and VB6andUnder.
Then the proper response would be "please do not crosspost to both .NET and
non-.NET newsgroups."
Jan 1 '07 #7

"Jeff Johnson" <i.***@enough.s pamwrote in message
news:uv******** ********@TK2MSF TNGP04.phx.gbl. ..
>
"RobinS" <Ro****@NoSpam. yah.nonewrote in message
news:0s******** *************** *******@comcast .com...
>Ralph -- he posted it to both groups -- both .Net and VB6andUnder.

Then the proper response would be "please do not crosspost to both
.NET and non-.NET newsgroups."
Well, he was talking about moving something from VB6 to VB.Net, so
I could understand why he cross-posted it. He was probably hoping
that someone who had moved from VB6 to .Net could help, although
why he thinks they would be lurking in the VB6 newsgroup is a
mystery. At least he cross-posted it instead of multi-posting it.

Robin S.
Jan 1 '07 #8
"Cor Ligthert [MVP]" <no************ @planet.nlschri eb:
In VB6 and VB.Net 2002/2003 was the interop AXWebbrowser used.
Well, as VB6 was actually COM-based, no "interop" was required ;-).
However, you are right, .NET 2.0 comes with a wrapper around the original
classes which simplifies its usage.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jan 1 '07 #9

"mayayana" <ma**********@m indXXspring.com wrote in message
news:Fu******** *********@newsr ead3.news.pas.e arthlink.net...
I'm new to VB.net and I want to upgrade an application from VB6 to
VB2005.
The VB6 application uses an invisible WebBrowser control to access some
pages and parse the content.
Is there a better way with VB2005?


You can find a much lighter way here:
http://www.jsware.net/jsware/vbcode.php3#htp

It uses the Windows Winsock library wsock32 to
fetch via http on Win95 and up with no dependencies.
I have no idea whether it works on VB.Net. If you want a
specifically-VB.Net answer then don't post it to
a VB newsgroup.
Nothing wrong with the WebBrowser (besides the memory leaks), but since
I don't need to show any web page content I was wondering if there is a
ligher way.

If you're "upgrading" to VB.Net then why worry
about bloat and "memory leaks"? You're going
to be saddled with 70 MB of runtime being loaded.
You can't do that a "lighter way", so there's not
much point being concerned about relatively minor
sloppiness like loading a whole instance of IE just to
download a webpage.
LOL

Jan 1 '07 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

41
3075
by: Matt Alanzo | last post by:
Our SOHO 2 person compay sells furniture (not programmers). In '98 we paid $,$$$ for a VBA -Access '97 accounting application, including VBA source code .... an huge investment for us then (and now!). The application publisher went belly up years ago. Over time we've made a number of VBA code changes (< 500 lines total). Now our CPA is urging us to switch to Quickbooks Premier for Contractors at a cost of $,$$$ plus data entry. Argh, no...
33
5943
by: Uwe Range | last post by:
Hi to all! A customer of mine told me some days ago that her IT-people told her ACCESS would not be such a good idea for continuing with our project, because Access will not be continued in the future. I haven't heard of this. Does anybody know more about it? The IT-People usually prefer Oracle. If they really want to go in this direction, could our Access-application (if continued) be used as a front end with an Oracle back end? Does...
1
1882
by: Lubomir | last post by:
Hi, I would like to ask, how different are C# 2005 Express Edition and C# within MS Visual Studio 2005. Than as well Visual Web Developer 2005 Express Edition and ASP within MS VS 2005. Thanks, Lubomir
1
6626
by: Peter | last post by:
I've purchased VS.NET 2005 Standard and have tried to install SQL Server 2005 Express, but get the following error in the error log. Please could someone help me.... Microsoft SQL Server 2005 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an unexpected value. ***EndOfSession***? Microsoft SQL Server 2005 Express Edition x86: Component Microsoft SQL Server 2005 Express Edition x86 returned an...
4
2526
by: Andrew Robinson | last post by:
My main dev machine has WinXp and VS2005 (pro). 1. I need to install VWD Express Edition so that I can do some instruction on this. Any issues with both on the same machine. Installation order? 2. Does VWD Express Edition support the idea of Solutions? I coun't figure out how to create a blank solution which I usually do with VS2005 (and then add my web site to the solution.)
11
1781
by: sumana_m | last post by:
I have downloaded the freely available express edition of Visual Web Developer. If I develop an application using this, will I be able to market my product for commercial purposes without having any license problem?? Any information on this will be helpful
8
9631
by: Greg Strong | last post by:
Hello All, The short questions are 1 Do you know how to make DSN connection close in Access to Oracle 10g Express Edition? &/or 2 Do you know how to make a DSN-less pass-through query work from
6
1754
by: LurfysMa | last post by:
I am working on an electronic flashcard application. I have one version up and running using Visual Basic (6.0) and Access 2000. My long-range plans are to put it up on a website and sell subscriptions. But that is probably 2-3 releases away. In the meantime, I would like to put it up on the website for testing. I have been reading here and elsewhere that Access is not suitable for a web-based implementation. Is that because is was...
13
2287
by: Elton Cohen | last post by:
Hi newsgroup! Can anyone tell me where I should put a simple Access database file in order to be accessible for every computer in the network (same workgroup)? There does not need to be any protection (I heard people say that I should buy a dedicated server or have special rights for each and every user, but I can keep it simple since there will be no intruders - no internet connection available -). I don't think that the "Programs"...
8
1506
by: vbDavidC | last post by:
I am wondering if I should use MS Access or SQL server as my database. I have a little experience programming an Access DB with VB6 (DAO/ADO). I am now starting over with VB2005 and will be doing some DB development. I assumed that I would stay with Access but noticed that there is some type of SQL server that comes with Visual Studio 2005 and also in the Express editions as well. I am using this in a single user environment on a PC...
0
8705
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8628
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9054
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8943
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8899
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6550
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
3075
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2362
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2016
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.