Sign in
|
Join
|
Help
in
Current Tags
CanOz Blog
Blogs
(Entire Site)
vbCity Blogs
New (temp) place for vbCity Blogs
Home
Blogs
Media
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
WPF Expander Control
Property Search
Writing Files
Reading Files
Looping through Controls
Tags
Deployment
Expression Blend
Silverlight
Silverlight 3
VB
VB 2010
VB.NET
Visual Basic.NET
Visual Studio
Windows Presentation Foundation
WPF
XAML
Archives
August 2009 (1)
July 2009 (5)
June 2009 (1)
April 2009 (25)
November 2008 (2)
October 2008 (2)
CanOz Blog
Neil Knobbe's place for Visual Basic.NET and WPF
Browse by Tags
All Tags
»
VB
(
RSS
)
VB 2010
VB.NET
Visual Basic.NET
Visual Studio
WPF
XAML
WPF Expander Control
WPF Expander Control There are a lot of neat options now available to us programmers thanks to WPF. One of these is the expander. The expander is a control pretty much like a groupbox which can hold various controls. The main difference between a groupbox...
Posted
Apr 12 2009, 01:55 AM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
VB
,
Visual Basic.NET
,
VB.NET
Property Search
Property Search I was taking a look at working with a WPF application the other day when I found, what I thought, was a really neat feature of Visual Studio 2008. What I came across was the “Search” feature that is built into the Properties...
Posted
Apr 12 2009, 01:09 AM
by
CanOz
with | with
no comments
Filed under:
WPF
,
VB
,
Visual Basic.NET
,
VB.NET
,
Visual Studio
Writing Files
Writing Files In the previous post I talked about Reading Files. Now I will show you how to Write Files. Writing to Files is as easy as Reading from Files. As with Reading Files you need to Import the System.IO Namespace. 1 Imports System.IO As with the...
Posted
Apr 11 2009, 05:55 PM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
Reading Files
Reading Files Depending on your Project you could find yourself needing to read Files. One way that you can accomplish this is to use the StreamReader. StreamReader is part of the System.IO Namespace and you must add the Imports Statement to your Project...
Posted
Apr 11 2009, 05:48 PM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
Looping through Controls
Looping through Controls One of the things that I seem to find myself needing to do with each App that I write is at some point in time I will want to Loop trough the Controls on one of my Forms. There are plenty of ways of doing this and this is how...
Posted
Apr 11 2009, 05:30 PM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
My, Oh My
(Note: As you will be able to tell this is an old post, but the information in it is still relevant today.) Having installed Visual Studio 2005 on my computer the other day I took the plunge and looked at some of the new features. One of the first thing...
Posted
Apr 10 2009, 08:59 AM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
End of line continuation characters in 2010
Another change announced at PDC 2008, and a seriously great improvement, to Visual Basic in the next version is the end of the requirement of the line continuation character. You all know the one that I mean. The underscore character ( _ ) that we have...
Posted
Nov 09 2008, 02:56 PM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
,
VB 2010
New to Visual Basic 2010
So just what is coming to Visual Basic with the next version? The short answer is Lots! Announced at PDC 2008, one aspect that is coming, and one that I am looking forward to, is auto-implemented properties. Just what is that? Gone are the days where...
Posted
Nov 07 2008, 10:52 PM
by
CanOz
with | with
no comments
Filed under:
VB
,
Visual Basic.NET
,
VB.NET
,
VB 2010
Copyright 1998-2009 vbCity.com LLC