VB.NET Tips / Tricks / Examples and Help
Sign in
|
Join
|
Help
Home
Blogs
Links
Media
VB.NET For Everyone!
»
All Tags
»
VB.NET
(
RSS
)
Browse by Tags
VB.NET For Everyone!
Home
Contact
Donations
If this site has helped you,
you can donate via PayPal.
Any donations go towards running this site.
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Recent Posts
VB.NET Metro Samples for Windows 8 Now Available
VB.NET XNA Together at last!
VB.NET DateTimePicker blanks out when keying in a value
VB.NET Include a font as an embedded resource in your application
VB.NET How to tell if a user can elevate to admin rights in Vista and Windows 7
Tags
.NET
2010
Admin
Certificates
ComboBox
Contest
Controls
Custom Controls
DateTimePicker
Embedded Resource
Font
INNO
Installer
Metro UI
Microsoft
Security
Setup
SSL
VB.NET
Vista
Visual Studio
Win7
Windows 8
WinForms
XNA
View more
Archives
October 2011 (1)
April 2011 (1)
March 2011 (1)
January 2010 (1)
November 2009 (1)
July 2009 (2)
February 2009 (1)
June 2008 (2)
May 2008 (3)
April 2008 (1)
.NET
Admin
Certificates
ComboBox
Controls
Custom Controls
DateTimePicker
Embedded Resource
Font
INNO
Installer
Metro UI
Security
Setup
SSL
Vista
Win7
Windows 8
WinForms
XNA
VB.NET Metro Samples for Windows 8 Now Available
Microsoft has release VB.NET samples for coding Metro UI apps in Windows 8. Check them out now at these links: Individual Downloads: http://code.msdn.microsoft.com/windowsapps/site/search?f%5B0%5D.Type=ProgrammingLanguage&f%5B0%5D.Value=VB&f%5B0...
Published
Thu, Oct 10 2011 3:41 PM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
Metro UI
,
Windows 8
VB.NET XNA Together at last!
Microsoft has announced that XNA support is finally going to be available for VB developers! XNA is a game framework that allows you to target XBOX, Windows Phone, Zune, and the PC. More info from Microsoft here .
Published
Sat, Apr 04 2011 4:47 AM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
XNA
VB.NET DateTimePicker blanks out when keying in a value
I ran into an odd "bug" today in some production software. There was a datetimepicker control that had its "format" propery set to Custom, and its CustomFormat property set to MM/yyyy. The purpose of the datetimepicker was to enter...
Published
Thu, Mar 03 2011 5:30 PM
by
Matthew Kleinwaks
Filed under:
WinForms
,
VB.NET
,
DateTimePicker
,
Controls
VB.NET Include a font as an embedded resource in your application
Today I am going to show you how you can take a font file, and include it in your VB.NET WinForms application. This means you can load the font at runtime, and use it on your controls without requiring the user to have the font installed on their system...
Published
Fri, Nov 11 2009 6:05 AM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
Font
,
Embedded Resource
VB.NET How to tell if a user can elevate to admin rights in Vista and Windows 7
Generally finding out if a user has the permissions to do something involves trying to do that thing, and handling the access denied (error 5) exception that results. What if you wanted to know if a user is an admin though prior to doing some admin task...
Published
Wed, Jul 07 2009 8:20 PM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
.NET
,
Win7
,
Vista
,
Admin
SSL testing certificate and the .NET Framework
I was faced with an odd problem today. I needed to test an update for an application that is already in production. Normally this would be pretty simple to do in a staging environment of some sort, but that is what made this task different. There was...
Published
Mon, Jul 07 2009 8:57 PM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
Certificates
,
Security
,
SSL
.NET : Install your app and the .NET framework using INNO Setup
Today we are going to look at an alternative to using ClickOnce or Windows Installer MSI to install an application written in .NET. This article is written for installing an application written in Microsoft .NET 2.0 (does not have to be VB specifically...
Published
Mon, Jun 06 2008 8:53 PM
by
Matthew Kleinwaks
Filed under:
VB.NET
,
Installer
,
INNO
,
Setup
,
.NET
VB.NET : Extended Combobox to better visually handle being disabled
If you do any WinForms programming then chances are you have used comboboxes, and perhaps at one point or another, you disabled one of those comboboxes because you did not want the user to be able to make a selection. This works fine, however I actually...
Published
Mon, May 05 2008 10:51 PM
by
Matthew Kleinwaks
Filed under:
WinForms
,
Custom Controls
,
VB.NET
,
ComboBox
VB.NET : Translucent Controls in Windows Forms (Part Deux)
So yesterday I talked about making a translucent button in WinForms using VB.NET. If you have not read that yet, then you should probably do so before digging into part 2, where we expand part 1 to cover more controls. Today lets look at making a translucent...
Published
Tue, May 05 2008 1:14 PM
by
Matthew Kleinwaks
Filed under:
WinForms
,
Custom Controls
,
VB.NET
VB.NET : Translucent Controls in Windows Forms
Windows Forms controls in .NET do a lot more for us than they did in previous versions of VB. One of the best things about getting all the OO features .NET brought us, is the ability to extend controls through inheritance or some other means. Some controls...
Published
Mon, May 05 2008 6:44 PM
by
Matthew Kleinwaks
Filed under:
WinForms
,
Custom Controls
,
VB.NET
© 2008 - ZerosAndTheOne.com - Hosting by Orcsweb (http://www.orcsweb.com/)