473,387 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Need some assistance finding VB .NET samples

This query is for me, but I think that it'll be of use to just about
everyone who participates in this news group.

I learn better if I have a decent example to study, so I'm looking for
publicly obtainable VB. NET code samples. Sort of code samples that
have some `meat` on it.

Apart from MSDN, anyone else have a good list of web URL's to good VB.
NET resources? Preferably ones that have decent sample of code that
can be studied?
Nov 20 '05 #1
23 2378
Bloke at the pennine puddle <ne*********@vodafone.net> wrote:
Apart from MSDN, anyone else have a good list of web URL's to good VB.
NET resources? Preferably ones that have decent sample of code that
can be studied?


Oh... And apart from the samples installed wish VS. NET. [=:
Nov 20 '05 #2
Hi,

Try the codeproject and gotdotnet websites.
http://www.thecodeproject.com/vb/net/
http://www.gotdotnet.com/community/usersamples/

Ken
----------------
"Bloke at the pennine puddle" <ne*********@vodafone.net> wrote in message
news:oc********************************@4ax.com...
This query is for me, but I think that it'll be of use to just about
everyone who participates in this news group.

I learn better if I have a decent example to study, so I'm looking for
publicly obtainable VB. NET code samples. Sort of code samples that
have some `meat` on it.

Apart from MSDN, anyone else have a good list of web URL's to good VB.
NET resources? Preferably ones that have decent sample of code that
can be studied?

Nov 20 '05 #3

www.windowsforms.net
www.asp.net

--
Rob Windsor
G6 Consulting
Toronto, Canada

"Bloke at the pennine puddle" <ne*********@vodafone.net> wrote in message
news:oc********************************@4ax.com...
This query is for me, but I think that it'll be of use to just about
everyone who participates in this news group.

I learn better if I have a decent example to study, so I'm looking for
publicly obtainable VB. NET code samples. Sort of code samples that
have some `meat` on it.

Apart from MSDN, anyone else have a good list of web URL's to good VB.
NET resources? Preferably ones that have decent sample of code that
can be studied?

Nov 20 '05 #4
Hi Pennine Bloke,

Here's a few more to explore:

http://www.icsharpcode.net
http://www.mentalis.org/
http://www.c-sharpcorner.com/
http://www.devcity.net/
http://www.developerfusion.com/
http://www.devhood.com/
http://www.dotnetjunkies.com/
http://www.experts-exchange.com/allTopics.jsp
http://www.tobiasrebele.net/
http://vbaccelerator.com/
http://dotnetmagic.com/
http://www.ondotnet.com/
http://windowsforms.net/
http://www.mvps.org/ <== English
http://www.mvps.org/dotnet/ <== !! Auf Deutsch

Finally there are some excellent projects, etc, here. The site is in
German but the code is in English. Look for the Download links and give them a
tug. I can recommend the expression evaluator, for a start.
http://www.palmbytes.de/

To get a rough idea of what the German sites are saying, go to this
translation site:
http://babelfish.altavista.com/babelfish/tr
and enter the mvps/dotnet or palmbytes address in the Translate A Web page
box.. It will generate pretty much mangled English but it will let you know
whether there is a sample/project worth downloading.

Happy browsing :-)

Regards,
Fergus
Nov 20 '05 #5
Hello,

"Bloke at the pennine puddle" <ne*********@vodafone.net> schrieb:
I learn better if I have a decent example to study, so I'm
looking for publicly obtainable VB. NET code samples.
Sort of code samples that have some `meat` on it.


Do you already know the

101 Code Samples for Visual Basic .NET
http://microsoft.com/downloads/detai...displaylang=en

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #6
Hello,

"Fergus Cooney" <fi******@tesco.net> schrieb:
http://www.tobiasrebele.net/
???
Happy browsing :-)


;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #7
Cor
Fergus,
I started today a HKW project.
I am making it with Windows Form and not with a WebForm.
(I was thinking to make it more usable, but than I start something like an
new MSDN, and that is something to big)
- I started making it with a tabs
- First Tab a search text to get the message in a database
- Second Tab is to Enter messages also with buttons on it like paste
- Third Tab is an Edit page.
Maybe I need your help with the search (for more clever methodes) and the
installation script for SQL
Maybe I need Herfrieds help for that USB brainconnecor to windowforms

I tell this because you are maybe doing the same and it would be a pity if I
just could get it from you
:-)

Cor
Nov 20 '05 #8
Cor
Herfried,
Same thoughts, but that is on MSDN
:-)
Cor
Nov 20 '05 #9
> Preferably ones that have decent sample of code that
can be studied? A couple of "samples" type books you may want to consider, as they explain
what is going on and not just show you the code.

101 Microsoft Visual Basic .NET Applications:
http://www.microsoft.com/mspress/books/6510.asp
(which is the companion book to the samples Herfried gave).

Microsoft Visual Basic .NET Programmers Cookbook
http://www.microsoft.com/mspress/books/6436.asp

Hope this helps
Jay

"Bloke at the pennine puddle" <ne*********@vodafone.net> wrote in message
news:oc********************************@4ax.com... This query is for me, but I think that it'll be of use to just about
everyone who participates in this news group.

I learn better if I have a decent example to study, so I'm looking for
publicly obtainable VB. NET code samples. Sort of code samples that
have some `meat` on it.

