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
TabControl with WPF and Visual Basic.NET 2008 Project
TabControl with WPF and Visual Basic.NET 2008
Video for Gadget Window
Multi-Line commenting
Deploying applications with ClickOnce
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
»
Visual Basic.NET
(
RSS
)
VB
VB 2010
VB.NET
Visual Studio
WPF
XAML
TabControl with WPF and Visual Basic.NET 2008 Project
TabControl with WPF and Visual Basic.NET 2008 Project Sometimes it just takes me a while, but I finally got to the point where I figured I should also be including the Visual Basic projects to go along with the posts and the videos. You can download the...
Posted
Apr 13 2009, 05:13 PM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
Visual Basic.NET
,
VB.NET
TabControl with WPF and Visual Basic.NET 2008
TabControl with WPF and Visual Basic.NET 2008 A while back I posted up about showing more interesting content on that tab of a tab control using Windows Presentation Foundation (WPF). In the example that I posted, I created the custom look of the tab...
Posted
Apr 13 2009, 04:47 PM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
Visual Basic.NET
,
VB.NET
Video for Gadget Window
Video for Gadget Window I have finished the video showing the process for creating a Gadget Style window. You can download it from here .
Posted
Apr 13 2009, 08:11 AM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
Visual Basic.NET
,
VB.NET
Multi-Line commenting
Multi-Line commenting There are times when I have to wonder if I am the only person who does not know some things. I ran into this self doubt again the other day when I was watching one of Ron Cundiff's VB.NET Soup To Nuts WebCasts. During the WebCast...
Posted
Apr 12 2009, 06:39 PM
by
CanOz
with | with
no comments
Filed under:
Visual Basic.NET
,
VB.NET
,
Visual Studio
Deploying applications with ClickOnce
Deploying applications with ClickOnce ClickOnce Deployment A recent post on vbCity regarding deploying an application with ClickOnce got me wondering about doing deployment with ClickOnce. I have always done deployment of applications by creating and...
Posted
Apr 12 2009, 06:28 PM
by
CanOz
with | with
no comments
Filed under:
Visual Basic.NET
,
VB.NET
,
Visual Studio
Text and Image for Button with Visual Studio 2005
Text and Image for Button with Visual Studio 2005 Ok, let’s call this page 22,492 in the book of things I did not know about Visual Studio 2005. I was reading something the other day, if I can remember or find it I will post up a link, and was surprised...
Posted
Apr 12 2009, 06:25 PM
by
CanOz
with | with
no comments
Filed under:
Visual Basic.NET
,
VB.NET
,
Visual Studio
Video for WPF expander
Video for WPF expander The companion video to my post on the expander control in WPF is now available for download. The video can be found here .
Posted
Apr 12 2009, 06:23 PM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
Visual Basic.NET
,
VB.NET
Creating a Gadget style window with WPF and Visual Basic.NET 2008
Creating a Gadget style window with WPF and Visual Basic.NET 2008 I don’t know if it is a case of my actually knowing more or the fact that doing stuff with Windows Presentation Foundation (WPF) is easier. To me it seems doing what I want is getting...
Posted
Apr 12 2009, 03:48 PM
by
CanOz
with | with
no comments
Filed under:
XAML
,
WPF
,
Visual Basic.NET
,
VB.NET
ClickOnce deployment videos
ClickOnce deployment videos I have finished making videos showing how to deploy and update Applications using ClickOnce. All the videos have been zipped so that you can download them and watch at your leisure. I orignally thought it was going to be in...
Posted
Apr 12 2009, 02:32 AM
by
CanOz
with | with
no comments
Filed under:
Visual Basic.NET
,
VB.NET
,
Visual Studio
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
Republishing of blog posts
It has been a while since I have posted up here and I am trying to get back into blogging. I thought I would start by posting up some of the posts from the old vbCity blog site ( http://blogs.vbcity.com/canoz/ (no guarantee the site will work if you click...
Posted
Apr 11 2009, 04:46 PM
by
CanOz
with | with
no comments
Filed under:
Visual Basic.NET
,
VB.NET
More Posts
Next page »
Copyright 1998-2009 vbCity.com LLC