473,625 Members | 3,249 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

novice requires links

Hi all.

I have recently installed VB2005 so teach myself programming, could anyone
suggest any links to useful websites, or help sites, Ideally I am looking
for tutorials, written for the complete novice

TIA

--
From the Keyboard of Tim Bird
A Founder Member of the CLF
www.timbird.net
www.timbird.fotopic.net
How can I soar like an eagle when I am surrounded by turkeys??

Gravity is not just a good idea.... ITS THE LAW!!!!
Jul 21 '05 #1
4 1716
www.gotdotnet.com
www.msdn.microsoft.com
www.knowdotnet.com
www.dotnetjunkies.com
www.vb2themax.com

"Tim Bird" <tt************ @blueyonder.co. uk> wrote in message
news:MP******** **********@news-text.cableinet. net...
Hi all.

I have recently installed VB2005 so teach myself programming, could anyone
suggest any links to useful websites, or help sites, Ideally I am looking
for tutorials, written for the complete novice

TIA

--
From the Keyboard of Tim Bird
A Founder Member of the CLF
www.timbird.net
www.timbird.fotopic.net
How can I soar like an eagle when I am surrounded by turkeys??

Gravity is not just a good idea.... ITS THE LAW!!!!

Jul 21 '05 #2
These days the first thing a novice needs to learn is how to use
Google, the only 'trick' requires learning the terminology that applies
to finding the articles and documentation you need. Here's a starter
for you that is an absolute must...

Google: "asp.net"+"quic k starts"

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Tim Bird" <tt************ @blueyonder.co. uk> wrote in message
news:MP******** **********@news-text.cableinet. net...
Hi all.

I have recently installed VB2005 so teach myself programming, could anyone
suggest any links to useful websites, or help sites, Ideally I am looking
for tutorials, written for the complete novice

TIA

--
From the Keyboard of Tim Bird
A Founder Member of the CLF
www.timbird.net
www.timbird.fotopic.net
How can I soar like an eagle when I am surrounded by turkeys??

Gravity is not just a good idea.... ITS THE LAW!!!!

Jul 21 '05 #3
Tom,

In addition to the others.

http://lab.msdn.microsoft.com/vs2005/

I hope this helps?

Cor
Jul 21 '05 #4
Cor Ligthert wrote:
Tom,

In addition to the others.

http://lab.msdn.microsoft.com/vs2005/

I hope this helps?

Cor

Thanks for all the links people..... no doubt i 3will be popping my head
round the corner frequently over the next few month.

--
From the Keyboard of Tim Bird
A Founder Member of the CLF
www.timbird.net
www.timbird.fotopic.net
How can i soar like an eagle when i am surrounded by turkeys??

Gravity is not just a good idea.... ITS THE LAW!!!!
Jul 21 '05 #5

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

Similar topics

21
2928
by: AES/newspost | last post by:
My understanding -- I'm not an expert -- is that on (some? many? all?) standard Internet servers a URL can point to a subdirectory name followed by a backslash, and that links to this URL will automatically go to an "index.html" file located in that subdirectory, if there is one. Q1: Is this more or less correct? At least some HTML texts also recommend using this as the basis for organizing a web site: Put the web pages associated...
17
1984
by: herrcho | last post by:
#include <stdio.h> int main() { int i; char *p="sarang"; for(i=0;i<4;i++) printf("%c",*(p+i)); printf("\n"); for(i=0;i<4;i++)
76
8801
by: Alan Connor | last post by:
-- Alan C this post ends with w q From K&R: #include <stdio.h> main()
6
3178
by: Sean | last post by:
HI There, I am making the transition from asp to asp .net, I am currenty writing an application that requires a bulk insert from a webform into SQL server, normally I would just create rows of html textboxes and then use the Request.Form.Count property to collect each field. What I would like to know is what is a good way of doing this in asp.net? Do I need to create an array of textboxes or can I do this fro a datagrid?
4
1649
by: trond | last post by:
Hello all, Before I start I'd like to point out that I am a complete novice when it comes to asp.net - My background is in network and operating systems, and although I have been doing a bit of hobby programming in vb.net and web programming in asp/vbscript in the past, I am pretty much a beginner at asp.net. What I'm trying to do, is to take the "PersonalHomePage" starter kit that MS supplies with VS2005 and tweak it a bit, to make it...
4
266
by: Tim Bird | last post by:
Hi all. I have recently installed VB2005 so teach myself programming, could anyone suggest any links to useful websites, or help sites, Ideally I am looking for tutorials, written for the complete novice TIA
12
1767
by: Oleg Subachev | last post by:
I am moving from Delphi to C# and hve encountered the problem: I have the following classes and form Load event handler: public class class1 { public string S; public class1( string aS ) { S = aS;
23
2782
by: casper christensen | last post by:
Hi I run a directory, where programs are listed based on the number of clicks they have recieved. The program with most clicks are placed on top and so on. Now I would like people to be apple to place a link on there site so people can vote for their program, "ad a click". eg someone clicks the link on some page and it counts +1 click on my page. if some one clicks the link below it will count a click on my page.
9
3045
by: Kelii | last post by:
I've been trying to get this piece to work for a few hours, but have given up. I hope someone out there can help, I think the issue is relatively straightforward, but being a novice, I'm stumped. Below you will find the code I've written and the error that results. I'm hoping that someone can give me some direction as to what syntax or parameter is missing from the code that is expected by VBA. Overview: I'm trying to copy calculated...
0
8189
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
8694
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8635
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
8356
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
7184
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4193
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2621
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
1500
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.