Sign in
|
Help
in
Current Tags
Matt Williamson's Blog
Bunker Hollow Blogs
(Entire Site)
Bunker Hollow
Matt Williamson's home on the web, welcome.
Home
Blogs
Forums
Photos
Downloads
Contact Me
Social Tools
Home
About
Email
RSS
Atom
Comments
Twitter
Facebook
LinkedIn
Recent Posts
iPhone 3GS Update 3.1.3 App Problems
Getting Started with Ubuntu 9.10 on a Thinkpad T61p
Ubuntu 9.10 Set Grub Default Boot OS
Windows Multi-Monitor Background Wallpaper Problem
Brother MFC-7840W All-In-One Laser Printer Review
Tags
.NET
2007
2008
3.0
350Z
360
7
ASP.NET
Asterisk
Backup
Batch
BIS
BlackBerry
Bunker Hollow
C
C#
Center
Certificate
Code
Comcast
Command
Community Server
Config
CS
CSS
Debug
Design
Desktop
Development
Disk
DNS
Domain
Edge
Email
Error
Exchange
Firewall
Forum
FreePBX
FTP
GoDaddy
Hardware
Home
Hosting
Hyper-V
IE
IIS
Internet
Lenovo
Machine
Media
Media Center
Microsoft
Network
Networking
OS
Outlook
OWA
pfSense
Phone
PowerShell
Problems
RDP
Remote
Robocopy
Sale
Script
Security
Server
Settings
SMTP
Software
Source
SP1
Spam
SQL
SSL
T61p
Terminal Services
Thinkpad
TrixBox
TS
TVersity
Ubuntu
Update
Utility
Virtual
Vista
Visual Studio
VMWare
VOIP
VPN
Warning
Web
Windows
WPF
x64
Xbox
XML
XP
Archives
March 2010
(1)
February 2010
(14)
January 2010
(1)
November 2009
(4)
October 2009
(7)
September 2009
(2)
August 2009
(5)
July 2009
(6)
June 2009
(14)
May 2009
(4)
April 2009
(5)
March 2009
(8)
February 2009
(9)
January 2009
(9)
December 2008
(6)
November 2008
(6)
October 2008
(16)
September 2008
(14)
August 2008
(11)
July 2008
(12)
June 2008
(13)
May 2008
(18)
April 2008
(6)
March 2008
(15)
February 2008
(10)
January 2008
(10)
December 2007
(14)
November 2007
(15)
October 2007
(29)
September 2007
(2)
Matt Williamson's Blog
Personal discoveries of an IT professional.
Browse by Tags
All Tags
»
.NET
(
RSS
)
3.5
7
ASP.NET
C#
Class
Code
Debug
Forum
IIS
Microsoft
Server
Software
SQL
Visual Studio
Windows
WPF
YAF
YetAnotherForum
The CheckedListBox Control: A Microsoft Blunder
I'm developing a new .NET 3.5 winform application and in a preferences dialog there is a group of options that will be selected with checkboxes. I opened up the toolbox and started the cursor towards a GroupBox control when I noticed the newer CheckedListBox...
Posted
Oct 21 2009, 08:27 AM
by
Matt Williamson
with | with
2 comment(s)
Filed under:
Software
,
Code
,
.NET
,
Microsoft
WPF Application Hyperlink Examples
WPF Browser Application Hyperlink <TextBlock> <Hyperlink NavigateUri="http://www.google.com">Click here!</Hyperlink> </TextBlock> WPF Application Hyperlink (must handle RequestNavigate if hyperlink is not in a page control...
Posted
May 10 2009, 08:41 AM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Software
,
Code
,
.NET
,
C#
,
WPF
.NET Get Assembly Information (Title, Version, etc)
I'm working on a new WPF application and I've started with the basics as usual; a menu bar, file, exit, help, and an about dialog box. But it's not going quick and easy, I'm surprised at how difficult it is to access the assembly information...
Posted
Apr 29 2009, 04:35 PM
by
Matt Williamson
with | with
6 comment(s)
Filed under:
Code
,
.NET
,
C#
,
Class
,
WPF
.NET Line Numbers Missing from Debug Stack Trace
I thought I had done a thorough enough job of using Try Catch blocks and descriptive custom exceptions so that I'd know exactly where any error occurred in my application. Alas, I did not. Debug information with line numbers is the single most valuable...
Posted
Dec 08 2008, 09:46 PM
by
Matt Williamson
with | with
1 comment(s)
Filed under:
Software
,
Visual Studio
,
.NET
,
Debug
Integrate YetAnotherForum With Your .NET Site From Source
For those who haven't heard of YetAnotherForum , it's an open-source webcontrol that gives you all of the functionality you would expect in a modern forum. Since it's a webcontrol, you can use it as a stand-alone site or you can incorporate...
Posted
Oct 27 2008, 08:20 AM
by
Matt Williamson
with | with
15 comment(s)
Filed under:
Software
,
ASP.NET
,
3.5
,
.NET
,
Forum
,
YetAnotherForum
,
YAF
Publish a .NET 3.5 Website to Windows Server 2008 IIS 7
Install the Web Server Role In Role Services, select ASP.NET and continue. Install the .NET 3.5 Framework On your webserver, install the .NET 3.5 framework . Publish Your Application In Visual Studio, publish your web project to a local folder, like on...
Posted
Jun 18 2008, 07:42 PM
by
Matt Williamson
with | with
no comments
Filed under:
7
,
Server
,
Windows
,
IIS
,
Software
,
SQL
,
ASP.NET
,
3.5
,
.NET