VB.NET Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 183 articles & tutorials regarding "VB.NET".
- 31.) Flatten That Combo Box, Man!
- by Stacey Brown on VB.NET Download Now Read Comments Rate this resource Viewed 10963 times Rating: 24 users 3.46 out of 5 Next > In .NET, Microsoft has given us many things to work with. It's nice how they standardized properties like Text and Name on most controls. However, what's the story with the Flat look Some controls have a flat look as a property, either through the FlatStyle property or the Border property. I love the flat look and have been using it for all my controls, except...
Found at Developer Fusion
- 32.) Serve Dynamic Pages Quickly
- Technology Toolbox VB.NET, SQL Server 2000, ASP.NET E ffective n-tier applications require consistent communication between the tiers. The .NET DataSet class helps this communication process by providing mechanisms for manipulating data in a single tier and transferring data between different tiers. In this column, I'll show you some of the ways the DataSet class can help you build a Web application that performs and scales better. First, a little background on Web application...
Found at Visual Studio Magazine
- 33.) Link Data to Your UI Automatically
- Technology Toolbox VB.NET, C# D on't show your managers this column. As soon as they see how quickly you can create an application that links data sources dynamically, they'll double your workload. Seriously, .NET's new data binding features make it far easier to create UIs that mirror complex data structures. Specifically, the desktop DataGrid control exposes properties that simplify the process of binding data display to your underlying data. Visual Studio .NET's UI editing...
Found at Visual Studio Magazine
- 34.) Extend Your About Box
- Technology Toolbox VB.NET I showed you in January how to create a splash screen courtesy of VB.NET's new visual inheritance features ( see Resources ). You create an AboutBox component, then reuse it as a splash screen. Now I'll show you how to extend the AboutBox with features found in Microsoft's own About boxes. Check Visual Studio .NET's (VS.NET's) Help | About to see a variety of information displayed, including copyright, descriptions, and version information. You'll also see a...
Found at Visual Studio Magazine
- 35.) Trace and Cure Code Ailments
- Technology Toolbox VB.NET, C# T he best cure is prevention, and in programming, that means employing a defensive coding strategy structuring your code so it tells you what ails it at every stage of development (including post-release). In other words, instrument your code so it emits proper error and tracing information easily. To instrument your code, salt it with "probes" that report debugging information. Use this information to trace an application's execution path and help you...
Found at Visual Studio Magazine
- 36.) Whip Your Queries Into Shape
- Technology Toolbox VB.NET, SQL Server 2000, VB6, MSDataShape Provider (comes with ADO 2.0 or later), a SQL Server 7.0 or later database with the Northwind sample installed M uch of the data you work with is probably hierarchical, and hierarchical cursors are a convenient tool you can use to work with data organization. In this column, I'll show you how to use hierarchical cursors to develop programs quickly that access data the way your users think about it naturally. ActiveX Data...
Found at Visual Studio Magazine
More articles & tutorials (Index of all articles & tutorials)
|
|