| About Visual Basic |
| Put this feed on your website |
| Description: |
Visual Basic |
| Format: |
RSS 1.0 |
| Url: |
http://z.about.com/6/g/visualbasic/b/index.rdf |
| |
| Latest headlines |
About Visual Basic
|
Hard Code!
Sat, 21 Jan 2012 13:34:00 +0200
I. M. Wright (catchy pseudonym), consummate Microsoft insider, has published the secrets he shared only with his co-conspirators in the company!
Wellll ... That's a little over the top. Actually, Eric...
|
LINQ - Starting a New Series
Sun, 15 Jan 2012 22:08:00 +0200
LINQ - Language INtegrated Query - is probably the most successful innovation in .NET since ... well ... since .NET. There have been lots of others ... MVC, Entity Frameworks,...
|
A Simple Simulation
Thu, 12 Jan 2012 21:59:00 +0200
I love programming!
You can apply it to all kinds of personal situations. For example, I have all of my liquor cataloged in a SQL Server Database, along with drink recipes...
|
RichTextBox: Oldie updated!
Tue, 10 Jan 2012 17:28:00 +0200
A few years ago, a reader asked how to delete just the top line of text in a RichTextBox. He was using ASCII style code that tested for the vbCrLf...
|
Overkill
Tue, 20 Dec 2011 12:30:00 +0200
(Guest Blog / Donald Fogelsanger)
Reader Donald Fogelsanger took the trouble to write a heartfelt message, mainly about Microsoft. I wrote back that I agreed with him and had said so...
|
Threading Race Condition
Fri, 16 Dec 2011 12:46:00 +0200
Just a quick note to let you know that the introduction article on threading has been updated to include a classic example of a threading race condition. That's a program...
|
Joining Threads
Thu, 15 Dec 2011 23:26:00 +0200
A new article on the recent series on threading has been posted about the Join method of the Threading.Thread object.
Threads are used when you want two processes to run independently....
|
A New Thread at About Visual Basic
Sun, 11 Dec 2011 12:59:00 +0200
... about threading!
A second new article has been posted that discusses threading in the context of Visual Basic. This time, the article starts with a standard Windows Form project and...
|
Comparing Programming Languages
Fri, 02 Dec 2011 12:19:00 +0200
Zach Hansen wrote into my blog about "VB versus Java". He said he had to write a paper for his high school programming class about the differences between computer languages.
To...
|
Fun and Games With Threading
Wed, 30 Nov 2011 17:37:00 +0200
Threading is a technique that has an evil reputation because things can happen when you start using it that you just don't understand. But it really isn't all that hard.
A...
|