I NEED A SAMPLE

  • Thread starter Thread starter Daniel Kaseman
  • Start date Start date
D

Daniel Kaseman

I'm looking for a good coding example program. Something that has buttons,
listboxes, textboxes, etc... Do While Loops, For next Loops, etc..
Select Case blocks, etc...

You know what I mean? Something I can refer to so I know the best methods
to use when faced with a challenge to create a new program.
 
I answered this thread & the changes aren't showing up

Crouchie1998
BA (HONS) MCP MCSE
 
101 Code Examples for VB.NET & C# 2003

http://www.microsoft.com/downloads/...f8-033d-420b-a3b1-3074505c03f3&displaylang=en

101 Code Examples for VB.NET 2002:

http://microsoft.com/downloads/deta...b9-5aeb-4f46-9bf0-2b3e3664be77&displaylang=en


Also, go to http://www.planet-source-code.com

You can get free membership, but you don't need it to download anything.
There are literally millions of lines of code here.

Search for what you need, download 5 items & you get a message when not
logged in saying thank you for using PSC... Go to your Temp Internet folder,
delete the cookie 'vb', click refresh of the page showing the thank you
message & you can download another 5. Repeat the process as long as you need
to. The only thing about not registering/being logged in is that you may
want to search for just VB.NET, but you get all .NET languages, but logged
in you can apply the appropriate filter

You will sometimes notice that some of the code on PSC is repeated or even
one of the lamers has uploaded a Microsoft example & called it their own.

The builtin VB.NET MSDN Documentation has all the code snippets you will
need. If you also have the October 2003 MSDN update installed then you get
another 5000 code snippets.

To get the October 2003 MSDN update, visit here:

http://www.microsoft.com/downloads/...ed-4803-4495-8817-c8637ae902dc&displaylang=en

I hope the above helps & gets posted this time

Crouchie1998
BA (HONS) MCP MCSE
 
Crouchie1998 said:
I answered this thread & the changes aren't showing up

Crouchie1998
BA (HONS) MCP MCSE

Can you post the answer again, please? I'd like to know too.

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top