Apart from MSDN, anyone else have a good list of web URL's to good VB.
NET resources? Preferably ones that have decent sample of code that
can be studied?

Nov 20 '05 #11
Hello,

"Cor" <no*@non.com> schrieb:
Same thoughts, but that is on MSDN


I was not sure if the OP referred to the MSDN library or MSDN online.

;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #12
Hello,

"Fergus Cooney" <fi******@tesco.net> schrieb:
These just in:

http://www.devx.com/
http://www.codeguru.com/
http://www.fawcette.com/vsm/
http://www.funducode.com/
http://www.dotnet247.com/247reference/default.aspx


Ah, I see, you got the USB brainconnector now...

;-)))

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #13
Hi Herfried,

Ah yes, not really a very good sample site - just one project and it's in
VB6!

but it shows: HOW TO - Add a plugin to IE.

http://www.tobiasrebele.net/ieScpub/...eta_source.zip

Regards,
Fergus
Nov 20 '05 #15
Hi Cor,

|| I started today a HKW project.

As I'm studying the Registry at the moment, my first thought was
HKEY_WINDOWS. :-).

What's the project ?

I'll help in whatever way I can, of course. :-)

Regards,
Fergus
Nov 20 '05 #16
Cor

"Fergus..
|| I started today a HKW project.

What's the project ?

To get all answers in a database like Herfried. K. Wagner does it I think in
a way.

Button Copy etc.

Cor

Nov 20 '05 #17
Hello,

"Fergus Cooney" <fi******@tesco.net> schrieb:
Ah yes, not really a very good sample site - just one project and
it's in VB6!
The site has a blank start page, that's why I asked.
but it shows: HOW TO - Add a plugin to IE.

http://www.tobiasrebele.net/ieScpub/...eta_source.zip


Yep... I posted the link some times ago...

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #18
Hello,

"Fergus Cooney" <fi******@tesco.net> schrieb:
That's a mighty big pipe you're going to be smoking. :-)


Related Topics:

Some general .NET related links (VB.NET content too):

http://www.cetus-links.org/oo_dotnet.html

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #19
Hi Cor

The HKW Project = Herfried K. Wagner (trade mark, patent pending).

ROFL.

No, I haven't started a project - I emulate Herfried's methodology of
utilising existing databases:-
Outlook\MS Newsgroups
Google Search
Google Groups Search
IE Favourites
C:\CodeSnippets
DiningRoomTable\Scraps\WhereDidIPutIt.exe

The project that's required is a dedicated newsreader for people who live
a life in a newsgroup. Tom's in charge of that one, I believe.

All I've got is the title - News Monkey - for people who are swinging from
thread to thread, branch to branch. :-))

Regards,
Fergus


Nov 20 '05 #20
LOL, :-)
Nov 20 '05 #21
Hello,

"Cor" <no*@non.com> schrieb:
I started today a HKW project.
LOL
I am making it with Windows Form and not with a
WebForm.
LOL
Maybe I need Herfrieds help for that USB brainconnecor
to windowforms


LOL

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #22
Hello,

"Cor" <no*@non.com> schrieb:
|| I started today a HKW project.

What's the project ?

To get all answers in a database like Herfried. K. Wagner
does it I think in a way.


I use OE's Sent box search.

;-)

--
Herfried K. Wagner
MVP · VB Classic, VB.NET
http://www.mvps.org/dotnet
Nov 20 '05 #23
Erm, I've never had that many replies to one thread in such a short
time. It's going to take me ages to look through that little lot.

Thank-you everyone who's replied and will reply.
Nov 20 '05 #24

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

Similar topics

1
by: Phil Watkins | last post by:
I am a novice programer in Vb and I am having a major brain ache finding out which item has been selected within a list view and then either deleting that item or editing them. My searching so...
3
by: Bill | last post by:
I'm trying to devise a query for use on SQL Server 2000 that will do what was previously done with one query in MS Access. The MS Access query was like this: SELECT Count(*) as , Abs(Sum( Like...
5
by: Bill | last post by:
Good Day; I would appreciate assistance developing a query that I haven't been able to develop without using a second table. I wish to count the number of records that are still open on the...
1
by: Dave | last post by:
I am looking for a Javascript code to preload 4 images, and display a different image in their place during a mouseover. In other words, 8 images total. I'm not quite finding anything appropriate....
15
by: Twan Kennis | last post by:
Hi, I have a DB2 database on the IBM iSeries platform, on which I created several Stored Procedures with the SQLCODE as a return-parameter. These Stored Procedures are called from a Windows...
10
by: tshad | last post by:
I have a Datagrid with a column: <asp:HyperLinkColumn DataTextField="JobTitle" DataNavigateUrlField="PositionID" DataNavigateUrlFormatString="AddNewPositions.aspx?PositionID={0}"...
0
by: U S Contractors Offering Service A Non-profit | last post by:
Brilliant technology helping those most in need Inbox Reply U S Contractors Offering Service A Non-profit show details 10:37 pm (1 hour ago) Brilliant technology helping those most in need ...
0
by: serpius | last post by:
Hello Everyone, I am a beginner in VB.Net 2003 and am taking classes in beginning VB.net. To make a long story short, I am looking for real samples of coding in Console Apps. I am the type of...
1
by: bikash607 | last post by:
Dear Expert, i m from very backward place in Bhutan and i need your assistance for a quiz program. I am trying to build a quiz program in Flash 6.0 and if you have any samples, please let me...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.